Re: [Qemu-devel] [PATCH v1] docs: add cpu-hotplug.txt

2016-08-09 Thread Dou Liyang
Hi Fam 在 2016年08月09日 17:07, Fam Zheng 写道: On Tue, 08/09 16:47, Dou Liyang wrote: + + (qemu) device_del cpu1 + Can you also document what should be done in guest to make this operation successful? I am not sure about these words "what should be done in guest". Do you mean that setting the

Re: [Qemu-devel] [PATCH v1] docs: add cpu-hotplug.txt

2016-08-09 Thread Fam Zheng
On Tue, 08/09 16:47, Dou Liyang wrote: > >>+ > >>+ (qemu) device_del cpu1 > >>+ > > > >Can you also document what should be done in guest to make this operation > >successful? > > > > I am not sure about these words "what should be done in guest". > > Do you mean that setting the CPUx's online t

Re: [Qemu-devel] [PATCH v1] docs: add cpu-hotplug.txt

2016-08-09 Thread Dou Liyang
Hi Fam, 在 2016年08月09日 15:14, Fam Zheng 写道: Hello Liyang, Thanks for the contribution! On Tue, 08/09 14:48, Dou Liyang wrote: This document describes how to use cpu hotplug in QEMU. Change log v1: From Igor's advice: 1. Remove any mentioning of apic-id from the document. 2. Remove th

Re: [Qemu-devel] [PATCH v1] docs: add cpu-hotplug.txt

2016-08-09 Thread Fam Zheng
Hello Liyang, Thanks for the contribution! On Tue, 08/09 14:48, Dou Liyang wrote: > This document describes how to use cpu hotplug in QEMU. > > Change log v1: > From Igor's advice: > 1. Remove any mentioning of apic-id from the document. > 2. Remove the "device_del qom_path" from the CP

[Qemu-devel] [PATCH v1] docs: add cpu-hotplug.txt

2016-08-08 Thread Dou Liyang
This document describes how to use cpu hotplug in QEMU. Change log v1: From Igor's advice: 1. Remove any mentioning of apic-id from the document. 2. Remove the "device_del qom_path" from the CPU hot-unplug. 3. Fix some comment. Signed-off-by: Dou Liyang --- docs/cpu-hotplug.txt |