---
 hyperv.c |    3 +++
 hyperv.h |   10 ++++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 hyperv.c
 create mode 100644 hyperv.h

diff --git a/hyperv.c b/hyperv.c
new file mode 100644
index 0000000..968ce89
--- /dev/null
+++ b/hyperv.c
@@ -0,0 +1,3 @@
+#include "hyperv.h"
+#include "qemu-common.h"
+
diff --git a/hyperv.h b/hyperv.h
new file mode 100644
index 0000000..a15ba90
--- /dev/null
+++ b/hyperv.h
@@ -0,0 +1,10 @@
+#ifndef QEMU_HW_HYPERV_H
+#define QEMU_HW_HYPERV_H 1
+/*
+ * public hyper-v header
+ */
+
+#include <asm/hyperv.h>
+
+#endif /* QEMU_HW_HYPERV_H */
+
-- 
1.7.4.4

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to