qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/16] spice patch queue
@ 2013-12-16  9:31 Gerd Hoffmann
  2013-12-16  9:31 ` [Qemu-devel] [PATCH 01/16] spice: flip streaming video mode to off by default Gerd Hoffmann
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Gerd Hoffmann @ 2013-12-16  9:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here comes the spice patch queue, with some nbd bits for upcoming
spice-nbd and the usual share of small fixes & cleanups.

please pull,
  Gerd

The following changes since commit e157b8fdd412d48eacfbb8c67d3d58780154faa3:

  Merge remote-tracking branch 'bonzini/virtio' into staging (2013-12-13 11:10:33 -0800)

are available in the git repository at:


  git://anongit.freedesktop.org/spice/qemu tags/pull-spice-1

for you to fetch changes up to 75c70e37bc4a6bdc394b4d1b163fe730abb82c72:

  spice: stop server for qxl hard reset (2013-12-16 10:12:20 +0100)

----------------------------------------------------------------
Collection of little cleanups anf bugfixes.
nbd patches in preparation of spice-nbd.

----------------------------------------------------------------
Gerd Hoffmann (4):
      spice: flip streaming video mode to off by default
      spice: move qemu_spice_display_*() from spice-graphics to spice-core
      spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()
      spice: stop server for qxl hard reset

Marc-André Lureau (12):
      vscclient: do not add a socket watch if there is not data to send
      spice-char: remove unused field
      qmp_change_blockdev() remove unused has_format
      include: add missing config-host.h include
      char: add qemu_chr_fe_event()
      spice-char: implement chardev port event
      Split nbd block client code
      nbd: don't change socket block during negotiate
      nbd: pass export name as init argument
      nbd: make nbd_client_session_close() idempotent
      nbd: finish any pending coroutine
      nbd: avoid uninitialized warnings

 block/Makefile.objs       |   2 +-
 block/nbd-client.c        | 385 ++++++++++++++++++++++++++++++++++++++++++++++
 block/nbd-client.h        |  50 ++++++
 block/nbd.c               | 380 ++++-----------------------------------------
 blockdev.c                |   2 +-
 hw/display/qxl.c          |  10 ++
 include/sysemu/blockdev.h |   2 +-
 include/sysemu/char.h     |  10 ++
 include/ui/qemu-spice.h   |   2 +
 libcacard/vscclient.c     |  10 +-
 nbd.c                     |   2 -
 qemu-char.c               |   7 +
 qmp.c                     |   2 +-
 spice-qemu-char.c         |  11 +-
 ui/spice-core.c           |  22 ++-
 ui/spice-display.c        |  17 --
 16 files changed, 537 insertions(+), 377 deletions(-)
 create mode 100644 block/nbd-client.c
 create mode 100644 block/nbd-client.h

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-12-16  9:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16  9:31 [Qemu-devel] [PULL 00/16] spice patch queue Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 01/16] spice: flip streaming video mode to off by default Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 02/16] vscclient: do not add a socket watch if there is not data to send Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 03/16] spice-char: remove unused field Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 04/16] qmp_change_blockdev() remove unused has_format Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 05/16] include: add missing config-host.h include Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 06/16] char: add qemu_chr_fe_event() Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 07/16] spice-char: implement chardev port event Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 08/16] Split nbd block client code Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 09/16] nbd: don't change socket block during negotiate Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 10/16] nbd: pass export name as init argument Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 11/16] nbd: make nbd_client_session_close() idempotent Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 12/16] nbd: finish any pending coroutine Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 13/16] nbd: avoid uninitialized warnings Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 14/16] spice: move qemu_spice_display_*() from spice-graphics to spice-core Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 15/16] spice: move spice_server_vm_{start, stop} calls into qemu_spice_display_*() Gerd Hoffmann
2013-12-16  9:31 ` [Qemu-devel] [PATCH 16/16] spice: stop server for qxl hard reset Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).