qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv2 00/14] Spice block device, ready-to-go patches
@ 2013-12-01 21:23 Marc-André Lureau
  2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 01/14] coroutine: remove qemu_co_queue_wait_insert_head Marc-André Lureau
                   ` (15 more replies)
  0 siblings, 16 replies; 20+ messages in thread
From: Marc-André Lureau @ 2013-12-01 21:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, Marc-André Lureau, kraxel

Hi,

This patch series is a split-off from the Spice block device RFC.
http://lists.gnu.org/archive/html/qemu-devel/2013-11/msg02024.html

It should include only non-controversial or simple patches. The most
important change is the NBD client implementation moved to a seperate
file.

In v2:
- should address Paolo comments
- added a patch to remove unused CoQueue member

Marc-André Lureau (14):
  coroutine: remove qemu_co_queue_wait_insert_head
  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
  coroutine: remove unused CoQueue AioContext

 block/Makefile.objs       |   2 +-
 block/nbd-client.c        | 385 ++++++++++++++++++++++++++++++++++++++++++++++
 block/nbd-client.h        |  50 ++++++
 block/nbd.c               | 380 ++++-----------------------------------------
 blockdev.c                |   2 +-
 include/block/coroutine.h |   7 -
 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 +
 qemu-coroutine-lock.c     |   8 -
 qmp.c                     |   2 +-
 spice-qemu-char.c         |  11 +-
 15 files changed, 507 insertions(+), 373 deletions(-)
 create mode 100644 block/nbd-client.c
 create mode 100644 block/nbd-client.h

-- 
1.8.4.2

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

end of thread, other threads:[~2013-12-03  8:14 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 21:23 [Qemu-devel] [PATCHv2 00/14] Spice block device, ready-to-go patches Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 01/14] coroutine: remove qemu_co_queue_wait_insert_head Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 02/14] vscclient: do not add a socket watch if there is not data to send Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 03/14] spice-char: remove unused field Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 04/14] qmp_change_blockdev() remove unused has_format Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 05/14] include: add missing config-host.h include Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 06/14] char: add qemu_chr_fe_event() Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 07/14] spice-char: implement chardev port event Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 08/14] Split nbd block client code Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 09/14] nbd: don't change socket block during negotiate Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 10/14] nbd: pass export name as init argument Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 11/14] nbd: make nbd_client_session_close() idempotent Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 12/14] nbd: finish any pending coroutine Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 13/14] nbd: avoid uninitialized warnings Marc-André Lureau
2013-12-01 21:23 ` [Qemu-devel] [PATCHv2 14/14] coroutine: remove unused CoQueue AioContext Marc-André Lureau
2013-12-02 10:36 ` [Qemu-devel] [PATCHv2 00/14] Spice block device, ready-to-go patches Gerd Hoffmann
2013-12-02 10:57   ` Paolo Bonzini
2013-12-02 12:51   ` Stefan Hajnoczi
2013-12-02 16:22 ` Stefan Hajnoczi
2013-12-03  8:14   ` 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).