From: Ian Jackson Date: Mon, 14 May 2012 16:05:48 +0000 (+0100) Subject: xenstore: Use X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7bde54662d45b0bbc2ee78c7a8bf2c97c6655445;p=people%2Fandrewcoop%2Fqemu-traditional.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 64dc93ad..92b35066 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 7562567b..a6150521 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 8d141315..80beb31b 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 5db58acc..04a62e2e 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 96c2a6f9..75b2bc24 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 818f25d8..647f6be1 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