OSDN Git Service

Merge remote-tracking branch 'bonzini/nbd-next' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 25 Sep 2012 21:06:15 +0000 (16:06 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 25 Sep 2012 21:06:15 +0000 (16:06 -0500)
commit09d0726c0351cbf71b96b41b9f39cc7857b45ccc
tree6a6be4aa0374e95536cb5c3f04239bf7080e34f6
parentd3e8f95753114a827f9cd8e819b1d5cc8333f76b
parent125afda8cbd228583c1e7c32c0f86eeb8de39c73
Merge remote-tracking branch 'bonzini/nbd-next' into staging

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