From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXa5K-0006ef-PJ for qemu-devel@nongnu.org; Mon, 16 Mar 2015 14:49:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXa5H-0004Mw-Hy for qemu-devel@nongnu.org; Mon, 16 Mar 2015 14:49:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXa5H-0004ML-7F for qemu-devel@nongnu.org; Mon, 16 Mar 2015 14:49:51 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id C07EAC79ED for ; Mon, 16 Mar 2015 18:49:50 +0000 (UTC) Message-ID: <550725CD.7020707@redhat.com> Date: Mon, 16 Mar 2015 14:49:49 -0400 From: Max Reitz MIME-Version: 1.0 References: <1426240033-24673-1-git-send-email-kraxel@redhat.com> <1426240033-24673-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1426240033-24673-5-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 3/9] virtio-gpu-pci: add virtio pci support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: Dave Airlie , "Michael S. Tsirkin" On 2015-03-13 at 05:47, Gerd Hoffmann wrote: > This patch adds virtio-gpu-pci, which is the pci proxy for the virtio > gpu device. With this patch in place virtio-gpu is functional. You > need a linux guest with a virtio-gpu driver though, and output will > appear pretty late in boot, once the kernel initialized drm and fbcon. > > Written by Dave Airlie and Gerd Hoffmann. > > Signed-off-by: Dave Airlie > Signed-off-by: Gerd Hoffmann > --- > hw/display/Makefile.objs | 1 + > hw/display/virtio-gpu-pci.c | 68 +++++++++++++++++++++++++++++++++++++++++++++ > hw/virtio/virtio-pci.h | 15 ++++++++++ > 3 files changed, 84 insertions(+) > create mode 100644 hw/display/virtio-gpu-pci.c Reviewed-by: Max Reitz