Re: [Qemu-devel] [PATCH 5/5] cpu/hotplug: remove the left unused cpu hotplug notifier function

2014-09-10 Thread Igor Mammedov
On Wed, 3 Sep 2014 17:06:17 +0800 Gu Zheng wrote: > Remove the left unused cpu hotplug notifier function, and rename > AcpiCpuHotplug_init --> acpi_cpu_hotplug_init > AcpiCpuHotplug_ops --> acpi_cpu_hotplug_ops > to match the coding style. split renaming into separate patch please > > Signed-o

[Qemu-devel] [PATCH 5/5] cpu/hotplug: remove the left unused cpu hotplug notifier function

2014-09-03 Thread Gu Zheng
Remove the left unused cpu hotplug notifier function, and rename AcpiCpuHotplug_init --> acpi_cpu_hotplug_init AcpiCpuHotplug_ops --> acpi_cpu_hotplug_ops to match the coding style. Signed-off-by: Gu Zheng --- hw/acpi/cpu_hotplug.c | 17 +++-- hw/acpi/ich9.c