From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDfw3-0001go-Vg for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:20:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDfw1-0008Nm-1Z for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:20:43 -0400 Received: from mail-oa0-f45.google.com ([209.85.219.45]:59037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDfw0-0008Ni-U1 for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:20:40 -0400 Received: by oagn12 with SMTP id n12so4823092oag.4 for ; Mon, 17 Sep 2012 11:20:40 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1347525926-28563-1-git-send-email-kraxel@redhat.com> References: <1347525926-28563-1-git-send-email-kraxel@redhat.com> Date: Mon, 17 Sep 2012 13:20:37 -0500 Message-ID: <87392g5x56.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/10] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Gerd Hoffmann writes: > Hi, > > This pull brings monitor configuration support for qxl which is needed > by the upcoming kms qxl driver. Also a nice speedup for qxl in vga mode > and as usual some bugfixes. > > please pull, > Gerd > > The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3dc: > > Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56 +0200) > > are available in the git repository at: > > git://anongit.freedesktop.org/spice/qemu spice.v60 > Pulled. Thanks. Regards, Anthony Liguori > Alon Levy (3): > hw/qxl: tracing fixes > qxl: add trace-event for QXL_IO_LOG > hw/qxl: support client monitor configuration via device > > Dunrong Huang (1): > qxl: dont update invalid area > > Gerd Hoffmann (4): > spice: switch to queue for vga mode updates > spice: split qemu_spice_create_update > spice: add screen mirror > spice: send updates only for changed screen content > > Hans de Goede (1): > qxl: Ignore set_client_capabilities pre/post migrate > > Uri Lublin (1): > qxl: better cleanup for surface destroy > > configure | 7 +++ > hw/qxl.c | 107 ++++++++++++++++++++++++++++++++++++++-- > trace-events | 11 ++++- > ui/spice-display.c | 136 ++++++++++++++++++++++++++++++++++++++++------------ > ui/spice-display.h | 4 +- > 5 files changed, 225 insertions(+), 40 deletions(-)