Searched hist:dcdc460767ed0a650e06ff256fa2a52ff1b57047 (Results 1 – 1 of 1) sorted by relevance
/qemu/system/ |
H A D | physmem.c | dcdc460767ed0a650e06ff256fa2a52ff1b57047 Thu Apr 29 11:27:03 UTC 2021 David Hildenbrand <david@redhat.com> exec: Relax range check in ram_block_discard_range()
We want to make use of ram_block_discard_range() in the RAM block resize callback when growing a RAM block, *before* used_length is changed. Let's relax the check. As RAM blocks always mmap the whole max_length area, we cannot corrupt unrelated data.
Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20210429112708.12291-6-david@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
|