Ackerley Tng via B4 Relay <[email protected]> writes:
> From: Ackerley Tng <[email protected]> > > Extract a helper out of kvm_gmem_range_is_private() that checks that a > range has given attributes. > This should have been Extract out a helper that checks that a range has given attributes. kvm_gmem_range_is_private() was renamed to kvm_range_is_private() in some earlier patch. Thanks Fuad! > Optimize setting memory attributes by returning early if all pages in the > requested range already has the requested attributes. > > Reviewed-by: Fuad Tabba <[email protected]> > Tested-by: Shivank Garg <[email protected]> > Signed-off-by: Ackerley Tng <[email protected]> > > [...snip...] >
