From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2cTC-0001kh-US for qemu-devel@nongnu.org; Mon, 13 Jan 2014 03:02:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2cT8-0002VX-27 for qemu-devel@nongnu.org; Mon, 13 Jan 2014 03:02:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2cT7-0002VR-Qa for qemu-devel@nongnu.org; Mon, 13 Jan 2014 03:01:57 -0500 Message-ID: <1389600113.9142.4.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 13 Jan 2014 09:01:53 +0100 In-Reply-To: References: <1384926761-9962-1-git-send-email-airlied@gmail.com> <1384926761-9962-8-git-send-email-airlied@gmail.com> <1384948961.2005.99.camel@nilsson.home.kraxel.org> <1385031990.26155.14.camel@nilsson.home.kraxel.org> <1386318270.19681.12.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/8] virtio-vga: v1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dave Airlie Cc: "qemu-devel@nongnu.org" On Mi, 2014-01-08 at 09:35 +1000, Dave Airlie wrote: > On Fri, Dec 6, 2013 at 6:58 PM, Dave Airlie wrote: > > On Fri, Dec 6, 2013 at 6:24 PM, Gerd Hoffmann wrote: > >> Hi, > >> > >>> Now the advice given was to have virtio-vga wrap virtio-gpu-base but > >>> from what I can see it really can't. Since it needs to act and look > >>> like a PCI device > >> > >> Oops, yes. VirtIOPCIProxy wasn't on my radar. That makes things a bit > >> more messy. Can you just push what you have now somewhere? I'll take a > >> closer look next week. > > > > http://cgit.freedesktop.org/~airlied/qemu/log/?h=virtio-gpu-inherit > > > > Well I didn't really get anything working, but the top commit in that > > branch was where I was on my last random fail. > > > > I think another object is probably required, or making the base one > > not abstract. > > > Hi Gerd, > > just repinging on this, not sure if you can see a solution that works > with VirtIOPCIProxy that avoids wrapping. Havn't found time yet. Was sick over xmas/newyear, back online now. So I have a big email backlog to wade through now, and there are also the input/sdl2 bits which need some love to get it merged. Also not checked yet bugzilla for urgent stuff. So I expect this has to wait at least one more week ... happy new years & cheers, Gerd