All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xenstore: build fix
@ 2012-02-22 11:06 Christoph Egger
  2012-02-22 11:15 ` Ian Campbell
  2012-03-01 18:52 ` Ian Jackson
  0 siblings, 2 replies; 3+ messages in thread
From: Christoph Egger @ 2012-02-22 11:06 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

[-- Attachment #1: Type: text/plain, Size: 430 bytes --]


Build stubxenstore only when building stubdomain.
Fixes build failure on platforms w/o stubdomain support.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>

-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85689 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

[-- Attachment #2: xen_tools_xenstore.diff --]
[-- Type: text/plain, Size: 549 bytes --]

diff -r 6e2835b65842 tools/xenstore/Makefile
--- a/tools/xenstore/Makefile	Wed Feb 22 10:44:13 2012 +0100
+++ b/tools/xenstore/Makefile	Wed Feb 22 12:05:13 2012 +0100
@@ -27,10 +27,11 @@ LIBXENSTORE := libxenstore.a
 xenstore xenstore-control: CFLAGS += -static
 endif
 
-ALL_TARGETS = libxenstore.so libxenstore.a clients xs_tdb_dump xenstored init-xenstore-domain
+ALL_TARGETS = libxenstore.so libxenstore.a clients xs_tdb_dump xenstored
 
 ifdef CONFIG_STUBDOM
 CFLAGS += -DNO_SOCKETS=1
+ALL_TARGETS += init-xenstore-domain
 endif
 
 .PHONY: all

[-- Attachment #3: Type: text/plain, Size: 126 bytes --]

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

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

* Re: [PATCH] xenstore: build fix
  2012-02-22 11:06 [PATCH] xenstore: build fix Christoph Egger
@ 2012-02-22 11:15 ` Ian Campbell
  2012-03-01 18:52 ` Ian Jackson
  1 sibling, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2012-02-22 11:15 UTC (permalink / raw)
  To: Christoph Egger; +Cc: xen-devel@lists.xensource.com

On Wed, 2012-02-22 at 11:06 +0000, Christoph Egger wrote:
> Build stubxenstore only when building stubdomain.
> Fixes build failure on platforms w/o stubdomain support.
> 
> Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>

Acked-by: Ian Campbell <ian.campbell@citrix.com>

Strictly speaking it is possible for a platform to support stub domains
but not the necessary dom0 kernel interface to use this particular stub
domain -- but we can cross that bridge if/when we come to it.

Ian.

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

* [PATCH] xenstore: build fix
  2012-02-22 11:06 [PATCH] xenstore: build fix Christoph Egger
  2012-02-22 11:15 ` Ian Campbell
@ 2012-03-01 18:52 ` Ian Jackson
  1 sibling, 0 replies; 3+ messages in thread
From: Ian Jackson @ 2012-03-01 18:52 UTC (permalink / raw)
  To: Christoph Egger; +Cc: xen-devel@lists.xensource.com

Christoph Egger writes ("[Xen-devel] [PATCH] xenstore: build fix"):
> Build stubxenstore only when building stubdomain.
> Fixes build failure on platforms w/o stubdomain support.

Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>

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

end of thread, other threads:[~2012-03-01 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 11:06 [PATCH] xenstore: build fix Christoph Egger
2012-02-22 11:15 ` Ian Campbell
2012-03-01 18:52 ` Ian Jackson

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.