From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXar1-00038J-6W for qemu-devel@nongnu.org; Mon, 16 Mar 2015 15:39:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXaqv-0003Si-9C for qemu-devel@nongnu.org; Mon, 16 Mar 2015 15:39:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXaqv-0003Se-2T for qemu-devel@nongnu.org; Mon, 16 Mar 2015 15:39:05 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2GJd4hO017678 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 16 Mar 2015 15:39:04 -0400 Message-ID: <55073157.2050508@redhat.com> Date: Mon, 16 Mar 2015 15:39:03 -0400 From: Max Reitz MIME-Version: 1.0 References: <1426240033-24673-1-git-send-email-kraxel@redhat.com> <1426240033-24673-9-git-send-email-kraxel@redhat.com> In-Reply-To: <1426240033-24673-9-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/9] virtio-vga: add vgabios binary List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org On 2015-03-13 at 05:47, Gerd Hoffmann wrote: > Add prebuilt vgabios-virtio.bin binary. > > Signed-off-by: Gerd Hoffmann > --- > pc-bios/vgabios-virtio.bin | Bin 0 -> 37376 bytes > 1 file changed, 0 insertions(+), 0 deletions(-) > create mode 100644 pc-bios/vgabios-virtio.bin Well, I can't really review this, sorry... Max