From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMhwz-0003Tj-It for qemu-devel@nongnu.org; Fri, 12 Oct 2012 12:19:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMhwy-00022k-4G for qemu-devel@nongnu.org; Fri, 12 Oct 2012 12:19:01 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:40188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMhwx-00022U-Vf for qemu-devel@nongnu.org; Fri, 12 Oct 2012 12:19:00 -0400 Received: by mail-ob0-f173.google.com with SMTP id wc18so2877835obb.4 for ; Fri, 12 Oct 2012 09:18:59 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1349693391-32704-1-git-send-email-kraxel@redhat.com> References: <1349693391-32704-1-git-send-email-kraxel@redhat.com> Date: Fri, 12 Oct 2012 11:18:55 -0500 Message-ID: <87mwzr4qa8.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/8] 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, > > Here comes the spice patch queue. It raises the minimal required > spice-server version to 0.12 and the qxl device revision to 4. > It also brings a collection of bugfixes. > > please pull, > Gerd > Pulled. Thanks. Regards, Anthony Liguori > The following changes since commit 4bb26682f70a5f626cad3e0ac82bf4b6252ea7a4: > > Merge branch 'master' of git.qemu.org:/pub/git/qemu (2012-10-07 18:42:18 +0000) > > are available in the git repository at: > > git://anongit.freedesktop.org/spice/qemu spice.v61 > > Alon Levy (3): > hw/qxl: exit on failure to register qxl interface > hw/qxl: fix condition for exiting guest_bug > hw/qxl: qxl_dirty_surfaces: use uintptr_t > > Gerd Hoffmann (4): > qxl: always update displaysurface on resize > qxl: fix range check for rev3 io commands. > spice: raise requirement to 0.12 > qxl: set default revision to 4 > > Michael Tokarev (1): > qxl/update_area_io: cleanup invalid parameters handling > > configure | 18 +-------------- > hw/pc_piix.c | 8 +++++++ > hw/qxl-render.c | 4 --- > hw/qxl.c | 57 +++++++++++----------------------------------------- > hw/qxl.h | 5 ---- > ui/spice-core.c | 51 +-------------------------------------------- > ui/spice-display.c | 38 ---------------------------------- > ui/spice-display.h | 5 ---- > 8 files changed, 24 insertions(+), 162 deletions(-)