qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/12] NBD patches for 2012-09-22
@ 2012-09-19 13:49 Paolo Bonzini
  2012-09-19 13:49 ` [Qemu-devel] [PATCH 01/12] nbd: add more constants Paolo Bonzini
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Paolo Bonzini @ 2012-09-19 13:49 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 89c33337fd21930de671a6e34793e8b1ee257e2e:

  Remove unused CONFIG_TCG_PASS_AREG0 and dead code (2012-09-15 17:51:14 +0000)

are available in the git repository at:

  git://github.com/bonzini/qemu.git nbd-next

for you to fetch changes up to be3d30e144dbb99cd39ae4cedfb802337b5b172f:

  nbd: add nbd_export_get_blockdev (2012-09-19 14:03:15 +0200)

These patches merge the first part of the embedded NBD server.  The actual
QEMU implementation needs some refactoring of qemu-sockets, and might even
go in through Luiz's tree.

----------------------------------------------------------------
Paolo Bonzini (12):
      nbd: add more constants
      nbd: pass NBDClient to nbd_send_negotiate
      nbd: do not close BlockDriverState in nbd_export_close
      nbd: make refcount interface public
      nbd: do not leak nbd_trip coroutines when a connection is torn down
      nbd: add reference counting to NBDExport
      nbd: track clients into NBDExport
      nbd: add notification for closing an NBDExport
      qemu-nbd: rewrite termination conditions to use a state machine
      nbd: register named exports
      nbd: negotiate with named exports
      nbd: add nbd_export_get_blockdev

 nbd.c      | 396 ++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 nbd.h      |  15 ++-
 qemu-nbd.c |  36 ++++--
 3 file modificati, 367 inserzioni(+), 80 rimozioni(-)
-- 
1.7.12

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

end of thread, other threads:[~2012-09-25 23:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-19 13:49 [Qemu-devel] [PULL 00/12] NBD patches for 2012-09-22 Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 01/12] nbd: add more constants Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 02/12] nbd: pass NBDClient to nbd_send_negotiate Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 03/12] nbd: do not close BlockDriverState in nbd_export_close Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 04/12] nbd: make refcount interface public Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 05/12] nbd: do not leak nbd_trip coroutines when a connection is torn down Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 06/12] nbd: add reference counting to NBDExport Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 07/12] nbd: track clients into NBDExport Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 08/12] nbd: add notification for closing an NBDExport Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 09/12] qemu-nbd: rewrite termination conditions to use a state machine Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 10/12] nbd: register named exports Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 11/12] nbd: negotiate with " Paolo Bonzini
2012-09-19 13:49 ` [Qemu-devel] [PATCH 12/12] nbd: add nbd_export_get_blockdev Paolo Bonzini
2012-09-25 23:27 ` [Qemu-devel] [PULL 00/12] NBD patches for 2012-09-22 Anthony Liguori

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