From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQvQh-0000Jj-Jk for qemu-devel@nongnu.org; Wed, 03 Feb 2016 06:17:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQvQe-00024W-Co for qemu-devel@nongnu.org; Wed, 03 Feb 2016 06:16:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQvQe-00024L-7V for qemu-devel@nongnu.org; Wed, 03 Feb 2016 06:16:56 -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 (Postfix) with ESMTPS id C73843A1197 for ; Wed, 3 Feb 2016 11:16:55 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 3 Feb 2016 12:16:42 +0100 Message-Id: <1454498208-15164-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/6] virtio-gpu: bugfixes and spice support preparation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Minor fixes and some preparing work in console and virtio-gpu for spice support. please pull, Gerd The following changes since commit c65db7705b7926f4a084b93778e4bd5dd3990a= ad: Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-pete= r-2016-02-02' into staging (2016-02-02 18:04:04 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vga-20160203-1 for you to fetch changes up to 321c9adba5a64a1a9de2dd7db5433b62a5433439: virtio-gpu: block any rendering until client (ui) is done (2016-02-03 1= 0:41:36 +0100) ---------------------------------------------------------------- virtio-gpu: bugfixes and spice support preparation ---------------------------------------------------------------- Gerd Hoffmann (6): zap qemu_egl_has_ext in include/ui/egl-helpers.h console: block rendering until client is done virtio-gpu: fix memory leak in error path virtio-gpu: maintain command queue virtio-gpu: add support to enable/disable command processing virtio-gpu: block any rendering until client (ui) is done hw/display/virtio-gpu-3d.c | 11 ++++-- hw/display/virtio-gpu.c | 77 ++++++++++++++++++++++++++++++------= ------ hw/display/virtio-vga.c | 10 ++++++ include/hw/virtio/virtio-gpu.h | 4 +++ include/ui/console.h | 2 ++ include/ui/egl-helpers.h | 1 - ui/console.c | 10 ++++++ 7 files changed, 90 insertions(+), 25 deletions(-)