xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: Ian.Jackson@eu.citrix.com, Ian.Campbell@citrix.com,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: [PATCH v4 2/3] qemu-xen-trad: -I tools/libxc/include and tools/xenstore/include
Date: Fri, 1 Aug 2014 16:32:18 +0100	[thread overview]
Message-ID: <1406907139-16800-2-git-send-email-stefano.stabellini@eu.citrix.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1408011624450.2293@kaball.uk.xensource.com>

The public libxc and xenstore headers have been moved to
tools/libxc/include and tools/xenstore/include respectively: change the
Makefiles accordingly.

---
 Makefile      |    4 ++--
 xen-hooks.mak |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 37c7066..c1900ca 100644
--- a/Makefile
+++ b/Makefile
@@ -46,9 +46,9 @@ $(filter %-user,$(SUBDIR_RULES)): libqemu_user.a
 
 recurse-all: $(SUBDIR_RULES)
 
-CPPFLAGS += -I$(XEN_ROOT)/tools/libxc
+CPPFLAGS += -I$(XEN_ROOT)/tools/libxc/include
 CPPFLAGS += -I$(XEN_ROOT)/tools/blktap/lib
-CPPFLAGS += -I$(XEN_ROOT)/tools/xenstore
+CPPFLAGS += -I$(XEN_ROOT)/tools/xenstore/include
 CPPFLAGS += -I$(XEN_ROOT)/tools/include
 
 tapdisk-ioemu: tapdisk-ioemu.c cutils.c block.c block-raw.c block-cow.c block-qcow.c aes.c block-vmdk.c block-cloop.c block-dmg.c block-bochs.c block-vpc.c block-vvfat.c block-qcow2.c hw/xen_blktap.c osdep.c
diff --git a/xen-hooks.mak b/xen-hooks.mak
index 58d61c9..9263892 100644
--- a/xen-hooks.mak
+++ b/xen-hooks.mak
@@ -1,5 +1,5 @@
-CPPFLAGS+= -I$(XEN_ROOT)/tools/libxc
-CPPFLAGS+= -I$(XEN_ROOT)/tools/xenstore
+CPPFLAGS+= -I$(XEN_ROOT)/tools/libxc/include
+CPPFLAGS+= -I$(XEN_ROOT)/tools/xenstore/include
 CPPFLAGS+= -I$(XEN_ROOT)/tools/include
 
 SSE2 := $(call cc-option,-msse2,)
-- 
1.7.10.4

  parent reply	other threads:[~2014-08-01 15:32 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-01 15:30 [PATCH v4 0/3] Move xenstore and libxc public headers to include subdir Stefano Stabellini
2014-08-01 15:32 ` [PATCH v4 1/3] " Stefano Stabellini
2014-08-06 14:53   ` Ian Jackson
2014-08-06 15:04     ` Stefano Stabellini
2014-08-07 11:46       ` Ian Jackson
2014-08-07 14:07         ` Stefano Stabellini
2014-08-07 16:40           ` Ian Jackson
2014-08-13 11:37             ` Stefano Stabellini
2014-09-22 17:14               ` Ian Jackson
2014-09-22 18:52                 ` Ian Campbell
2014-09-23 13:15                   ` Ian Jackson
2014-09-23 13:22                     ` Stefano Stabellini
2014-08-01 15:32 ` Stefano Stabellini [this message]
2014-08-01 15:32 ` [PATCH v4 3/3] enable QEMU for ARM builds Stefano Stabellini
2014-09-23 12:56   ` Ian Campbell
2014-09-23 13:35   ` Ian Campbell
2014-09-23 14:56     ` Stefano Stabellini
2014-09-23 15:21       ` Ian Campbell
2014-09-23 16:29         ` Stefano Stabellini
2014-09-23 16:35           ` Ian Campbell
2014-09-23 16:35             ` Stefano Stabellini
2014-09-23 16:41               ` Ian Campbell
2014-09-24  9:02                 ` 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=1406907139-16800-2-git-send-email-stefano.stabellini@eu.citrix.com \
    --to=stefano.stabellini@eu.citrix.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --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 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).