From: Anthony PERARD <anthony.perard@citrix.com>
To: Xen Devel <xen-devel@lists.xen.org>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
Stefano Stabellini <stefano.stabellini@citrix.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH 1/2] qemu-xen: Disabling build of guest-agent.
Date: Tue, 8 Oct 2013 13:59:56 +0100 [thread overview]
Message-ID: <1381237197-28287-2-git-send-email-anthony.perard@citrix.com> (raw)
In-Reply-To: <1381237197-28287-1-git-send-email-anthony.perard@citrix.com>
It is not use when QEMU is run with Xen.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
tools/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/Makefile b/tools/Makefile
index 066df66..206b79a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -201,6 +201,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find
--datadir=$(SHAREDIR)/qemu-xen \
--disable-kvm \
--disable-docs \
+ --disable-guest-agent \
--python=$(PYTHON) \
$(IOEMU_CONFIGURE_CROSS); \
$(MAKE) all
--
Anthony PERARD
next prev parent reply other threads:[~2013-10-08 12:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-08 12:59 [PATCH 0/2] Few qemu-xen configuration fixes and improvement Anthony PERARD
2013-10-08 12:59 ` Anthony PERARD [this message]
2013-10-08 12:59 ` [PATCH 2/2] qemu-xen: Set localstatedir to /var Anthony PERARD
2013-10-10 8:42 ` [PATCH 0/2] Few qemu-xen configuration fixes and improvement 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=1381237197-28287-2-git-send-email-anthony.perard@citrix.com \
--to=anthony.perard@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=ian.campbell@citrix.com \
--cc=stefano.stabellini@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).