diff options
author | Anthony Liguori | 2009-09-04 17:13:29 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-09-04 17:13:29 +0200 |
commit | c34ebfdc8715f03d53e154758423c902324fee06 (patch) | |
tree | ba773bcd12f7c24519ce5ee804df27696a48a90e /.gitmodules | |
parent | mips malta: Fix fdc regression and use qdev for i8042 setup (diff) | |
download | qemu-c34ebfdc8715f03d53e154758423c902324fee06.tar.gz qemu-c34ebfdc8715f03d53e154758423c902324fee06.tar.xz qemu-c34ebfdc8715f03d53e154758423c902324fee06.zip |
Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,
they aren't integrated into the build but we can do that incrementally.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..71494ea488 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "roms/vgabios"] + path = roms/vgabios + url = ../vgabios.git +[submodule "roms/seabios"] + path = roms/seabios + url = ../seabios.git +[submodule "roms/pcbios"] + path = roms/pcbios + url = ../pcbios.git |