Re: [Qemu-devel] [PATCH 5/8] [PATCH RFC v3] s390-qemu: cpu hotplug - ipi_states enhancements

2013-10-02 Thread Jason J. Herne
On 09/19/2013 04:19 PM, Jason J. Herne wrote: On 09/05/2013 08:01 AM, Andreas Färber wrote: Am 01.08.2013 16:12, schrieb Jason J. Herne: From: "Jason J. Herne" ... This is what got us into the link<> discussion last time. If we do for (i = 0; i < ARRAY_SIZE(ipi_states); i++) { name =

Re: [Qemu-devel] [PATCH 5/8] [PATCH RFC v3] s390-qemu: cpu hotplug - ipi_states enhancements

2013-09-20 Thread Michael Mueller
On Thu, 19 Sep 2013 16:19:46 -0400 "Jason J. Herne" wrote: > On 09/05/2013 08:01 AM, Andreas Färber wrote: > > Am 01.08.2013 16:12, schrieb Jason J. Herne: > >> From: "Jason J. Herne" > >> > ... > > > > This is what got us into the link<> discussion last time. If we do > > > > for (i = 0; i < AR

Re: [Qemu-devel] [PATCH 5/8] [PATCH RFC v3] s390-qemu: cpu hotplug - ipi_states enhancements

2013-09-19 Thread Jason J. Herne
On 09/05/2013 08:01 AM, Andreas Färber wrote: Am 01.08.2013 16:12, schrieb Jason J. Herne: From: "Jason J. Herne" ... This is what got us into the link<> discussion last time. If we do for (i = 0; i < ARRAY_SIZE(ipi_states); i++) { name = g_strdup_printf("cpu[%i]", i); object_pro

Re: [Qemu-devel] [PATCH 5/8] [PATCH RFC v3] s390-qemu: cpu hotplug - ipi_states enhancements

2013-09-13 Thread Jason J. Herne
On 09/05/2013 08:01 AM, Andreas Färber wrote: Am 01.08.2013 16:12, schrieb Jason J. Herne: From: "Jason J. Herne" Modify s390_cpu_addr2state to allow fetching state information for cpu addresses above smp_cpus. Hotplug requires this capability. Also add s390_cpu_set_state function to allow m

Re: [Qemu-devel] [PATCH 5/8] [PATCH RFC v3] s390-qemu: cpu hotplug - ipi_states enhancements

2013-09-05 Thread Alexander Graf
On 01.08.2013, at 16:12, Jason J. Herne wrote: > From: "Jason J. Herne" > > Modify s390_cpu_addr2state to allow fetching state information for cpu > addresses > above smp_cpus. Hotplug requires this capability. > > Also add s390_cpu_set_state function to allow modification of ipi_state > en

Re: [Qemu-devel] [PATCH 5/8] [PATCH RFC v3] s390-qemu: cpu hotplug - ipi_states enhancements

2013-09-05 Thread Andreas Färber
Am 01.08.2013 16:12, schrieb Jason J. Herne: > From: "Jason J. Herne" > > Modify s390_cpu_addr2state to allow fetching state information for cpu > addresses > above smp_cpus. Hotplug requires this capability. > > Also add s390_cpu_set_state function to allow modification of ipi_state > entrie

[Qemu-devel] [PATCH 5/8] [PATCH RFC v3] s390-qemu: cpu hotplug - ipi_states enhancements

2013-08-01 Thread Jason J. Herne
From: "Jason J. Herne" Modify s390_cpu_addr2state to allow fetching state information for cpu addresses above smp_cpus. Hotplug requires this capability. Also add s390_cpu_set_state function to allow modification of ipi_state entries during hotplug. Signed-off-by: Jason J. Herne --- hw/s390x