diff options
author | Andreas Färber | 2014-03-12 17:16:56 +0100 |
---|---|---|
committer | Andreas Färber | 2014-03-12 17:26:32 +0100 |
commit | fd3ece2533730eb4ab2dd787a1c1418b38b40d6a (patch) | |
tree | d63c1d760c22c045fafe5e04411eb4cbb868d322 /.gitmodules | |
parent | Merge remote-tracking branch 'remotes/kiszka/queues/slirp' into staging (diff) | |
download | qemu-fd3ece2533730eb4ab2dd787a1c1418b38b40d6a.tar.gz qemu-fd3ece2533730eb4ab2dd787a1c1418b38b40d6a.tar.xz qemu-fd3ece2533730eb4ab2dd787a1c1418b38b40d6a.zip |
Add OpenHack'Ware submodule
This replaces the ohw.diff file on top of v0.4.1.
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 45e51e79be..444c24a993 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,6 +13,9 @@ [submodule "roms/openbios"] path = roms/openbios url = git://git.qemu-project.org/openbios.git +[submodule "roms/openhackware"] + path = roms/openhackware + url = git://git.qemu-project.org/openhackware.git [submodule "roms/qemu-palcode"] path = roms/qemu-palcode url = git://github.com/rth7680/qemu-palcode.git |