]> Git Repo - qemu.git/blobdiff - hw/misc/hyperv_testdev.c
Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request' into...
[qemu.git] / hw / misc / hyperv_testdev.c
index d88844aabaa9c80fc402d62775b40e736e15eb88..dbd7cdda07dfa265aef83d9165c9acbd60799666 100644 (file)
  *
  */
 
+#include "qemu/osdep.h"
+#include <linux/kvm.h>
 #include "hw/hw.h"
 #include "hw/qdev.h"
 #include "hw/isa/isa.h"
 #include "sysemu/kvm.h"
-#include "linux/kvm.h"
-#include "target-i386/hyperv.h"
+#include "target/i386/hyperv.h"
 #include "kvm_i386.h"
 
 #define HV_TEST_DEV_MAX_SINT_ROUTES 64
This page took 0.024038 seconds and 4 git commands to generate.