projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba5c3a
)
hyperv_testdev: drop unnecessary includes
author
Roman Kagan
<rkagan@virtuozzo.com>
Fri, 21 Sep 2018 08:18:30 +0000
(11:18 +0300)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 19 Oct 2018 11:44:13 +0000
(13:44 +0200)
Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
Message-Id: <
20180921081836
.29230-3-rkagan@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/misc/hyperv_testdev.c
patch
|
blob
|
history
diff --git
a/hw/misc/hyperv_testdev.c
b/hw/misc/hyperv_testdev.c
index 915d74e17761fa31358c343d1c181d7da6c8a93f..7291fb1c62669068fc4ab4686c228e51c938f170 100644
(file)
--- 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;