From: Anthony Liguori Date: Wed, 6 Feb 2013 11:12:06 +0000 (-0600) Subject: bios: recompile BIOS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5f876756c57c15f5e14d4136fc432b74f05f082b;p=qemu.git bios: recompile BIOS SeaBIOS is really close to spilling over to 256k. Until we can better handle migration across RAM block size changes, recompile SeaBIOS with a compiler that causes the binary to still fit in 128k. This was built with: gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) On 64-bit Fedora 18. Signed-off-by: Anthony Liguori --- diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin index 924bee30d5..ab5dd9db6a 100644 Binary files a/pc-bios/bios.bin and b/pc-bios/bios.bin differ