From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR3Mw-0002pQ-Gn for qemu-devel@nongnu.org; Thu, 26 Feb 2015 13:41:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR3Mr-0001aX-MS for qemu-devel@nongnu.org; Thu, 26 Feb 2015 13:41:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR3Mr-0001aM-Dw for qemu-devel@nongnu.org; Thu, 26 Feb 2015 13:41:01 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1QIexkY017169 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 26 Feb 2015 13:41:00 -0500 Message-ID: <54EF68BA.90807@redhat.com> Date: Thu, 26 Feb 2015 13:40:58 -0500 From: Max Reitz MIME-Version: 1.0 References: <1424687012-18524-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1424687012-18524-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RfC PATCH 00/15] virtio-gpu: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org On 2015-02-23 at 05:23, Gerd Hoffmann wrote: > Hi, > > After a loooong break, here is the next version of virtio-gpu patches. > It is the first batch, with the 2d bits, virgl (3d/opengl) support will > follow later on. > > The dust of the virtio-1.0 merge has mostly settled, even though not > all virtio-1.0 bits are upstream yet (main reason why this is RfC). My > plan is to get virtio-gpu merged upstream as soon as all dependencies > are in. > > This series applies on top of mst's virtio-1.0 branch. > > Patches 1-4 are virtio-pci patches which have been posted separately > already, included here because the virtio-gpu patches depend on them. > > Patches 5-14 are virtio-gpu and virtio-vga patches. Patches 8+10 with > the virtio-1.0 changes depend on patches 1-4. I've kept them separate > for now, to simplify review and also to make adaptions easier in case > patches 1-4 are changed during review. Patch series is not fully > bisectable because of this. For the non-RfC patch series they will of > course be squashed in. > > Patch 15 is a dirty hack to simplify testing with libvirt, this will > be dropped for the merge, we'll need proper libvirt support instead. > > If you wanna play with this, here are host + guest git trees for your > convinience: > git://git.kraxel.org/qemu tags/virtio-gpu-rfc-2015-02-23 > git://git.kraxel.org/linux virtio-gpu > > Usage: > qemu-system-x86_64 -vga virtio [ ... ] > qemu-system-x86_64 -device virtio-vga [ ... ] > qemu-system-ppc64 -M pseries -device virtio-gpu-pci [ ... ] > qemu-system-arm -M virt -device virtio-gpu-device [ ... ] For what it's worth, I'm done with "reviewing" (except I'm afraid to give R-b's here, so I'm sorry my comments where largely (if not completely) negative...). It's nice to see things are getting going! :-) Max