From: Ian Jackson Date: Mon, 14 May 2012 16:05:48 +0000 (+0100) Subject: xenstore: Use X-Git-Tag: xen-4.2.0-rc1~8 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7bde54662d45b0bbc2ee78c7a8bf2c97c6655445;p=qemu-xen-4.5-testing.git xenstore: Use 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 --- diff --git a/hw/xen_backend.c b/hw/xen_backend.c index 64dc93ad1..92b350665 100644 --- a/hw/xen_backend.c +++ b/hw/xen_backend.c @@ -32,7 +32,7 @@ #include #include -#include +#include #include #include diff --git a/hw/xen_common.h b/hw/xen_common.h index 7562567b5..a6150521d 100644 --- a/hw/xen_common.h +++ b/hw/xen_common.h @@ -5,7 +5,7 @@ #include #include -#include +#include #include #include "hw.h" diff --git a/hw/xen_console.c b/hw/xen_console.c index 8d1413156..80beb31b7 100644 --- a/hw/xen_console.c +++ b/hw/xen_console.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include diff --git a/hw/xen_disk.c b/hw/xen_disk.c index 5db58accc..04a62e2ea 100644 --- a/hw/xen_disk.c +++ b/hw/xen_disk.c @@ -33,7 +33,7 @@ #include #include -#include +#include #include #include diff --git a/hw/xenfb.c b/hw/xenfb.c index 96c2a6f9b..75b2bc242 100644 --- a/hw/xenfb.c +++ b/hw/xenfb.c @@ -37,7 +37,7 @@ #include #include -#include +#include #include #include #include diff --git a/xen-config-host.h b/xen-config-host.h index 818f25d89..647f6be18 100644 --- a/xen-config-host.h +++ b/xen-config-host.h @@ -17,7 +17,7 @@ extern int domid, domid_backend; #include #include "xenctrl.h" -#include "xs.h" +#include "xenstore.h" #if !defined(CONFIG_STUBDOM) && !defined(__NetBSD__) #include "blktaplib.h" #endif