]> www.infradead.org Git - nvme.git/commit
KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes()
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 Jul 2024 22:27:53 +0000 (18:27 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 26 Jul 2024 18:46:14 +0000 (14:46 -0400)
commite300614f10bd2f33252c8ba40b34d6c3fbf95d72
tree3a16617ce6e3b1fbe135fe7bfa4b5cbebd849468
parentde80252414f32db31eaa14baef511e9bd96021cd
KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes()

Use a guard to simplify early returns, and add two more easy
shortcuts.  If the requested attributes are invalid, the attributes
xarray will never show them as set.  And if testing a single page,
kvm_get_memory_attributes() is more efficient.

Reviewed-by: Michael Roth <michael.roth@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/kvm_main.c