diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-11-03 15:14:00 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-11-07 10:57:36 -0600 |
commit | 6329866f818db89645ca39fdf21a90f9d059be16 (patch) | |
tree | e07c25dd065cf20729184e6cd42c13b4f1384027 /.gitmodules | |
parent | 2963e65a4e195737256d849166981ea24a337b2e (diff) |
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 |