From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqG67-0004in-Db for qemu-devel@nongnu.org; Tue, 10 Dec 2013 00:43:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqG61-0006UK-Qx for qemu-devel@nongnu.org; Tue, 10 Dec 2013 00:43:07 -0500 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=34067 helo=v220110690675601.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqG61-0006TO-KA for qemu-devel@nongnu.org; Tue, 10 Dec 2013 00:43:01 -0500 Message-ID: <52A6A9E2.9060705@weilnetz.de> Date: Tue, 10 Dec 2013 06:42:58 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1386648358-25892-1-git-send-email-airlied@gmail.com> In-Reply-To: <1386648358-25892-1-git-send-email-airlied@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] sdl2 + virtio-gpu repost List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dave Airlie , qemu-devel@nongnu.org Am 10.12.2013 05:05, schrieb Dave Airlie: > Hi, > > This is a repost of the latest SDL2 UI layer along with virtio-gpu, > > I've merged the SDL2 base and multi-head patches into one, and I've split > out the display notifiers stuff and the sdl2 demo hack. > > The virtio-gpu/vga wrapping is still unresolved, I've failed to find a cleaner > way yet, hopefully Gerd will advise further, but having 4 virtio-gpu- objects > we getting ugly fast. I've also included a doc on the basic queues used in the > virtio-gpu and what commands are sent on them. > > I'd really like to get the sdl2 base patch merged at least, > > Dave. I did not review all patches in the series, but stopped at the first one which had style issues. Please check your patches using scripts/checkpatch.pl. Stefan