qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Marc-André Lureau" <marcandre.lureau@gmail.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com,
	"Marc-André Lureau" <marcandre.lureau@gmail.com>,
	kraxel@redhat.com
Subject: [Qemu-devel] [PATCH 00/13] Spice block device, ready-to-go patches
Date: Fri, 29 Nov 2013 15:58:31 +0100	[thread overview]
Message-ID: <1385737124-13964-1-git-send-email-marcandre.lureau@gmail.com> (raw)

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.

thanks

Marc-André Lureau (13):
  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 session_close() idempotent
  nbd: finish any pending coroutine
  nbd: avoid uninitialized warnings

 block/Makefile.objs       |   2 +-
 block/nbd-client.c        | 384 ++++++++++++++++++++++++++++++++++++++++++++++
 block/nbd-client.h        |  50 ++++++
 block/nbd.c               | 380 ++++-----------------------------------------
 blockdev.c                |   2 +-
 include/block/coroutine.h |   6 -
 include/sysemu/blockdev.h |   2 +-
 include/sysemu/char.h     |  10 ++
 include/ui/qemu-spice.h   |   2 +
 libcacard/vscclient.c     |  10 +-
 nbd.c                     |   1 -
 qemu-char.c               |   7 +
 qemu-coroutine-lock.c     |   8 -
 qmp.c                     |   2 +-
 spice-qemu-char.c         |  11 +-
 15 files changed, 506 insertions(+), 371 deletions(-)
 create mode 100644 block/nbd-client.c
 create mode 100644 block/nbd-client.h

-- 
1.8.4.2

             reply	other threads:[~2013-11-29 14:59 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-29 14:58 Marc-André Lureau [this message]
2013-11-29 14:58 ` [Qemu-devel] [PATCH 01/13] coroutine: remove qemu_co_queue_wait_insert_head Marc-André Lureau
2013-11-29 14:58 ` [Qemu-devel] [PATCH 02/13] vscclient: do not add a socket watch if there is not data to send Marc-André Lureau
2013-11-29 14:58 ` [Qemu-devel] [PATCH 03/13] spice-char: remove unused field Marc-André Lureau
2013-11-29 14:58 ` [Qemu-devel] [PATCH 04/13] qmp_change_blockdev() remove unused has_format Marc-André Lureau
2013-11-29 14:58 ` [Qemu-devel] [PATCH 05/13] include: add missing config-host.h include Marc-André Lureau
2013-11-29 14:58 ` [Qemu-devel] [PATCH 06/13] char: add qemu_chr_fe_event() Marc-André Lureau
2013-11-29 14:58 ` [Qemu-devel] [PATCH 07/13] spice-char: implement chardev port event Marc-André Lureau
2013-11-29 14:58 ` [Qemu-devel] [PATCH 08/13] Split nbd block client code Marc-André Lureau
2013-11-29 15:32   ` Paolo Bonzini
2013-11-29 14:58 ` [Qemu-devel] [PATCH 09/13] nbd: don't change socket block during negotiate Marc-André Lureau
2013-11-29 15:22   ` Paolo Bonzini
2013-11-30 15:49     ` Marc-André Lureau
2013-11-30 19:08       ` Paolo Bonzini
2013-12-01 20:56         ` Marc-André Lureau
2013-11-29 14:58 ` [Qemu-devel] [PATCH 10/13] nbd: pass export name as init argument Marc-André Lureau
2013-11-29 15:27   ` Paolo Bonzini
2013-11-29 14:58 ` [Qemu-devel] [PATCH 11/13] nbd: make session_close() idempotent Marc-André Lureau
2013-11-29 15:28   ` Paolo Bonzini
2013-11-29 14:58 ` [Qemu-devel] [PATCH 12/13] nbd: finish any pending coroutine Marc-André Lureau
2013-11-29 15:25   ` Paolo Bonzini
2013-11-29 14:58 ` [Qemu-devel] [PATCH 13/13] nbd: avoid uninitialized warnings Marc-André Lureau
2013-11-29 15:27   ` Paolo Bonzini
2013-11-29 15:32 ` [Qemu-devel] [PATCH 00/13] Spice block device, ready-to-go patches Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1385737124-13964-1-git-send-email-marcandre.lureau@gmail.com \
    --to=marcandre.lureau@gmail.com \
    --cc=kraxel@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).