diff options
author | Paolo Bonzini | 2011-11-03 15:14:00 +0100 |
---|---|---|
committer | Anthony Liguori | 2011-11-07 17:57:36 +0100 |
commit | 6329866f818db89645ca39fdf21a90f9d059be16 (patch) | |
tree | e07c25dd065cf20729184e6cd42c13b4f1384027 /.gitmodules | |
parent | Merge remote-tracking branch 'kwolf/for-anthony' into staging (diff) | |
download | qemu-6329866f818db89645ca39fdf21a90f9d059be16.tar.gz qemu-6329866f818db89645ca39fdf21a90f9d059be16.tar.xz qemu-6329866f818db89645ca39fdf21a90f9d059be16.zip |
add sgabios blob and submodule
The rom was not added together with the sgabios device and is
not installed.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2a43dbcd7c..eca876f85d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "roms/qemu-palcode"] path = roms/qemu-palcode url = git://repo.or.cz/qemu-palcode.git +[submodule "roms/sgabios"] + path = roms/sgabios + url = git://git.qemu.org/sgabios.git |