projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56cdf9
)
qemu-xen: Disabling build of guest-agent.
author
Anthony PERARD
<anthony.perard@citrix.com>
Tue, 8 Oct 2013 12:59:56 +0000
(13:59 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 10 Oct 2013 08:31:51 +0000
(09:31 +0100)
It is not use when QEMU is run with Xen.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 066df66487ee82064ff2b55240b058e0af866a34..206b79aa5122fd6f299f63672680dc0a0d4de9c3 100644
(file)
--- 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