From: Ian Jackson Date: Tue, 19 May 2009 14:42:20 +0000 (+0100) Subject: qemu xen upstream synch (Gerd): [PATCH 7/7] xen_backend logging: add include X-Git-Tag: xen-4.0.0-rc1~82 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a78f2082cb14c0381a113a82a7a5d78f402494f1;p=qemu-xen-4.0-testing.git qemu xen upstream synch (Gerd): [PATCH 7/7] xen_backend logging: add include [This is] a series of patches for qemu-xen, making the code identical to the xen support patches being submitted to upstream qemu. The review process on qemu-devel resulted in a number of fixes and cleanups in the backend code, this is where most of the changes come from. There are also some xenfb changes due to displaystate reorganization and xenfb being merged in steps due to that. Signed-off-by: Gerd Hoffmann --- diff --git a/hw/xen_backend.c b/hw/xen_backend.c index 2f2ec7ff..76d07ecd 100644 --- a/hw/xen_backend.c +++ b/hw/xen_backend.c @@ -38,6 +38,7 @@ #include "hw.h" #include "qemu-char.h" +#include "qemu-log.h" #include "xen_backend.h" /* ------------------------------------------------------------- */