From: Alex Williamson Date: Fri, 12 Oct 2018 16:26:31 +0000 (-0600) Subject: Makefile: Install new vgabios binaries X-Git-Tag: qemu-xen-4.13.0-rc1~623^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9f42e0b3c2355c4a2475124c3fc40421a88de813;p=qemu-xen.git Makefile: Install new vgabios binaries Difficult to make use of if not installed Fixes: cd1bfd5ef336 ("seabios: update bios and vgabios binaries") Signed-off-by: Alex Williamson Reviewed-by: Philippe Mathieu-Daudé Message-id: 153936155938.28040.11513367417790075721.stgit@gimli.home Signed-off-by: Gerd Hoffmann --- diff --git a/Makefile b/Makefile index 1144d6e3ba..f2947186a4 100644 --- a/Makefile +++ b/Makefile @@ -802,6 +802,7 @@ bepo cz ifdef INSTALL_BLOBS BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \ vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin vgabios-virtio.bin \ +vgabios-ramfb.bin vgabios-bochs-display.bin \ ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin QEMU,cgthree.bin \ pxe-e1000.rom pxe-eepro100.rom pxe-ne2k_pci.rom \ pxe-pcnet.rom pxe-rtl8139.rom pxe-virtio.rom \