Re: [PATCH] hw/arm: Adjust some coding styles about memory hotplug

2020-01-16 Thread Igor Mammedov
On Thu, 16 Jan 2020 15:40:29 +0800 Keqian Zhu wrote: > From: zhukeqian > > There is extra indent in ACPI GED plug cb. And we can use > existing helper function to trigger hotplug handler plug. > > Signed-off-by: Keqian Zhu > Cc: Shameer Kolothum > Cc: "Michael S. Tsirkin" > Cc: Igor Mammedo

[PATCH] hw/arm: Adjust some coding styles about memory hotplug

2020-01-16 Thread Keqian Zhu
From: zhukeqian There is extra indent in ACPI GED plug cb. And we can use existing helper function to trigger hotplug handler plug. Signed-off-by: Keqian Zhu Cc: Shameer Kolothum Cc: "Michael S. Tsirkin" Cc: Igor Mammedov --- hw/acpi/generic_event_device.c | 2 +- hw/arm/virt.c