[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile
From: |
Eduardo Habkost |
Subject: |
[Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile |
Date: |
Mon, 9 Dec 2013 21:33:34 -0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
The default machine-type (pc-i440fx-2.0) now requires bios-256k.bin, but
"make install" isn't installing it, so qemu-system-x86_64 won't run out
of the box. Add it to BLOBS so it gets installed.
Signed-off-by: Eduardo Habkost <address@hidden>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index bdff4e4..807054b 100644
--- a/Makefile
+++ b/Makefile
@@ -290,7 +290,7 @@ common de-ch es fo fr-ca hu ja mk nl-be
pt sl tr \
bepo cz
ifdef INSTALL_BLOBS
-BLOBS=bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
+BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin \
acpi-dsdt.aml q35-acpi-dsdt.aml \
ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin \
--
1.8.3.1
- [Qemu-devel] [PULL 0/8] seabios update, Gerd Hoffmann, 2013/12/06
- [Qemu-devel] [PATCH 3/8] roms: update seabios submodule to 31b8b4eea9d9ad58a73b22a6060d3ac1c419c26d, Gerd Hoffmann, 2013/12/06
- [Qemu-devel] [PATCH 4/8] roms: build two seabios binaries, Gerd Hoffmann, 2013/12/06
- [Qemu-devel] [PATCH 5/8] roms: enable seabios cross builds, Gerd Hoffmann, 2013/12/06
- [Qemu-devel] [PATCH 2/8] add firmware to machine options, Gerd Hoffmann, 2013/12/06
- [Qemu-devel] [PATCH 1/8] add pc-{i440fx,q35}-2.0 machine types, Gerd Hoffmann, 2013/12/06
- [Qemu-devel] [PATCH 8/8] pc: switch 2.0 machine types to large seabios binary, Gerd Hoffmann, 2013/12/06
- [Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile,
Eduardo Habkost <=
- [Qemu-devel] [PATCH 6/8] roms: update seabios binaries, Gerd Hoffmann, 2013/12/06
- [Qemu-devel] [PATCH 7/8] roms: update vgabios binaries, Gerd Hoffmann, 2013/12/06