]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commitdiff
Passthrough compilation fixes
authorIan Jackson <iwj@mariner.uk.xensource.com>
Wed, 9 Jul 2008 14:13:18 +0000 (15:13 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 9 Jul 2008 14:13:18 +0000 (15:13 +0100)
from Samuel Thibault <samuel.thibault@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
hw/pass-through.c
hw/pass-through.h
hw/pt-msi.h

index b10bd214519f0ffee001eccc2d2d49815548a902..bddc203f11fe349a89ae59384d220202b7bc25f7 100644 (file)
@@ -22,7 +22,6 @@
  * This file implements direct PCI assignment to a HVM guest
  */
 
-#include "vl.h"
 #include "pass-through.h"
 #include "pci/header.h"
 #include "pci/pci.h"
index 50f7af5568a8d0a008a6ba007dfaf4f3fe3333a4..ffd87ef9e546299e396f095185221ed96d2cec58 100644 (file)
@@ -18,7 +18,8 @@
 #ifndef __PASSTHROUGH_H__
 #define __PASSTHROUGH_H__
 
-#include "vl.h"
+#include "hw.h"
+#include "pci.h"
 #include "pci/header.h"
 #include "pci/pci.h"
 
index d08d890157b52ba5f0560021ce48e7270fc025b4..4d214776a78d4f5c0b717d62bd9e22e149ce974c 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _PT_MSI_H
 #define _PT_MSI_H
 
-#include "vl.h"
 #include "pci/pci.h"
 #include "pass-through.h"