xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Simon Waterman <watermansrdev@gmail.com>
To: xen-devel@lists.xen.org
Cc: ian.jackson@eu.citrix.com, wei.liu2@citrix.com,
	Simon Waterman <watermansrdev@gmail.com>
Subject: [PATCH RFC 1/3] libxl: upstream Qemu as PV backend for IOEMU stubdom
Date: Sun, 25 Jun 2017 23:15:29 +0100	[thread overview]
Message-ID: <1498428931-465-2-git-send-email-watermansrdev@gmail.com> (raw)
In-Reply-To: <1498428931-465-1-git-send-email-watermansrdev@gmail.com>

Add new domain build setting recording the chosen version of PV
Qemu backend for an IOEMU stubdom.

Signed-off-by: Simon Waterman <watermansrdev@gmail.com>
---
 tools/libxl/libxl_types.idl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl
index 2204425..16ddeaf 100644
--- a/tools/libxl/libxl_types.idl
+++ b/tools/libxl/libxl_types.idl
@@ -474,6 +474,7 @@ libxl_domain_build_info = Struct("domain_build_info",[
     ("vnuma_nodes", Array(libxl_vnode_info, "num_vnuma_nodes")),
     
     ("device_model_version", libxl_device_model_version),
+    ("device_model_pv_version", libxl_device_model_version),
     ("device_model_stubdomain", libxl_defbool),
     # if you set device_model you must set device_model_version too
     ("device_model",     string),
-- 
2.7.4


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

  reply	other threads:[~2017-06-25 22:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-25 22:15 [PATCH RFC 0/3] libxl: upstream Qemu as PV backend for IOEMU stubdom Simon Waterman
2017-06-25 22:15 ` Simon Waterman [this message]
2017-06-25 22:15 ` [PATCH RFC 2/3] " Simon Waterman
2017-06-25 22:15 ` [PATCH RFC 3/3] " Simon Waterman
2017-06-28 17:36 ` [PATCH RFC 0/3] " Wei Liu

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=1498428931-465-2-git-send-email-watermansrdev@gmail.com \
    --to=watermansrdev@gmail.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).