Re: [Qemu-devel] [PATCH 00/25] nbd asynchronous operation

2011-12-21 Thread Anthony Liguori
On 12/21/2011 12:11 PM, Paolo Bonzini wrote: On 12/15/2011 12:09 PM, Kevin Wolf wrote: > This needs rebasing due to commit 3a93113 (fix typo: delete redundant > semicolon, 2011-11-29). To avoid further spamming, I placed the whole > thing at git://github.com/bonzini/qemu.git in branch nbd-server

Re: [Qemu-devel] [PATCH 00/25] nbd asynchronous operation

2011-12-21 Thread Paolo Bonzini
On 12/15/2011 12:09 PM, Kevin Wolf wrote: > This needs rebasing due to commit 3a93113 (fix typo: delete redundant > semicolon, 2011-11-29). To avoid further spamming, I placed the whole > thing at git://github.com/bonzini/qemu.git in branch nbd-server. I won't get to this (and virtio-scsi) b

Re: [Qemu-devel] [PATCH 00/25] nbd asynchronous operation

2011-12-15 Thread Kevin Wolf
Am 15.12.2011 11:21, schrieb Paolo Bonzini: > On 12/06/2011 04:27 PM, Paolo Bonzini wrote: >> Here is my NBD asynchronous operation series, including asynchronous >> server. >> >> Patches 1-5 add asynchronous operation to the client. >> >> Patches 6-9 add new features for flush/FUA and discard (tri

Re: [Qemu-devel] [PATCH 00/25] nbd asynchronous operation

2011-12-15 Thread Paolo Bonzini
On 12/06/2011 04:27 PM, Paolo Bonzini wrote: Here is my NBD asynchronous operation series, including asynchronous server. Patches 1-5 add asynchronous operation to the client. Patches 6-9 add new features for flush/FUA and discard (trim). Patches 10-25 add asynchronous operation to the server.

[Qemu-devel] [PATCH 00/25] nbd asynchronous operation

2011-12-06 Thread Paolo Bonzini
Here is my NBD asynchronous operation series, including asynchronous server. Patches 1-5 add asynchronous operation to the client. Patches 6-9 add new features for flush/FUA and discard (trim). Patches 10-25 add asynchronous operation to the server. Chunyan Liu (1): Update ioctl order in nbd_