]> git.proxmox.com Git - mirror_qemu.git/commit - roms/config.vga-isavga
Add vgabios build rules to roms/Makefile
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 9 Feb 2012 09:40:31 +0000 (10:40 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 12 Jul 2012 13:25:54 +0000 (15:25 +0200)
commitb45667760753a1fbc956547189a9edd0049630e5
tree4b5224d1f05c6e584ef20e6d314e37506dc1e1b2
parent92336855975805d88c7979f53bc05c2d47abab04
Add vgabios build rules to roms/Makefile

This patch adds some glue to roms/Makefile to build vgabios binaries for
qemu.  It covers both the lgpl'ed vgabios implementation used by qemu
traditionally and the new seabios implementation.

The purpose of this patch is to (a) document the vgabios build process
and (b) simplify seavgabios testing for those who want to play with it.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
roms/Makefile
roms/config.vga.cirrus [new file with mode: 0644]
roms/config.vga.isavga [new file with mode: 0644]
roms/config.vga.qxl [new file with mode: 0644]
roms/config.vga.stdvga [new file with mode: 0644]
roms/config.vga.vmware [new file with mode: 0644]