Re: [Qemu-devel] [PATCH v3 10/10] hw/arm/virt: Init GED device and enable memory hotplug

2019-03-29 Thread Auger Eric
Hi Shameer, On 3/21/19 11:47 AM, Shameer Kolothum wrote: > This initializes the GED device with base memory and irq, > configures ged memory hotplug event and builds the > corresponding aml code. > > GED irq routing to Guest is also enabled. I am not clear about why would need gsi and virt_gsi_han

[Qemu-devel] [PATCH v3 10/10] hw/arm/virt: Init GED device and enable memory hotplug

2019-03-21 Thread Shameer Kolothum
This initializes the GED device with base memory and irq, configures ged memory hotplug event and builds the corresponding aml code. GED irq routing to Guest is also enabled. Memory hotplug should now work. Signed-off-by: Shameer Kolothum --- hw/acpi/generic_event_device.c | 18