commit 84b84db054e83e7686b80fad9f8d2aa87aade1a1 Author: Anthony Liguori Date: Thu Mar 18 09:35:29 2010 -0500 Bring QEMU into the Linux kernel tree Ingo is under the impression that this will result in a massive improvement in the usability of QEMU. Signed-off-by: Anthony Liguori 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 L: rtc-linux@googlegroups.com S: Maintained +QEMU +M: Anthony Liguori +L: qemu-devel@nongnu.org +S: Maintained +F: tools/qemu + QLOGIC QLA2XXX FC-SCSI DRIVER M: Andrew Vasquez 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