Skip to content
Commit fa13843d authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: X86: fix lazy allocation of rmaps



If allocation of rmaps fails, but some of the pointers have already been written,
those pointers can be cleaned up when the memslot is freed, or even reused later
for another attempt at allocating the rmaps.  Therefore there is no need to
WARN, as done for example in memslot_rmap_alloc, but the allocation *must* be
skipped lest KVM will overwrite the previous pointer and will indeed leak memory.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent e2b6d941
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment