diff options
author | Richard Henderson | 2011-06-24 20:58:37 +0200 |
---|---|---|
committer | Richard Henderson | 2011-10-08 17:46:03 +0200 |
commit | 753d11f2238663990191ba8285bfe9301f7e4020 (patch) | |
tree | b566b335186b2430061a203731c1a6136e70da46 /.gitmodules | |
parent | target-alpha: Honor icount for RPCC instruction. (diff) | |
download | qemu-753d11f2238663990191ba8285bfe9301f7e4020.tar.gz qemu-753d11f2238663990191ba8285bfe9301f7e4020.tar.xz qemu-753d11f2238663990191ba8285bfe9301f7e4020.zip |
target-alpha: Add custom PALcode image for CLIPPER emulation.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c3faa38790..2a43dbcd7c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "roms/openbios"] path = roms/openbios url = git://git.qemu.org/openbios.git +[submodule "roms/qemu-palcode"] + path = roms/qemu-palcode + url = git://repo.or.cz/qemu-palcode.git |