Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-19 Thread Jason J. Herne
On 09/05/2013 07:25 AM, Andreas Färber wrote: Am 05.09.2013 12:40, schrieb Christian Borntraeger: On 04/09/13 14:45, Andreas Färber wrote: ... To cope with device_add s390-cpu adding the device to /machine/peripheral/ or /machine/peripheral-anon/device[0] I *think* we'll need link<>, which wou

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-16 Thread Michael Mueller
On Fri, 13 Sep 2013 11:01:57 -0400 "Jason J. Herne" wrote: > On 09/05/2013 10:06 AM, Andreas Färber wrote: > > Am 05.09.2013 15:10, schrieb Alexander Graf: > >> On 05.09.2013, at 15:05, Andreas Färber wrote: > >>> Am 05.09.2013 14:54, schrieb Alexander Graf: > Very simple and clean patch set

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-13 Thread Andreas Färber
Am 13.09.2013 17:01, schrieb Jason J. Herne: > On 09/05/2013 10:06 AM, Andreas Färber wrote: >> Am 05.09.2013 15:10, schrieb Alexander Graf: >>> On 05.09.2013, at 15:05, Andreas Färber wrote: Am 05.09.2013 14:54, schrieb Alexander Graf: > Very simple and clean patch set. I don't think it d

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-13 Thread Jason J. Herne
On 09/05/2013 10:06 AM, Andreas Färber wrote: Am 05.09.2013 15:10, schrieb Alexander Graf: On 05.09.2013, at 15:05, Andreas Färber wrote: Am 05.09.2013 14:54, schrieb Alexander Graf: Very simple and clean patch set. I don't think it deserves the RFC tag. Negative, see my review. If you want

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-05 Thread Andreas Färber
Am 05.09.2013 15:10, schrieb Alexander Graf: > On 05.09.2013, at 15:05, Andreas Färber wrote: >> Am 05.09.2013 14:54, schrieb Alexander Graf: >>> Very simple and clean patch set. I don't think it deserves the RFC tag. >> >> Negative, see my review. If you want to fix up and queue patches 1-2 >> tha

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-05 Thread Alexander Graf
On 05.09.2013, at 15:05, Andreas Färber wrote: > Am 05.09.2013 14:54, schrieb Alexander Graf: >> >> On 01.08.2013, at 16:12, Jason J. Herne wrote: >> >>> From: "Jason J. Herne" >>> >>> Latest code for cpu Hotplug on S390 architecture. This one is vastly >>> simpler >>> than v2 as we have d

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-05 Thread Andreas Färber
Am 05.09.2013 14:54, schrieb Alexander Graf: > > On 01.08.2013, at 16:12, Jason J. Herne wrote: > >> From: "Jason J. Herne" >> >> Latest code for cpu Hotplug on S390 architecture. This one is vastly >> simpler >> than v2 as we have decided to avoid the command line specification >> of -devic

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-05 Thread Alexander Graf
On 01.08.2013, at 16:12, Jason J. Herne wrote: > From: "Jason J. Herne" > > Latest code for cpu Hotplug on S390 architecture. This one is vastly simpler > than v2 as we have decided to avoid the command line specification > of -device s390-cpu. > > The last version can be found here: > http

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-05 Thread Andreas Färber
Am 05.09.2013 12:40, schrieb Christian Borntraeger: > On 04/09/13 14:45, Andreas Färber wrote: >> Hello, >> >> Am 01.08.2013 16:12, schrieb Jason J. Herne: >>> From: "Jason J. Herne" >>> >>> Latest code for cpu Hotplug on S390 architecture. This one is vastly >>> simpler >>> than v2 as we have

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-05 Thread Christian Borntraeger
On 04/09/13 14:45, Andreas Färber wrote: > Hello, > > Am 01.08.2013 16:12, schrieb Jason J. Herne: >> From: "Jason J. Herne" >> >> Latest code for cpu Hotplug on S390 architecture. This one is vastly >> simpler >> than v2 as we have decided to avoid the command line specification >> of -devic

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-04 Thread Luiz Capitulino
On Wed, 04 Sep 2013 15:04:17 +0200 Andreas Färber wrote: > Am 04.09.2013 14:56, schrieb Luiz Capitulino: > > On Wed, 04 Sep 2013 14:45:44 +0200 > > Andreas Färber wrote: > > > >> For the HMP patch I am waiting on feedback from Igor once he returns > >> from his vacation and, if there are no obj

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-04 Thread Andreas Färber
Am 04.09.2013 14:56, schrieb Luiz Capitulino: > On Wed, 04 Sep 2013 14:45:44 +0200 > Andreas Färber wrote: > >> For the HMP patch I am waiting on feedback from Igor once he returns >> from his vacation and, if there are no objections, would like to see >> that patch go through Luiz' queue since u

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-04 Thread Luiz Capitulino
On Wed, 04 Sep 2013 14:45:44 +0200 Andreas Färber wrote: > => cpu_num != cpu_index > > > With all that in mind, I'll now need to review the s390 patches again. > > For the HMP patch I am waiting on feedback from Igor once he returns > from his vacation and, if there are no objections, would li

Re: [Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-09-04 Thread Andreas Färber
Hello, Am 01.08.2013 16:12, schrieb Jason J. Herne: > From: "Jason J. Herne" > > Latest code for cpu Hotplug on S390 architecture. This one is vastly simpler > than v2 as we have decided to avoid the command line specification > of -device s390-cpu. > > The last version can be found here: >

[Qemu-devel] [PATCH 0/8] [PATCH RFC v3] s390 cpu hotplug

2013-08-01 Thread Jason J. Herne
From: "Jason J. Herne" Latest code for cpu Hotplug on S390 architecture. This one is vastly simpler than v2 as we have decided to avoid the command line specification of -device s390-cpu. The last version can be found here: http://lists.gnu.org/archive/html/qemu-devel/2013-06/msg01183.html T