Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-02-13 Thread Zhu Guihua
On Thu, 2015-02-12 at 19:49 +0800, Zhu Guihua wrote: On Tue, 2015-02-10 at 20:38 +0800, Zhi Yong Wu wrote: On Fri, Feb 6, 2015 at 3:54 PM, Zhu Guihua zhugh.f...@cn.fujitsu.com wrote: On Tue, 2015-02-03 at 16:41 +0800, Zhi Yong Wu wrote: HI, Can you push the patchset to a branch

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-02-12 Thread Zhu Guihua
On Tue, 2015-02-10 at 20:38 +0800, Zhi Yong Wu wrote: On Fri, Feb 6, 2015 at 3:54 PM, Zhu Guihua zhugh.f...@cn.fujitsu.com wrote: On Tue, 2015-02-03 at 16:41 +0800, Zhi Yong Wu wrote: HI, Can you push the patchset to a branch on github? It will be convenient for other guys to do some

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-02-10 Thread Zhi Yong Wu
On Fri, Feb 6, 2015 at 3:54 PM, Zhu Guihua zhugh.f...@cn.fujitsu.com wrote: On Tue, 2015-02-03 at 16:41 +0800, Zhi Yong Wu wrote: HI, Can you push the patchset to a branch on github? It will be convenient for other guys to do some tests. sorry for late reply. I had pushed into

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-02-05 Thread Zhu Guihua
On Tue, 2015-02-03 at 16:41 +0800, Zhi Yong Wu wrote: HI, Can you push the patchset to a branch on github? It will be convenient for other guys to do some tests. sorry for late reply. I had pushed into https://github.com/zhugh/qemu.git The patchset is on branch cpu-hotplug. Welcome to test,

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-02-03 Thread Zhi Yong Wu
HI, Can you push the patchset to a branch on github? It will be convenient for other guys to do some tests. On Wed, Jan 14, 2015 at 3:44 PM, Zhu Guihua zhugh.f...@cn.fujitsu.com wrote: This series is based on chen fan's previous i386 cpu hot remove patchset:

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-01-27 Thread Bharata B Rao
On Tue, Jan 27, 2015 at 7:30 AM, Zhu Guihua zhugh.f...@cn.fujitsu.com wrote: On Mon, 2015-01-26 at 12:27 +0100, Alexandre DERUMIER wrote: About this, I can do it successfully on my qemu. So can you tell us more information about your operation? simply start with -smp

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-01-26 Thread Zhu Guihua
-devel] [PATCH v3 0/7] cpu: add device_add foo-x86_64-cpusupport https://www.mail-archive.com/qemu-devel@nongnu.org/msg273870.html [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support - Mail original - De: Zhu Guihua zhugh.f...@cn.fujitsu.com À: aderumier aderum

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-01-26 Thread Alexandre DERUMIER
.html [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support - Mail original - De: Zhu Guihua zhugh.f...@cn.fujitsu.com À: aderumier aderum...@odiso.com Cc: qemu-devel qemu-devel@nongnu.org, tangc...@cn.fujitsu.com, guz fnst guz.f...@cn.fujitsu.com, isimatu yasuaki isimatu.yasu

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-01-25 Thread Alexandre DERUMIER
...@suse.de Envoyé: Lundi 26 Janvier 2015 04:19:52 Objet: Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support Thanks for your reply. 2 others things: 1) on cpu unplug, I see that the cpu is correctly removed from my linux guest but not from qemu starting with a guest

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-01-25 Thread Zhu Guihua
, isimatu yasuaki isimatu.yasu...@jp.fujitsu.com, Anshul Makkar anshul.mak...@profitbricks.com, chen fan fnst chen.fan.f...@cn.fujitsu.com, Igor Mammedov imamm...@redhat.com, afaerber afaer...@suse.de Envoyé: Lundi 26 Janvier 2015 03:01:48 Objet: Re: [Qemu-devel] [PATCH v2 00/11] cpu: add

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-01-25 Thread Zhu Guihua
...@redhat.com, afaerber afaer...@suse.de Envoyé: Lundi 26 Janvier 2015 04:19:52 Objet: Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support Thanks for your reply. 2 others things: 1) on cpu unplug, I see that the cpu is correctly removed from my linux guest

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-01-25 Thread Alexandre DERUMIER
chen.fan.f...@cn.fujitsu.com, Igor Mammedov imamm...@redhat.com, afaerber afaer...@suse.de Envoyé: Lundi 26 Janvier 2015 03:01:48 Objet: Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support On Fri, 2015-01-23 at 11:24 +0100, Alexandre DERUMIER wrote: Hello, I'm currently

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-01-25 Thread Zhu Guihua
On Fri, 2015-01-23 at 11:24 +0100, Alexandre DERUMIER wrote: Hello, I'm currently testing the new cpu unplug features, Works fine here with debian guests and kernel 3.14. Thanks for your test. But I have notice some small potential bugs, but I'm not sure I'm doing it right. 1)first,

Re: [Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-01-23 Thread Alexandre DERUMIER
...@cn.fujitsu.com, isimatu yasuaki isimatu.yasu...@jp.fujitsu.com, Anshul Makkar anshul.mak...@profitbricks.com, chen fan fnst chen.fan.f...@cn.fujitsu.com, Igor Mammedov imamm...@redhat.com, afaerber afaer...@suse.de Envoyé: Mercredi 14 Janvier 2015 08:44:53 Objet: [Qemu-devel] [PATCH v2 00/11] cpu: add

[Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support

2015-01-13 Thread Zhu Guihua
This series is based on chen fan's previous i386 cpu hot remove patchset: https://lists.nongnu.org/archive/html/qemu-devel/2013-12/msg04266.html Via implementing ACPI standard methods _EJ0 in ACPI table, after Guest OS remove one vCPU online, the fireware will store removed bitmap to QEMU, then