diff mbox

[RFC] Unify KVM kernel-space and user-space code into a single project

Message ID 4BA23AF3.1020209@codemonkey.ws (mailing list archive)
State New, archived
Headers show

Commit Message

Anthony Liguori March 18, 2010, 2:38 p.m. UTC
None
diff mbox

Patch

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..76cdb68
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@ 
+[submodule "tools/qemu"]
+	path = tools/qemu
+	url = git://git.qemu.org/qemu.git
diff --git a/MAINTAINERS b/MAINTAINERS
index 03f38c1..6275796 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4427,6 +4427,12 @@  M:	Robert Jarzmik <robert.jarzmik@free.fr>
 L:	rtc-linux@googlegroups.com
 S:	Maintained
 
+QEMU
+M:      Anthony Liguori <aliguori@us.ibm.com>
+L:      qemu-devel@nongnu.org
+S:      Maintained
+F:      tools/qemu
+
 QLOGIC QLA2XXX FC-SCSI DRIVER
 M:	Andrew Vasquez <andrew.vasquez@qlogic.com>
 M:	linux-driver@qlogic.com
diff --git a/tools/qemu b/tools/qemu
new file mode 160000
index 0000000..e5322f7
--- /dev/null
+++ b/tools/qemu
@@ -0,0 +1 @@ 
+Subproject commit e5322f76a72352eea8eb511390c27726b64e5a87