All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] libxl: update available vcpus map in retrieved configuration
@ 2016-07-11 15:49 Wei Liu
  2016-07-11 15:49 ` [PATCH v4 1/5] libxl: constify copy and length calculation functions Wei Liu
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Wei Liu @ 2016-07-11 15:49 UTC (permalink / raw)
  To: Xen-devel; +Cc: Ian Jackson, Wei Liu

See individual patch for detailed changelog.

Wei Liu (5):
  libxl: constify copy and length calculation functions
  libxl: libxl_domain_need_memory shouldn't modify b_info
  libxl: introduce libxl__qmp_query_cpus
  libxl: update vcpus bitmap in retrieved guest config
  libxl: only issue cpu-add call to QEMU for not present CPU

 tools/libxl/gentypes.py      |   4 +-
 tools/libxl/libxl.c          | 147 ++++++++++++++++++++++++++++++++++++++-----
 tools/libxl/libxl.h          |  33 +++++++---
 tools/libxl/libxl_cpuid.c    |   4 +-
 tools/libxl/libxl_genid.c    |   2 +-
 tools/libxl/libxl_internal.h |   5 +-
 tools/libxl/libxl_qmp.c      |  38 +++++++++++
 tools/libxl/libxl_utils.c    |   2 +-
 tools/libxl/libxl_utils.h    |   2 +-
 9 files changed, 204 insertions(+), 33 deletions(-)

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-07-12 13:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-11 15:49 [PATCH v4 0/5] libxl: update available vcpus map in retrieved configuration Wei Liu
2016-07-11 15:49 ` [PATCH v4 1/5] libxl: constify copy and length calculation functions Wei Liu
2016-07-11 15:52   ` Ian Jackson
2016-07-11 15:49 ` [PATCH v4 2/5] libxl: libxl_domain_need_memory shouldn't modify b_info Wei Liu
2016-07-11 15:52   ` Ian Jackson
2016-07-11 15:49 ` [PATCH v4 3/5] libxl: introduce libxl__qmp_query_cpus Wei Liu
2016-07-11 15:49 ` [PATCH v4 4/5] libxl: update vcpus bitmap in retrieved guest config Wei Liu
2016-07-11 15:56   ` Ian Jackson
2016-07-11 16:24     ` Wei Liu
2016-07-11 16:38       ` Ian Jackson
2016-07-11 15:49 ` [PATCH v4 5/5] libxl: only issue cpu-add call to QEMU for not present CPU Wei Liu
2016-07-11 15:56   ` Ian Jackson
2016-07-12 13:40 ` [PATCH v4 0/5] libxl: update available vcpus map in retrieved configuration Wei Liu

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.