On Sun, 2023-11-05 at 17:30 +0100, Paolo Bonzini wrote: > From: Sean Christopherson <sea...@google.com> > > Rework and rename "struct kvm_hva_range" into "kvm_mmu_notifier_range" so > that the structure can be used to handle notifications that operate on gfn > context, i.e. that aren't tied to a host virtual address. Rename the > handler typedef too (arguably it should always have been gfn_handler_t). > > Practically speaking, this is a nop for 64-bit kernels as the only > meaningful change is to store start+end as u64s instead of unsigned longs. > > Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> > Reviewed-by: Xiaoyao Li <xiaoyao...@intel.com> > Signed-off-by: Sean Christopherson <sea...@google.com> > Reviewed-by: Fuad Tabba <ta...@google.com> > Tested-by: Fuad Tabba <ta...@google.com> > Message-Id: <20231027182217.3615211-2-sea...@google.com> > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >
Reviewed-by: Kai Huang <kai.hu...@intel.com>