Re: [Qemu-devel] [PATCH v2 2/2] docs: Document vCPU hotplug procedure

2018-10-09 Thread Igor Mammedov
On Mon, 8 Oct 2018 14:10:50 -0500 Eric Blake wrote: > On 10/1/18 3:59 AM, Igor Mammedov wrote: > > >>> Anyway, what about this: > >>> > >>> The command returns an object with a "qom-path" member for each > >>> present CPU. In this case, it shows an IvyBridge-IBRS-x86_64-cpu in > >>>

Re: [Qemu-devel] [PATCH v2 2/2] docs: Document vCPU hotplug procedure

2018-10-08 Thread Eric Blake
On 10/1/18 3:59 AM, Igor Mammedov wrote: Anyway, what about this: The command returns an object with a "qom-path" member for each present CPU. In this case, it shows an IvyBridge-IBRS-x86_64-cpu in socket 0. It returns an object without a "qom-path" for every possibly CPU

Re: [Qemu-devel] [PATCH v2 2/2] docs: Document vCPU hotplug procedure

2018-10-01 Thread Igor Mammedov
On Mon, 1 Oct 2018 10:18:45 +0200 Kashyap Chamarthy wrote: > On Thu, Sep 27, 2018 at 04:33:16PM +0200, Markus Armbruster wrote: > > Igor Mammedov writes: > > > > > On Tue, 25 Sep 2018 18:02:48 +0200 > > > Kashyap Chamarthy wrote: > > [...] > > > >> +(3) Check which socket is free to

Re: [Qemu-devel] [PATCH v2 2/2] docs: Document vCPU hotplug procedure

2018-10-01 Thread Kashyap Chamarthy
On Thu, Sep 27, 2018 at 04:33:16PM +0200, Markus Armbruster wrote: > Igor Mammedov writes: > > > On Tue, 25 Sep 2018 18:02:48 +0200 > > Kashyap Chamarthy wrote: [...] > >> +(3) Check which socket is free to allow hotplugging a CPU:: > > may be: which cpus are possible to plug (an entry with

Re: [Qemu-devel] [PATCH v2 2/2] docs: Document vCPU hotplug procedure

2018-09-27 Thread Kashyap Chamarthy
On Wed, Sep 26, 2018 at 05:24:27PM +0200, Igor Mammedov wrote: > On Tue, 25 Sep 2018 18:02:48 +0200 > Kashyap Chamarthy wrote: [...] > > +(1) Launch QEMU as follows (note that the "maxcpus" is mandatory to > > +allow vCPU hotplug):: > > + > > + $ qemu-system-x86_64 -display none

Re: [Qemu-devel] [PATCH v2 2/2] docs: Document vCPU hotplug procedure

2018-09-27 Thread Markus Armbruster
Igor Mammedov writes: > On Tue, 25 Sep 2018 18:02:48 +0200 > Kashyap Chamarthy wrote: > >> Signed-off-by: Kashyap Chamarthy >> --- >> docs/cpu-hotplug.rst | 140 +++ >> 1 file changed, 140 insertions(+) >> create mode 100644 docs/cpu-hotplug.rst >> >>

Re: [Qemu-devel] [PATCH v2 2/2] docs: Document vCPU hotplug procedure

2018-09-26 Thread Igor Mammedov
On Tue, 25 Sep 2018 18:02:48 +0200 Kashyap Chamarthy wrote: > Signed-off-by: Kashyap Chamarthy > --- > docs/cpu-hotplug.rst | 140 +++ > 1 file changed, 140 insertions(+) > create mode 100644 docs/cpu-hotplug.rst > > diff --git a/docs/cpu-hotplug.rst

[Qemu-devel] [PATCH v2 2/2] docs: Document vCPU hotplug procedure

2018-09-25 Thread Kashyap Chamarthy
Signed-off-by: Kashyap Chamarthy --- docs/cpu-hotplug.rst | 140 +++ 1 file changed, 140 insertions(+) create mode 100644 docs/cpu-hotplug.rst diff --git a/docs/cpu-hotplug.rst b/docs/cpu-hotplug.rst new file mode 100644 index 00..8f9e63a9f7 ---