From 83a2b538f7e0634ee3bea062b32b7735c157421d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 9 Jul 2008 15:13:18 +0100 Subject: [PATCH] Passthrough compilation fixes from Samuel Thibault Signed-off-by: Ian Jackson --- hw/pass-through.c | 1 - hw/pass-through.h | 3 ++- hw/pt-msi.h | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hw/pass-through.c b/hw/pass-through.c index b10bd214..bddc203f 100644 --- a/hw/pass-through.c +++ b/hw/pass-through.c @@ -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" diff --git a/hw/pass-through.h b/hw/pass-through.h index 50f7af55..ffd87ef9 100644 --- a/hw/pass-through.h +++ b/hw/pass-through.h @@ -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" diff --git a/hw/pt-msi.h b/hw/pt-msi.h index d08d8901..4d214776 100644 --- a/hw/pt-msi.h +++ b/hw/pt-msi.h @@ -1,7 +1,6 @@ #ifndef _PT_MSI_H #define _PT_MSI_H -#include "vl.h" #include "pci/pci.h" #include "pass-through.h" -- 2.39.5