On Mon, 29 Apr 2019 10:27:10 +0200 Andrew Jones <drjones@xxxxxxxxxx> wrote: > KVM_GET_DIRTY_LOG is implemented by all architectures, not just x86, > and KVM_CAP_MANUAL_DIRTY_LOG_PROTECT is additionally implemented by > arm, arm64, and mips. > > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> > --- > I skimmed all ioctls in the document to see if others needed to be > fixed, but from my quick skim the only dirty ones seem to be the > dirty log ones. > > Documentation/virtual/kvm/api.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>