From: Wei Liu <liuw@liuw.name>
To: xen-devel@lists.xensource.com
Subject: [PATCH] libxl: use '-name' instead of deprecated '-domain-name' for device model
Date: Tue, 7 Jun 2011 14:48:42 +0800 [thread overview]
Message-ID: <20110607064842.GA8281@limbo> (raw)
commit 6c744543757f0769e5a8f49ab0d8a01538357fbb
Author: Wei Liu <liuw@liuw.name>
Date: Tue Jun 7 14:26:34 2011 +0800
libxl: use '-name' instead of deprecated '-domain-name' for device model.
This unifies upstream qemu and Xen's qemu-dm startup option.
Signed-off-by: Wei Liu <liuw@liuw.name>
diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c
index 47a51c8..d53a20d 100644
--- a/tools/libxl/libxl_dm.c
+++ b/tools/libxl/libxl_dm.c
@@ -95,7 +95,7 @@ static char ** libxl__build_device_model_args_old(libxl__gc *gc,
"-d", libxl__sprintf(gc, "%d", info->domid), NULL);
if (info->dom_name)
- flexarray_vappend(dm_args, "-domain-name", info->dom_name, NULL);
+ flexarray_vappend(dm_args, "-name", info->dom_name, NULL);
if (info->vnc) {
char *vncarg;
next reply other threads:[~2011-06-07 6:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 6:48 Wei Liu [this message]
2011-06-07 11:52 ` [PATCH] libxl: use '-name' instead of deprecated '-domain-name' for device model Stefano Stabellini
2011-06-07 12:11 ` Wei Liu
2011-06-07 12:54 ` Stefano Stabellini
2011-06-07 12:16 ` Wei Liu
2011-06-07 12:54 ` Ian Campbell
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=20110607064842.GA8281@limbo \
--to=liuw@liuw.name \
--cc=xen-devel@lists.xensource.com \
/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.