mbox

[PULL,0/8] spice patch queue

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

Pull-request

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

Message

Gerd Hoffmann Dec. 17, 2012, 1:04 p.m. UTC
Hi,

This is the spice patch queue, bringing two bugfixes
and chardev redirection over spice.

please pull,
  Gerd

The following changes since commit a8a826a3c3b8c8a1c4def0e9e22b46e78e6163a0:

  exec: refactor cpu_restore_state (2012-12-16 08:35:24 +0000)

are available in the git repository at:
  git://anongit.freedesktop.org/spice/qemu spice.v66

Gerd Hoffmann (1):
      qxl: save qemu_create_displaysurface_from result

Marc-André Lureau (6):
      spice-qemu-char: write to chardev whatever amount it can read
      spice-qemu-char: factor out CharDriverState creation
      spice-qemu-char: add spiceport chardev
      spice-qemu-char: keep a list of spice chardev
      spice-qemu-char: register spicevmc ports during qemu_spice_init()
      docs: add spice-port-fqdn.txt

Uri Lublin (1):
      qxl+vnc: register a vm state change handler for dummy spice_server

 docs/spice-port-fqdn.txt |   19 ++++++++
 hw/qxl-render.c          |   11 +++--
 qemu-char.c              |    3 +
 qemu-options.hx          |   13 ++++++
 spice-qemu-char.c        |  107 ++++++++++++++++++++++++++++++++++++++--------
 trace-events             |    1 +
 ui/qemu-spice.h          |    4 ++
 ui/spice-core.c          |    6 +++
 8 files changed, 141 insertions(+), 23 deletions(-)
 create mode 100644 docs/spice-port-fqdn.txt

Comments

Anthony Liguori Dec. 18, 2012, 11:49 p.m. UTC | #1
Gerd Hoffmann <kraxel@redhat.com> writes:

>   Hi,
>
> This is the spice patch queue, bringing two bugfixes
> and chardev redirection over spice.

Pulled. Thanks.

Regards,

Anthony Liguori

>
> please pull,
>   Gerd
>
> The following changes since commit a8a826a3c3b8c8a1c4def0e9e22b46e78e6163a0:
>
>   exec: refactor cpu_restore_state (2012-12-16 08:35:24 +0000)
>
> are available in the git repository at:
>   git://anongit.freedesktop.org/spice/qemu spice.v66
>
> Gerd Hoffmann (1):
>       qxl: save qemu_create_displaysurface_from result
>
> Marc-André Lureau (6):
>       spice-qemu-char: write to chardev whatever amount it can read
>       spice-qemu-char: factor out CharDriverState creation
>       spice-qemu-char: add spiceport chardev
>       spice-qemu-char: keep a list of spice chardev
>       spice-qemu-char: register spicevmc ports during qemu_spice_init()
>       docs: add spice-port-fqdn.txt
>
> Uri Lublin (1):
>       qxl+vnc: register a vm state change handler for dummy spice_server
>
>  docs/spice-port-fqdn.txt |   19 ++++++++
>  hw/qxl-render.c          |   11 +++--
>  qemu-char.c              |    3 +
>  qemu-options.hx          |   13 ++++++
>  spice-qemu-char.c        |  107 ++++++++++++++++++++++++++++++++++++++--------
>  trace-events             |    1 +
>  ui/qemu-spice.h          |    4 ++
>  ui/spice-core.c          |    6 +++
>  8 files changed, 141 insertions(+), 23 deletions(-)
>  create mode 100644 docs/spice-port-fqdn.txt