Re: [RFC PATCH 9/9] kvm_main.c: handle atomic memslot update

From: David Hildenbrand
Date: Tue Sep 27 2022 - 10:54:35 EST


Does the invalidation already free up memslot metadata (especially the
rmaps) or will we end up temporarily allocating twice the memslot metadata?


Invalidation creates a new temporary identical memslot, I am not sure
about the rmaps. It is anyways the same code as it was done before and
if I understand correctly, a new slot is required to keep the old
intact, in case something goes wrong and we need to revert.

Okay, thanks!

--
Thanks,

David / dhildenb