All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH v7 0/6] xl/libxl: domid allocation/preservation changes
@ 2020-02-21 11:20 Paul Durrant
  2020-02-21 11:20 ` [Xen-devel] [PATCH v7 1/6] libxl: add infrastructure to track and query 'recent' domids Paul Durrant
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Paul Durrant @ 2020-02-21 11:20 UTC (permalink / raw)
  To: xen-devel
  Cc: Stefano Stabellini, Julien Grall, Wei Liu, Jason Andryuk,
	George Dunlap, Andrew Cooper, Paul Durrant, Konrad Rzeszutek Wilk,
	Ian Jackson, Jan Beulich, Anthony PERARD

Paul Durrant (6):
  libxl: add infrastructure to track and query 'recent' domids
  libxl: modify libxl__logv() to only log valid domid values
  public/xen.h: add a definition for a 'valid domid' mask
  libxl: allow creation of domains with a specified or random domid
  xl.conf: introduce 'domid_policy'
  xl: allow domid to be preserved on save/restore or migrate

 docs/man/xl.1.pod.in          |  14 +++
 docs/man/xl.conf.5.pod        |  10 ++
 tools/examples/xl.conf        |   4 +
 tools/helpers/xen-init-dom0.c |  30 +++++
 tools/libxl/libxl.h           |  16 +++
 tools/libxl/libxl_create.c    |  76 +++++++++++-
 tools/libxl/libxl_domain.c    | 226 ++++++++++++++++++++++++++++++++++
 tools/libxl/libxl_internal.c  |  12 +-
 tools/libxl/libxl_internal.h  |  14 +++
 tools/libxl/libxl_types.idl   |   1 +
 tools/xl/xl.c                 |  10 ++
 tools/xl/xl.h                 |   2 +
 tools/xl/xl_cmdtable.c        |   6 +-
 tools/xl/xl_migrate.c         |  15 ++-
 tools/xl/xl_saverestore.c     |  19 ++-
 tools/xl/xl_vmcontrol.c       |   3 +
 xen/include/public/xen.h      |   3 +
 17 files changed, 443 insertions(+), 18 deletions(-)
---
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Anthony PERARD <anthony.perard@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Jason Andryuk <jandryuk@gmail.com>
Cc: Julien Grall <julien@xen.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Wei Liu <wl@xen.org>
-- 
2.20.1


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

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

end of thread, other threads:[~2020-02-25  8:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-21 11:20 [Xen-devel] [PATCH v7 0/6] xl/libxl: domid allocation/preservation changes Paul Durrant
2020-02-21 11:20 ` [Xen-devel] [PATCH v7 1/6] libxl: add infrastructure to track and query 'recent' domids Paul Durrant
2020-02-24 15:52   ` Ian Jackson
2020-02-21 11:20 ` [Xen-devel] [PATCH v7 2/6] libxl: modify libxl__logv() to only log valid domid values Paul Durrant
2020-02-21 12:07   ` Wei Liu
2020-02-21 11:20 ` [Xen-devel] [PATCH v7 3/6] public/xen.h: add a definition for a 'valid domid' mask Paul Durrant
2020-02-21 20:47   ` Julien Grall
2020-02-21 11:20 ` [Xen-devel] [PATCH v7 4/6] libxl: allow creation of domains with a specified or random domid Paul Durrant
2020-02-21 11:20 ` [Xen-devel] [PATCH v7 5/6] xl.conf: introduce 'domid_policy' Paul Durrant
2020-02-21 11:20 ` [Xen-devel] [PATCH v7 6/6] xl: allow domid to be preserved on save/restore or migrate Paul Durrant
2020-02-24 15:54 ` [Xen-devel] [PATCH v7 0/6] xl/libxl: domid allocation/preservation changes Ian Jackson
2020-02-24 16:32   ` Durrant, Paul
2020-02-24 17:22     ` Durrant, Paul
2020-02-24 17:56       ` Ian Jackson
2020-02-25  8:26         ` Durrant, Paul

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.