From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYY4e-0008VQ-Eh for qemu-devel@nongnu.org; Mon, 29 Sep 2014 06:21:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYY4Y-0003WQ-ED for qemu-devel@nongnu.org; Mon, 29 Sep 2014 06:20:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYY4X-0003VY-U0 for qemu-devel@nongnu.org; Mon, 29 Sep 2014 06:20:50 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8TAKiBo012018 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 29 Sep 2014 06:20:44 -0400 From: Gerd Hoffmann Date: Mon, 29 Sep 2014 12:20:34 +0200 Message-Id: <1411986037-2575-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Short spice patch queue, adding a new graphic_console_set_hwops function to the console core, which in turn allows to simplify switching between vga and native mode in qxl. please pull, Gerd The following changes since commit 81ab11a7a524d12412a59ef49c6b270671e62ea0: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-09-26 15:41:50 +0100) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20140929-1 for you to fetch changes up to 151623353f4a3da4daec29d658c10ef3b57bd462: qxl: use graphic_console_set_hwops (2014-09-29 10:20:09 +0200) ---------------------------------------------------------------- add and use graphic_console_set_hwops ---------------------------------------------------------------- Gerd Hoffmann (2): console: add graphic_console_set_hwops qxl: use graphic_console_set_hwops hw/display/qxl.c | 49 +++++++++---------------------------------------- include/ui/console.h | 3 +++ ui/console.c | 11 +++++++++-- 3 files changed, 21 insertions(+), 42 deletions(-)