summaryrefslogtreecommitdiffstats
path: root/kvm-stub.c
diff options
context:
space:
mode:
authorPaolo Bonzini2012-12-17 18:17:08 +0100
committerPaolo Bonzini2012-12-17 18:56:22 +0100
commit6f991980a5e96f93a9f676959df2dcba665665ef (patch)
treee6f46c0531e8a05b22be4c5adf7f7fb31afa6d13 /kvm-stub.c
parentexec: refactor cpu_restore_state (diff)
parentkvm: do not flush after deleting gsi (diff)
downloadqemu-6f991980a5e96f93a9f676959df2dcba665665ef.tar.gz
qemu-6f991980a5e96f93a9f676959df2dcba665665ef.tar.xz
qemu-6f991980a5e96f93a9f676959df2dcba665665ef.zip
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'kvm-stub.c')
-rw-r--r--kvm-stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm-stub.c b/kvm-stub.c
index a3455e2203..d65fd04507 100644
--- a/kvm-stub.c
+++ b/kvm-stub.c
@@ -12,7 +12,7 @@
#include "qemu-common.h"
#include "hw/hw.h"
-#include "hw/msi.h"
+#include "hw/pci/msi.h"
#include "cpu.h"
#include "gdbstub.h"
#include "kvm.h"