Re: [PATCH v5.5 29/30] KVM: Wait 'til the bitter end to initialize the "new" memslot

From: Maciej S. Szmigiero
Date: Thu Nov 11 2021 - 18:53:52 EST


On 04.11.2021 01:25, Sean Christopherson wrote:
Initialize the "new" memslot in the !DELETE path only after the various
sanity checks have passed. This will allow a future commit to allocate
@new dynamically without having to copy a memslot, and without having to
deal with freeing @new in error paths and in the "nothing to change" path
that's hiding in the sanity checks.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
---

Reviewed-by: Maciej S. Szmigiero <maciej.szmigiero@xxxxxxxxxx>