On Wed, Nov 3, 2021 at 5:26 PM Sean Christopherson <seanjc@xxxxxxxxxx> wrote: > > Get the slot ID, hva, etc... from the "new" memslot instead of the > userspace memory region when preparing/committing a memory region. This > will allow a future commit to drop @mem from the prepare/commit hooks > once all architectures convert to using "new". > > Opportunistically wait to get the hva begin+end until after filtering out > the DELETE case in anticipation of a future commit passing NULL for @new > when deleting a memslot. > > Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx> Reviewed-by: Reiji Watanabe <reijiw@xxxxxxxxxx>