On 02/06/2017 16:12, Marc-André Lureau wrote: > Instead of having its own mmap handling code, reuse the code from > exec.c. > > Note: memory_region_init_ram_from_fd() adds some restrictions > (check for xen, kvm sync-mmu, etc) and changes (such as size > alignment). This may actually be more correct.
I agree. I'm queuing patches 1-6 for now. Paolo