On Thu, Feb 27, 2020 at 11:12:01AM +0100, David Hildenbrand wrote: > Implement resizeable mmaps. For now, the actual resizing is not wired up. > Introduce qemu_ram_mmap_resizeable() and qemu_ram_mmap_resize(). Make > qemu_ram_mmap() a wrapper of qemu_ram_mmap_resizeable(). > > Cc: Richard Henderson <[email protected]> > Cc: Igor Kotrasinski <[email protected]> > Cc: Murilo Opsfelder Araujo <[email protected]> > Cc: "Michael S. Tsirkin" <[email protected]> > Cc: Greg Kurz <[email protected]> > Cc: Eduardo Habkost <[email protected]> > Cc: "Dr. David Alan Gilbert" <[email protected]> > Cc: Igor Mammedov <[email protected]> > Signed-off-by: David Hildenbrand <[email protected]>
Reviewed-by: Peter Xu <[email protected]> -- Peter Xu
