From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z573Y-0003H9-Ba for qemu-devel@nongnu.org; Wed, 17 Jun 2015 02:42:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z573V-00058K-4v for qemu-devel@nongnu.org; Wed, 17 Jun 2015 02:42:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z573U-00058D-Vt for qemu-devel@nongnu.org; Wed, 17 Jun 2015 02:42:37 -0400 Message-ID: <1434523354.5549.10.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 17 Jun 2015 08:42:34 +0200 In-Reply-To: <20150616151648.GC2119@work-vm> References: <1434441446-18930-1-git-send-email-kraxel@redhat.com> <20150616151648.GC2119@work-vm> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/5] virtio-gpu: pci support bits and virtio-vga List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: Peter Maydell , QEMU Developers On Di, 2015-06-16 at 16:16 +0100, Dr. David Alan Gilbert wrote: > * Peter Maydell (peter.maydell@linaro.org) wrote: > > On 16 June 2015 at 08:57, Gerd Hoffmann wrote: > > > Hi, > > > > > > This pull request almost completes virtio-gpu support, by adding pc= i > > > support (virtio-gpu-pci) and a variant with vga compatibility > > > (virtio-vga). The remaining missing bit is the vgabios for virtio-= vga, > > > which will come with the seabios update later this week. >=20 > I'm hitting: > install: cannot stat =C3=A2=C2=80=C2=98/home/dgilbert/git/qemu-world3/p= c-bios/vgabios-virtio.bin=C3=A2=C2=80=C2=99: No such file or directory Oops. Try "touch pc-bios/vgabios-virtio.bin" as workaround. I'm busy doing the seabios 1.8.2 release right now, the pull request bringing the seabios update and the real virtio vgabios (and fixing this one as side effect) should be only hours away. cheers, Gerd