From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [IOEMU] stubdom: include mini-os headers Date: Wed, 31 Mar 2010 09:36:56 +0100 Message-ID: <201003311036.57694.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_pmwsL9iZsDy6cVO" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Ian.Jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_pmwsL9iZsDy6cVO Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! Attached patch changes stubdom headers to explicitely mention the path. Signed-off-by: Christoph Egger P.S.: This patch is a resend (third time). Already acknowledged by Stefano but not yet applied. -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --Boundary-00=_pmwsL9iZsDy6cVO Content-Type: text/x-diff; charset="iso 8859-15"; name="xen_ioemu_stubdom_include.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_ioemu_stubdom_include.diff" diff --git a/block-vbd.c b/block-vbd.c index 56794f6..11ac4d0 100644 --- a/block-vbd.c +++ b/block-vbd.c @@ -26,8 +26,8 @@ #include "sys-queue.h" #include "block_int.h" #include -#include -#include +#include +#include #include #include "qemu-char.h" diff --git a/qemu-lock.h b/qemu-lock.h index 6778eea..3a01ebe 100644 --- a/qemu-lock.h +++ b/qemu-lock.h @@ -34,7 +34,7 @@ #elif defined(CONFIG_STUBDOM) -#include +#include #else diff --git a/xenfbfront.c b/xenfbfront.c index ed79cde..ec1f309 100644 --- a/xenfbfront.c +++ b/xenfbfront.c @@ -1,9 +1,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include #include --Boundary-00=_pmwsL9iZsDy6cVO Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_pmwsL9iZsDy6cVO--