Re: [Qemu-devel] [PATCH V3 7/7] acpi/cpu-hotplug: introduce help function to keep bit setting in one place

2014-09-29 Thread Igor Mammedov
On Mon, 29 Sep 2014 17:44:27 +0800 Gu Zheng wrote: > On 09/29/2014 05:47 PM, Igor Mammedov wrote: > > > On Mon, 29 Sep 2014 17:22:08 +0800 > > Gu Zheng wrote: > > > >> Hi Igor, > >> On 09/26/2014 09:37 PM, Igor Mammedov wrote: > >> > >>> On Wed, 17 Sep 2014 09:24:03 +0800 > >>> Gu Zheng wrote

Re: [Qemu-devel] [PATCH V3 7/7] acpi/cpu-hotplug: introduce help function to keep bit setting in one place

2014-09-29 Thread Gu Zheng
On 09/29/2014 05:47 PM, Igor Mammedov wrote: > On Mon, 29 Sep 2014 17:22:08 +0800 > Gu Zheng wrote: > >> Hi Igor, >> On 09/26/2014 09:37 PM, Igor Mammedov wrote: >> >>> On Wed, 17 Sep 2014 09:24:03 +0800 >>> Gu Zheng wrote: >>> Introduce help function acpi_set_local_sts() to simplify

Re: [Qemu-devel] [PATCH V3 7/7] acpi/cpu-hotplug: introduce help function to keep bit setting in one place

2014-09-29 Thread Igor Mammedov
On Mon, 29 Sep 2014 17:22:08 +0800 Gu Zheng wrote: > Hi Igor, > On 09/26/2014 09:37 PM, Igor Mammedov wrote: > > > On Wed, 17 Sep 2014 09:24:03 +0800 > > Gu Zheng wrote: > > > >> Introduce help function acpi_set_local_sts() to simplify > >> acpi_cpu_plug_cb and acpi_cpu_hotplug_init, so that w

Re: [Qemu-devel] [PATCH V3 7/7] acpi/cpu-hotplug: introduce help function to keep bit setting in one place

2014-09-29 Thread Gu Zheng
Hi Igor, On 09/26/2014 09:37 PM, Igor Mammedov wrote: > On Wed, 17 Sep 2014 09:24:03 +0800 > Gu Zheng wrote: > >> Introduce help function acpi_set_local_sts() to simplify acpi_cpu_plug_cb >> and acpi_cpu_hotplug_init, so that we can keep bit setting in one place. >> >> Signed-off-by: Gu Zheng >

Re: [Qemu-devel] [PATCH V3 7/7] acpi/cpu-hotplug: introduce help function to keep bit setting in one place

2014-09-26 Thread Igor Mammedov
On Wed, 17 Sep 2014 09:24:03 +0800 Gu Zheng wrote: > Introduce help function acpi_set_local_sts() to simplify acpi_cpu_plug_cb > and acpi_cpu_hotplug_init, so that we can keep bit setting in one place. > > Signed-off-by: Gu Zheng > --- > hw/acpi/cpu_hotplug.c | 22 +++--- > 1

[Qemu-devel] [PATCH V3 7/7] acpi/cpu-hotplug: introduce help function to keep bit setting in one place

2014-09-16 Thread Gu Zheng
Introduce help function acpi_set_local_sts() to simplify acpi_cpu_plug_cb and acpi_cpu_hotplug_init, so that we can keep bit setting in one place. Signed-off-by: Gu Zheng --- hw/acpi/cpu_hotplug.c | 22 +++--- 1 files changed, 15 insertions(+), 7 deletions(-) diff --git a/hw/a