From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRn0M-0004pP-4g for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRn0G-0005Kx-V4 for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:13 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:53280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRn0G-0005Ko-QF for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:08 -0400 Received: by obbwd20 with SMTP id wd20so12021059obb.4 for ; Tue, 08 May 2012 09:11:07 -0700 (PDT) Message-ID: <4FA94595.9010005@codemonkey.ws> Date: Tue, 08 May 2012 11:11:01 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1336035226-9174-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1336035226-9174-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 00/12] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 05/03/2012 03:53 AM, Gerd Hoffmann wrote: > Hi, > > Here comes the spice patch queue. Nothing major. Most patches make qxl > robust against guest bugs, by making qxl logging a message and raising > an error IRQ instead of calling abort(). And a few other bugfixes. Pulled. Thanks. Regards, Anthony Liguori > please pull, > Gerd > > Alon Levy (12): > spice: require spice-protocol>= 0.8.1 > spice_info: add mouse_mode > hw/qxl.c: qxl_phys2virt: replace panics with guest_bug > qxl: check for NULL return from qxl_phys2virt > qxl: replace panic with guest bug in qxl_track_command > qxl: fix> 80 chars line > qxl: don't abort on guest trigerrable ring indices mismatch > qxl: cleanup s/__FUNCTION__/__func__/ > qxl: interface_notify_update: remove guest trigerrable abort > qxl: qxl_add_memslot: remove guest trigerrable panics > qxl: ioport_write: remove guest trigerrable abort > qxl: don't assert on guest create_guest_primary > > configure | 1 + > hmp.c | 2 + > hw/qxl-logger.c | 51 ++++++++++++++----- > hw/qxl-render.c | 14 ++++- > hw/qxl.c | 145 +++++++++++++++++++++++++++++++++++++++++------------- > hw/qxl.h | 6 +- > qapi-schema.json | 27 ++++++++++- > ui/spice-core.c | 7 +++ > 8 files changed, 198 insertions(+), 55 deletions(-) > > The following changes since commit 58a331bab950e9a12da8b17b57e11927893eaf5e: > > Merge remote-tracking branch 'kwolf/for-anthony' into staging (2012-05-02 14:49:53 -0500) > > are available in the git repository at: > > git://anongit.freedesktop.org/spice/qemu spice.v54 > > Alon Levy (12): > spice: require spice-protocol>= 0.8.1 > spice_info: add mouse_mode > hw/qxl.c: qxl_phys2virt: replace panics with guest_bug > qxl: check for NULL return from qxl_phys2virt > qxl: replace panic with guest bug in qxl_track_command > qxl: fix> 80 chars line > qxl: don't abort on guest trigerrable ring indices mismatch > qxl: cleanup s/__FUNCTION__/__func__/ > qxl: interface_notify_update: remove guest trigerrable abort > qxl: qxl_add_memslot: remove guest trigerrable panics > qxl: ioport_write: remove guest trigerrable abort > qxl: don't assert on guest create_guest_primary > > configure | 1 + > hmp.c | 2 + > hw/qxl-logger.c | 51 ++++++++++++++----- > hw/qxl-render.c | 14 ++++- > hw/qxl.c | 145 +++++++++++++++++++++++++++++++++++++++++------------- > hw/qxl.h | 6 +- > qapi-schema.json | 27 ++++++++++- > ui/spice-core.c | 7 +++ > 8 files changed, 198 insertions(+), 55 deletions(-) > >