From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqEaJ-0006ya-Sb for qemu-devel@nongnu.org; Mon, 09 Dec 2013 23:06:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqEaB-0006AR-UU for qemu-devel@nongnu.org; Mon, 09 Dec 2013 23:06:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqEaB-0006AI-MZ for qemu-devel@nongnu.org; Mon, 09 Dec 2013 23:06:03 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBA46200012071 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Dec 2013 23:06:03 -0500 Received: from dreadlord-bne-redhat-com.bne.redhat.com (dhcp-40-7.bne.redhat.com [10.64.40.7]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rBA460lT024007 for ; Mon, 9 Dec 2013 23:06:01 -0500 From: Dave Airlie Date: Tue, 10 Dec 2013 14:05:50 +1000 Message-Id: <1386648358-25892-1-git-send-email-airlied@gmail.com> Subject: [Qemu-devel] [RFC] sdl2 + virtio-gpu repost List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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.