From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjCgz-0002gQ-7U for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:58:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjCgu-0003L7-NS for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:58:40 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:53900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjCgu-0003Kj-8G for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:58:36 -0400 Received: by ywb3 with SMTP id 3so2070550ywb.4 for ; Tue, 19 Jul 2011 08:58:35 -0700 (PDT) Message-ID: <4E25A9A4.6040708@redhat.com> Date: Tue, 19 Jul 2011 10:58:28 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1309792455-26825-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1309792455-26825-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 07/04/2011 10:14 AM, Gerd Hoffmann wrote: > Hi, > > Here is the spice patch queue with a bunch of small fixes and > improvements collected over time. No major changes. > > please pull, > Gerd Pulled. Thanks. Regards, Anthony Liguori > > Alon Levy (5): > qxl: set mm_time in vga update > qxl: interface_get_command: fix reported mode > qxl-logger: add timestamp to command log > qxl: add dev id to guest prints > qxl: allow QXL_IO_LOG also in vga > > Gerd Hoffmann (3): > qxl: device id fixup > spice: catch spice server initialization failures. > qxl: put QXL_IO_UPDATE_IRQ into vgamode whitelist > > Yonit Halperin (1): > qxl: make sure primary surface is saved on migration > > hw/qxl-logger.c | 4 +++- > hw/qxl.c | 50 ++++++++++++++++++++++++++++++++++---------------- > ui/spice-core.c | 5 ++++- > ui/spice-display.c | 5 +++++ > 4 files changed, 46 insertions(+), 18 deletions(-) > > The following changes since commit 75ef849696830fc2ddeff8bb90eea5887ff50df6: > > esp: correctly fill bus id with requested lun (2011-07-02 18:50:19 +0000) > > are available in the git repository at: > git://anongit.freedesktop.org/spice/qemu spice.v38 > > Alon Levy (5): > qxl: set mm_time in vga update > qxl: interface_get_command: fix reported mode > qxl-logger: add timestamp to command log > qxl: add dev id to guest prints > qxl: allow QXL_IO_LOG also in vga > > Gerd Hoffmann (3): > qxl: device id fixup > spice: catch spice server initialization failures. > qxl: put QXL_IO_UPDATE_IRQ into vgamode whitelist > > Yonit Halperin (1): > qxl: make sure primary surface is saved on migration > > hw/qxl-logger.c | 4 +++- > hw/qxl.c | 50 ++++++++++++++++++++++++++++++++++---------------- > ui/spice-core.c | 5 ++++- > ui/spice-display.c | 5 +++++ > 4 files changed, 46 insertions(+), 18 deletions(-) > >