|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [qemu-xen-unstable] xenstore: Use <xenstore.h>
commit 7bde54662d45b0bbc2ee78c7a8bf2c97c6655445
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Date: Mon May 14 17:05:48 2012 +0100
xenstore: Use <xenstore.h>
<xs.h> is going away.
This change needs to be made in lockstep with xen-unstable.hg, which
will be done by a change to the QEMU_TAG in the xen-unstable.hg
changeset.
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
---
hw/xen_backend.c | 2 +-
hw/xen_common.h | 2 +-
hw/xen_console.c | 2 +-
hw/xen_disk.c | 2 +-
hw/xenfb.c | 2 +-
xen-config-host.h | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/hw/xen_backend.c b/hw/xen_backend.c
index 64dc93a..92b3506 100644
--- a/hw/xen_backend.c
+++ b/hw/xen_backend.c
@@ -32,7 +32,7 @@
#include <sys/mman.h>
#include <sys/signal.h>
-#include <xs.h>
+#include <xenstore.h>
#include <xenctrl.h>
#include <xen/grant_table.h>
diff --git a/hw/xen_common.h b/hw/xen_common.h
index 7562567..a615052 100644
--- a/hw/xen_common.h
+++ b/hw/xen_common.h
@@ -5,7 +5,7 @@
#include <inttypes.h>
#include <xenctrl.h>
-#include <xs.h>
+#include <xenstore.h>
#include <xen/io/xenbus.h>
#include "hw.h"
diff --git a/hw/xen_console.c b/hw/xen_console.c
index 8d14131..80beb31 100644
--- a/hw/xen_console.c
+++ b/hw/xen_console.c
@@ -29,7 +29,7 @@
#include <termios.h>
#include <stdarg.h>
#include <sys/mman.h>
-#include <xs.h>
+#include <xenstore.h>
#include <xen/io/console.h>
#include <xenctrl.h>
diff --git a/hw/xen_disk.c b/hw/xen_disk.c
index 5db58ac..04a62e2 100644
--- a/hw/xen_disk.c
+++ b/hw/xen_disk.c
@@ -33,7 +33,7 @@
#include <sys/mman.h>
#include <sys/uio.h>
-#include <xs.h>
+#include <xenstore.h>
#include <xenctrl.h>
#include <xen/io/xenbus.h>
diff --git a/hw/xenfb.c b/hw/xenfb.c
index 96c2a6f..75b2bc2 100644
--- a/hw/xenfb.c
+++ b/hw/xenfb.c
@@ -37,7 +37,7 @@
#include <string.h>
#include <time.h>
-#include <xs.h>
+#include <xenstore.h>
#include <xenctrl.h>
#include <xen/event_channel.h>
#include <xen/io/xenbus.h>
diff --git a/xen-config-host.h b/xen-config-host.h
index 818f25d..647f6be 100644
--- a/xen-config-host.h
+++ b/xen-config-host.h
@@ -17,7 +17,7 @@ extern int domid, domid_backend;
#include <stdbool.h>
#include "xenctrl.h"
-#include "xs.h"
+#include "xenstore.h"
#if !defined(CONFIG_STUBDOM) && !defined(__NetBSD__)
#include "blktaplib.h"
#endif
--
generated by git-patchbot for /home/xen/git/qemu-xen-unstable.git
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |