Re: [PATCH v4 11/15] util/mmap-alloc: Implement resizeable mmaps

2020-03-25 Thread Murilo Opsfelder Araújo
On Thursday, March 5, 2020 11:29:41 AM -03 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(). > > Reviewed-by: Peter X

[PATCH v4 11/15] util/mmap-alloc: Implement resizeable mmaps

2020-03-05 Thread David Hildenbrand
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(). Reviewed-by: Peter Xu Cc: Richard Henderson Cc: Igor Kotrasinski Cc: Murilo Opsfelder Araujo