From a78f2082cb14c0381a113a82a7a5d78f402494f1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 19 May 2009 15:42:20 +0100 Subject: [PATCH] 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 --- hw/xen_backend.c | 1 + 1 file changed, 1 insertion(+) 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" /* ------------------------------------------------------------- */ -- 2.39.5