aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
diff options
context:
space:
mode:
authorRoman Kagan <rkagan@virtuozzo.com>2018-09-21 11:18:30 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2018-10-19 13:44:13 +0200
commitcc4669f06539679f2ed256b37dd741580add1ff9 (patch)
treef990e074543a0d9b27a8d2c76962cff5b57a55db /hw/misc
parent1ba5c3a95443a4c52baaf5339fda1b88c09f3203 (diff)
downloadqemu-cc4669f06539679f2ed256b37dd741580add1ff9.zip
qemu-cc4669f06539679f2ed256b37dd741580add1ff9.tar.gz
qemu-cc4669f06539679f2ed256b37dd741580add1ff9.tar.bz2
hyperv_testdev: drop unnecessary includes
Signed-off-by: Roman Kagan <rkagan@virtuozzo.com> Message-Id: <20180921081836.29230-3-rkagan@virtuozzo.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/misc')
-rw-r--r--hw/misc/hyperv_testdev.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/misc/hyperv_testdev.c b/hw/misc/hyperv_testdev.c
index 915d74e..7291fb1 100644
--- a/hw/misc/hyperv_testdev.c
+++ b/hw/misc/hyperv_testdev.c
@@ -13,13 +13,9 @@
#include "qemu/osdep.h"
#include "qemu/queue.h"
-#include <linux/kvm.h>
-#include "hw/hw.h"
#include "hw/qdev.h"
#include "hw/isa/isa.h"
-#include "sysemu/kvm.h"
#include "target/i386/hyperv.h"
-#include "kvm_i386.h"
typedef struct TestSintRoute {
QLIST_ENTRY(TestSintRoute) le;