From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXaqb-0002ka-Lg for qemu-devel@nongnu.org; Mon, 16 Mar 2015 15:38:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXaqV-0003P6-Gl for qemu-devel@nongnu.org; Mon, 16 Mar 2015 15:38:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXaqV-0003Oq-8n for qemu-devel@nongnu.org; Mon, 16 Mar 2015 15:38:39 -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 t2GJcbll013627 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 16 Mar 2015 15:38:38 -0400 Message-ID: <5507313C.90107@redhat.com> Date: Mon, 16 Mar 2015 15:38:36 -0400 From: Max Reitz MIME-Version: 1.0 References: <1426240033-24673-1-git-send-email-kraxel@redhat.com> <1426240033-24673-8-git-send-email-kraxel@redhat.com> In-Reply-To: <1426240033-24673-8-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 6/9] virtio-vga: add vgabios configuration 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 seavgabios configuration for virtio-vga, > hook up the new vgabios in the makefiles. > > Signed-off-by: Gerd Hoffmann > --- > Makefile | 2 +- > roms/Makefile | 2 +- > roms/config.vga-virtio | 6 ++++++ > 3 files changed, 8 insertions(+), 2 deletions(-) > create mode 100644 roms/config.vga-virtio Reviewed-by: Max Reitz