All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Durrant <pdurrant@amazon.com>
To: <xen-devel@lists.xenproject.org>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
	Paul Durrant <pdurrant@amazon.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>, Wei Liu <wl@xen.org>
Subject: [Xen-devel] [PATCH v2 0/6] xl/libxl: domid allocation/preservation changes
Date: Thu, 9 Jan 2020 11:48:10 +0000	[thread overview]
Message-ID: <20200109114816.2293-1-pdurrant@amazon.com> (raw)

This series was previously named "xl/libxl: allow creation of domains with
a specified domid".

Paul Durrant (6):
  libxl: add definition of INVALID_DOMID to the API
  libxl_create: make 'soft reset' explicit
  libxl: add infrastructure to track and query 'retired' domids
  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/libxl/libxl.h          |  13 +++-
 tools/libxl/libxl_create.c   |  90 +++++++++++++++++-------
 tools/libxl/libxl_dm.c       |   2 +-
 tools/libxl/libxl_domain.c   | 132 +++++++++++++++++++++++++++++++++++
 tools/libxl/libxl_internal.c |   2 +-
 tools/libxl/libxl_internal.h |  16 ++++-
 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_utils.h          |   2 -
 tools/xl/xl_vmcontrol.c      |   3 +
 17 files changed, 297 insertions(+), 44 deletions(-)
---
Cc: Anthony PERARD <anthony.perard@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
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

             reply	other threads:[~2020-01-09 11:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-09 11:48 Paul Durrant [this message]
2020-01-09 11:48 ` [Xen-devel] [PATCH v2 1/6] libxl: add definition of INVALID_DOMID to the API Paul Durrant
2020-01-09 11:48 ` [Xen-devel] [PATCH v2 2/6] libxl_create: make 'soft reset' explicit Paul Durrant
2020-01-09 11:48 ` [Xen-devel] [PATCH v2 3/6] libxl: add infrastructure to track and query 'retired' domids Paul Durrant
2020-01-09 11:48 ` [Xen-devel] [PATCH v2 4/6] libxl: allow creation of domains with a specified or random domid Paul Durrant
2020-01-13 16:16   ` Jason Andryuk
2020-01-13 16:54     ` Durrant, Paul
2020-01-13 18:34       ` Jason Andryuk
2020-01-14 10:05         ` Durrant, Paul
2020-01-13 21:23       ` Julien Grall
2020-01-14 10:04         ` Durrant, Paul
2020-01-09 11:48 ` [Xen-devel] [PATCH v2 5/6] xl.conf: introduce 'domid_policy' Paul Durrant
2020-01-09 11:48 ` [Xen-devel] [PATCH v2 6/6] xl: allow domid to be preserved on save/restore or migrate Paul Durrant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200109114816.2293-1-pdurrant@amazon.com \
    --to=pdurrant@amazon.com \
    --cc=anthony.perard@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.