All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Durrant <pdurrant@amazon.com>
To: <xen-devel@lists.xenproject.org>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	Julien Grall <julien@xen.org>, Wei Liu <wl@xen.org>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
	George Dunlap <George.Dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Paul Durrant <pdurrant@amazon.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	Jan Beulich <jbeulich@suse.com>,
	Anthony PERARD <anthony.perard@citrix.com>
Subject: [Xen-devel] [PATCH 0/6] xl/libxl: allow creation of domains with a specified domid
Date: Tue, 24 Dec 2019 13:04:10 +0000	[thread overview]
Message-ID: <20191224130416.3570-1-pdurrant@amazon.com> (raw)

Paul Durrant (6):
  libxl: add definition of INVALID_DOMID to the API
  libxl_create: make 'soft reset' explicit
  domctl: return EEXIST from XEN_DOMCTL_createdomain...
  domctl: set XEN_DOMCTL_createdomain 'rover' if valid domid is
    specified
  libxl: allow creation of domains with specified or random domid
  xl: allow specified domain id to be used for create, restore and
    migrate

 docs/man/xl.1.pod.in         | 34 +++++++++++--
 tools/libxl/libxl.h          | 16 +++++-
 tools/libxl/libxl_create.c   | 95 +++++++++++++++++++++++++-----------
 tools/libxl/libxl_dm.c       |  2 +-
 tools/libxl/libxl_internal.c |  2 +-
 tools/libxl/libxl_internal.h |  6 +--
 tools/xl/xl.h                |  1 +
 tools/xl/xl_cmdtable.c       | 22 +++++++--
 tools/xl/xl_migrate.c        | 42 ++++++++++++----
 tools/xl/xl_parse.c          | 33 +++++++++++++
 tools/xl/xl_parse.h          |  2 +
 tools/xl/xl_saverestore.c    |  9 +++-
 tools/xl/xl_utils.h          |  2 -
 tools/xl/xl_vmcontrol.c      | 23 ++++++---
 xen/common/domctl.c          |  6 +--
 15 files changed, 230 insertions(+), 65 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: 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

             reply	other threads:[~2019-12-24 13:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-24 13:04 Paul Durrant [this message]
2019-12-24 13:04 ` [Xen-devel] [PATCH 1/6] libxl: add definition of INVALID_DOMID to the API Paul Durrant
2020-01-02 17:18   ` Ian Jackson
2019-12-24 13:04 ` [Xen-devel] [PATCH 2/6] libxl_create: make 'soft reset' explicit Paul Durrant
2020-01-02 17:22   ` Ian Jackson
2019-12-24 13:04 ` [Xen-devel] [PATCH 3/6] domctl: return EEXIST from XEN_DOMCTL_createdomain Paul Durrant
2020-01-02 17:22   ` Ian Jackson
2019-12-24 13:04 ` [Xen-devel] [PATCH 4/6] domctl: set XEN_DOMCTL_createdomain 'rover' if valid domid is specified Paul Durrant
2020-01-02 17:25   ` Ian Jackson
2020-01-03  9:11     ` Durrant, Paul
2020-01-02 17:30   ` Andrew Cooper
2019-12-24 13:04 ` [Xen-devel] [PATCH 5/6] libxl: allow creation of domains with specified or random domid Paul Durrant
2020-01-02 17:27   ` Ian Jackson
2020-01-03  9:19     ` Durrant, Paul
2020-01-03 19:24   ` Jason Andryuk
2019-12-24 13:04 ` [Xen-devel] [PATCH 6/6] xl: allow specified domain id to be used for create, restore and migrate Paul Durrant
2020-01-02 17:29   ` Ian Jackson
2020-01-03  9:23     ` Durrant, Paul

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=20191224130416.3570-1-pdurrant@amazon.com \
    --to=pdurrant@amazon.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=anthony.perard@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=julien@xen.org \
    --cc=konrad.wilk@oracle.com \
    --cc=sstabellini@kernel.org \
    --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.