From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSMNC-0000EY-1d for qemu-devel@nongnu.org; Tue, 25 Mar 2014 04:06:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSMN5-0001F4-Ba for qemu-devel@nongnu.org; Tue, 25 Mar 2014 04:06:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSMN5-0001Eo-3d for qemu-devel@nongnu.org; Tue, 25 Mar 2014 04:06:07 -0400 Message-ID: <1395734759.1585.12.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 25 Mar 2014 09:05:59 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] updated virtio-gpu code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dave Airlie Cc: "qemu-devel@nongnu.org" On Di, 2014-03-25 at 16:58 +1000, Dave Airlie wrote: > Hey, > > I've pushed a new version of the unaccelerated virtio-gpu code to my repo > > git://git.freedesktop.org/~airlied/qemu virtio-gpu > > this is Gerd vga-wip branch, with the virtgpu_hw file moved, removing > the event queue and a config space added with a events_read, > events_clear u32. > > I've also pushed the changes to the kms driver to use this, > http://cgit.freedesktop.org/~airlied/linux/log/?h=virtio-vga-3d > > Gerd, I've also dropped my experimental config space hacks and pushed > the two pci/vga fixes into that branch as well. Great, I'll have a detailed look later today. > Just out of interest, with sdl and remote-viewer I seem to get 2 > displays, one for the VGA time, and a separate one for the driver > loaded, any ideas why? Saw your self-reply this is a libvirt vga artefact. On dealing with libvirt, here is how I do it: [ xmlxs:qemu=.. is needed for the stuff below ] fedora-org-virtio-vga [ ... ] [ ... ]