From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54746 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCwrb-00073f-O8 for qemu-devel@nongnu.org; Mon, 01 Nov 2010 12:04:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCwrZ-0004e9-HS for qemu-devel@nongnu.org; Mon, 01 Nov 2010 12:04:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCwrZ-0004dj-A2 for qemu-devel@nongnu.org; Mon, 01 Nov 2010 12:04:01 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA1G40iu015663 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 1 Nov 2010 12:04:00 -0400 Message-ID: <4CCEE4ED.7040002@redhat.com> Date: Mon, 01 Nov 2010 17:03:57 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1287136966-31632-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1287136966-31632-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 0/4] use new vgabios. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 10/15/10 12:02, Gerd Hoffmann wrote: > This patch series will put the new vgabios into use for stdvga and > vmware_vga. The vgabios patches have been posted a while ago, they > are also also available from > git://anongit.freedesktop.org/~kraxel/vgabios pcibios > > For obvious reasons it depends on the new vgabios binaries being > present, i.e. vgabios patches being committed to vgabios.git, subtree > being updated and vgabios binaries being recompiled + committed to > qemu.git. > > Changes in v2: > * rebase to master, resolve video.x removal conflict. > * add a new clean up patch, removes bits which where > used by video.x code only. > > The qemu patches are also available from > git://anongit.freedesktop.org/spice/qemu vgabios.2 > > please pull, > Gerd Ping? cheers, Gerd