From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z59A0-0004Lf-Fb for qemu-devel@nongnu.org; Wed, 17 Jun 2015 04:57:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z599r-0000o3-Vb for qemu-devel@nongnu.org; Wed, 17 Jun 2015 04:57:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z599r-0000no-Q6 for qemu-devel@nongnu.org; Wed, 17 Jun 2015 04:57:19 -0400 Message-ID: <1434531436.5549.29.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 17 Jun 2015 10:57:16 +0200 In-Reply-To: <55813190.4070207@msgid.tls.msk.ru> References: <1434526735-25427-1-git-send-email-kraxel@redhat.com> <55813190.4070207@msgid.tls.msk.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/3] update seabios to 1.8.2, add virtio-vga vgabios List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel@nongnu.org On Mi, 2015-06-17 at 11:36 +0300, Michael Tokarev wrote: > 17.06.2015 10:38, Gerd Hoffmann wrote: > [] > > pc-bios/vgabios-cirrus.bin | Bin 37888 -> 38400 bytes > > pc-bios/vgabios-qxl.bin | Bin 38400 -> 38400 bytes > > pc-bios/vgabios-stdvga.bin | Bin 38400 -> 38400 bytes > > pc-bios/vgabios-virtio.bin | Bin 0 -> 38400 bytes > > pc-bios/vgabios-vmware.bin | Bin 38400 -> 38400 bytes > > pc-bios/vgabios.bin | Bin 38400 -> 38400 bytes > > What's the diff. between stdvga, virtio and vmware vgabioses? > Is it just the PCI vendor/device IDs with the same code? Yes. > Maybe it'd be better to have just one bios but patch the > blob on load? With simple ROMs (without nested parts like > for the pxe efi/bios combined ROMs) it should be easy. "should be easy". Famous last words ;) Don't feel like experimenting with it with the freeze just around the corner. Also: why? Disk space? Save a few kb in the age of TB disks? cheers, Gerd