All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] CPU hotplug for qemu-xen
@ 2013-06-26 15:54 Anthony PERARD
  2013-06-26 15:54 ` [PATCH v5 1/2] libxl: Add "cpu-add" QMP command Anthony PERARD
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anthony PERARD @ 2013-06-26 15:54 UTC (permalink / raw)
  To: Xen Devel; +Cc: Anthony PERARD, Ian Campbell

Hi all,

This series implements the 'cpu-add' QMP command to hotplug CPU with qemu-xen.

When using adding vcpus with this series, libxl will report many "error". This
is because libxl call the QMP command 'cpu-add' for every plugged vcpus, even
those that have been plugged before. There is currently no way to list cpus
that are plugged by QEMU. Also, the way errors are handled by libxl_qmp those
not help yet to suppress this error printing.

Unplug of vcpu is not supported by the series.

v5:
  - added a comment about the ignored return value
v4:
  - ignore the return value of libxl__qmp_cpu_add as it those not give any
    usefull information.

And before (v2-v3):
  - use more and different macro in the libxl patch.

Anthony PERARD (2):
  libxl: Add "cpu-add" QMP command.
  libxl: Use QMP cpu-add to hotplug CPU with qemu-xen.

 tools/libxl/libxl.c          | 52 +++++++++++++++++++++++++++++++++++++++-----
 tools/libxl/libxl_internal.h |  2 ++
 tools/libxl/libxl_qmp.c      | 21 ++++++++++++++++++
 3 files changed, 69 insertions(+), 6 deletions(-)

-- 
Anthony PERARD

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-26 17:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-26 15:54 [PATCH v5 0/2] CPU hotplug for qemu-xen Anthony PERARD
2013-06-26 15:54 ` [PATCH v5 1/2] libxl: Add "cpu-add" QMP command Anthony PERARD
2013-06-26 16:48   ` Ian Campbell
2013-06-26 16:52     ` Anthony PERARD
2013-06-26 15:54 ` [PATCH v5 2/2] libxl: Use QMP cpu-add to hotplug CPU with qemu-xen Anthony PERARD
2013-06-26 17:15 ` [PATCH v5 0/2] CPU hotplug for qemu-xen Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.