qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Dou Liyang
Subject: Re: [Qemu-devel] [PATCH v6] docs: add cpu-hotplug.txt
Date: Thu, 18 Aug 2016 07:56:23 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

Hi Bharata,

At 08/17/2016 09:47 PM, Bharata B Rao wrote:
On Wed, Aug 17, 2016 at 03:01:06PM +0800, Dou Liyang wrote:
This document describes how to use cpu hotplug in QEMU.
+lists all hot-pluggable CPUs. Such as this:

lists all CPUs including the present and possible hot-pluggable CPUs.

+
+  ...
+  type: "qemu64-x86_64-cpu"
+  vcpus_count: "1"
+  CPUInstance Properties:
+    socket-id: "1"
+    core-id: "0"
+    thread-id: "0"
+  ...
+
+Or
+
+  ...
+  type: "POWER7_v2.3-spapr-cpu-core"
+  vcpus_count: "1"
+  CPUInstance Properties:
+    core-id: "2"

There is another property called "qom_path" which if present indicates
that the listed CPU is already present or plugged-in. Hotpluggable CPUs
are those which don't have "qom_path" set.

May be useful to explicitly bring this out in the doc ?


Yes, it is. I will list it too.

Thanks,
Dou





reply via email to

[Prev in Thread] Current Thread [Next in Thread]