]> git.proxmox.com Git - qemu.git/commit
Merge remote-tracking branch 'bonzini/nbd-next' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 23 Apr 2012 14:58:01 +0000 (09:58 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 23 Apr 2012 14:58:01 +0000 (09:58 -0500)
commitbec8eb8136309104d18a4757d20470883f0d5ac1
treee4ddb00ca84ba588d14ffee4ac22d3935c2ce59a
parent4a1873fc8c3f692fcae25ed1ebf10003d5d5feb0
parente25ceb76e5b90ec4197cbe1cb859200bf6ee1284
Merge remote-tracking branch 'bonzini/nbd-next' into staging

* bonzini/nbd-next:
  nbd: obey FUA on reads
  nbd: do not include block_int.h
  nbd: do not block in nbd_wr_sync if no data at all is available
  nbd: consistently return negative errno values
  nbd: consistently check for <0 or >=0
  nbd: consistently use ssize_t
  nbd: avoid out of bounds access to recv_coroutine array