Re: [Qemu-devel] [PATCH v7 RESEND 3/8] memory: add parameter errp to memory_region_init_ram_ptr

2014-09-09 Thread Paolo Bonzini
Il 09/09/2014 07:27, Hu Tao ha scritto: > Add parameter errp to memory_region_init_ram_ptr and update all call > sites to pass in &error_abort. > > Reviewed-by: Peter Crosthwaite > Signed-off-by: Hu Tao Aborting in VFIO would be wrong, since VFIO devices can be hotplugged. But actually, ram_b

[Qemu-devel] [PATCH v7 RESEND 3/8] memory: add parameter errp to memory_region_init_ram_ptr

2014-09-08 Thread Hu Tao
Add parameter errp to memory_region_init_ram_ptr and update all call sites to pass in &error_abort. Reviewed-by: Peter Crosthwaite Signed-off-by: Hu Tao --- hw/display/g364fb.c | 2 +- hw/i386/kvm/pci-assign.c | 3 ++- hw/misc/ivshmem.c| 5 +++-- hw/misc/vfio.c | 3 ++- h