Re: [Qemu-devel] [PATCH V5 7/8] cpu-hotplug: rename function for better readability

2014-10-20 Thread Igor Mammedov
On Fri, 10 Oct 2014 10:16:06 +0800 Gu Zheng wrote: > Rename: > AcpiCpuHotplug_init --> acpi_cpu_hotplug_init > AcpiCpuHotplug_ops --> acpi_cpu_hotplug_ops > for better readability, just cleanup. > > Signed-off-by: Gu Zheng Reviewed-by: Igor Mammedov > --- > hw/acpi/cpu_hotplug.c |

[Qemu-devel] [PATCH V5 7/8] cpu-hotplug: rename function for better readability

2014-10-09 Thread Gu Zheng
Rename: AcpiCpuHotplug_init --> acpi_cpu_hotplug_init AcpiCpuHotplug_ops --> acpi_cpu_hotplug_ops for better readability, just cleanup. Signed-off-by: Gu Zheng --- hw/acpi/cpu_hotplug.c |4 ++-- hw/acpi/ich9.c|4 ++-- hw/acpi/piix4.c |4 ++-- inc