xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Few qemu-xen configuration fixes and improvement.
@ 2013-10-08 12:59 Anthony PERARD
  2013-10-08 12:59 ` [PATCH 1/2] qemu-xen: Disabling build of guest-agent Anthony PERARD
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Anthony PERARD @ 2013-10-08 12:59 UTC (permalink / raw)
  To: Xen Devel; +Cc: Anthony PERARD, Stefano Stabellini, Ian Jackson, Ian Campbell

osstest is not happy with a path been created by the QEMU build system
(/usr/local/var/run). Those two patchs are fixing that and improve the call to
qemu's configure.

Anthony PERARD (2):
  qemu-xen: Disabling build of guest-agent.
  qemu-xen: Set localstatedir to /var.

 tools/Makefile | 2 ++
 1 file changed, 2 insertions(+)

-- 
Anthony PERARD

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] qemu-xen: Disabling build of guest-agent.
  2013-10-08 12:59 [PATCH 0/2] Few qemu-xen configuration fixes and improvement Anthony PERARD
@ 2013-10-08 12:59 ` Anthony PERARD
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Anthony PERARD @ 2013-10-08 12:59 UTC (permalink / raw)
  To: Xen Devel; +Cc: Anthony PERARD, Stefano Stabellini, Ian Jackson, Ian Campbell

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] qemu-xen: Set localstatedir to /var.
  2013-10-08 12:59 [PATCH 0/2] Few qemu-xen configuration fixes and improvement Anthony PERARD
  2013-10-08 12:59 ` [PATCH 1/2] qemu-xen: Disabling build of guest-agent Anthony PERARD
@ 2013-10-08 12:59 ` Anthony PERARD
  2013-10-10  8:42 ` [PATCH 0/2] Few qemu-xen configuration fixes and improvement Ian Campbell
  2 siblings, 0 replies; 4+ messages in thread
From: Anthony PERARD @ 2013-10-08 12:59 UTC (permalink / raw)
  To: Xen Devel; +Cc: Anthony PERARD, Stefano Stabellini, Ian Jackson, Ian Campbell

This path is used by the QEMU build system to create the /run directory.
If local-state-dir is not set, the result become $prefix/var which
is not an acceptable path.

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 206b79a..b73f0a9 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -199,6 +199,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find
 		-L$(XEN_ROOT)/tools/xenstore" \
 		--bindir=$(LIBEXEC) \
 		--datadir=$(SHAREDIR)/qemu-xen \
+		--localstatedir=/var \
 		--disable-kvm \
 		--disable-docs \
 		--disable-guest-agent \
-- 
Anthony PERARD

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] Few qemu-xen configuration fixes and improvement.
  2013-10-08 12:59 [PATCH 0/2] Few qemu-xen configuration fixes and improvement Anthony PERARD
  2013-10-08 12:59 ` [PATCH 1/2] qemu-xen: Disabling build of guest-agent Anthony PERARD
  2013-10-08 12:59 ` [PATCH 2/2] qemu-xen: Set localstatedir to /var Anthony PERARD
@ 2013-10-10  8:42 ` Ian Campbell
  2 siblings, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2013-10-10  8:42 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: Stefano Stabellini, Ian Jackson, Xen Devel

On Tue, 2013-10-08 at 13:59 +0100, Anthony PERARD wrote:
> osstest is not happy with a path been created by the QEMU build system
> (/usr/local/var/run). Those two patchs are fixing that and improve the call to
> qemu's configure.

Acked + applied both. Once this passes xen-unstables gate then that
ought to unblock the qemu osstest failures I think.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-10  8:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08 12:59 [PATCH 0/2] Few qemu-xen configuration fixes and improvement Anthony PERARD
2013-10-08 12:59 ` [PATCH 1/2] qemu-xen: Disabling build of guest-agent Anthony PERARD
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

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).