[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [RFC PATCH 3/3] xen/pt: add comments about !x86 archs
Signed-off-by: Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> --- hw/xen/xen_pt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xen/xen_pt.c b/hw/xen/xen_pt.c index 375efa68f6..21c32b0991 100644 --- a/hw/xen/xen_pt.c +++ b/hw/xen/xen_pt.c @@ -58,7 +58,7 @@ #include "hw/pci/pci.h" #include "hw/xen/xen.h" -#include "hw/i386/pc.h" +#include "hw/i386/pc.h" /* TODO check !x86 */ #include "hw/xen/xen_backend.h" #include "xen_pt.h" #include "qemu/range.h" @@ -687,7 +687,7 @@ static const MemoryListener xen_pt_io_listener = { .priority = 10, }; -static void +static void /* TODO check !x86 */ xen_igd_passthrough_isa_bridge_create(XenPCIPassthroughState *s, XenHostPCIDevice *dev) { -- 2.13.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |