aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/kvm.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2010-03-01 03:29:21 +0000
committerPaul Brook <paul@codesourcery.com>2010-03-01 03:29:21 +0000
commit35bed8ee918b519caca37f99f741b2740a040da3 (patch)
tree41366f85097c9adcd5833646917a6bc9fffaef97 /target-i386/kvm.c
parenta68fe89caf9e267672aedab578152664f1b8c09b (diff)
Move ioport.h out of cpu-all.h
Only include ioport.h where it is actually needed. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'target-i386/kvm.c')
-rw-r--r--target-i386/kvm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/kvm.c b/target-i386/kvm.c
index 6b741ba48..d2116a7b3 100644
--- a/target-i386/kvm.c
+++ b/target-i386/kvm.c
@@ -25,6 +25,7 @@
#include "gdbstub.h"
#include "host-utils.h"
#include "hw/pc.h"
+#include "ioport.h"
#ifdef CONFIG_KVM_PARA
#include <linux/kvm_para.h>