mbox

[PULL,00/12] spice patch queue

Message ID 1336035226-9174-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://anongit.freedesktop.org/spice/qemu spice.v54

Message

Gerd Hoffmann May 3, 2012, 8:53 a.m. UTC
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.

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(-)

Comments

Anthony Liguori May 8, 2012, 4:11 p.m. UTC | #1
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(-)
>
>