Re: [Qemu-devel] [PATCH v5 0/6] qemu-io: UI enhancements

2016-05-11 Thread Max Reitz
On 08.05.2016 05:16, Eric Blake wrote: > While working on NBD, I found myself cursing the qemu-io UI for > not letting me test various scenarios, particularly after fixing > NBD to serve at byte granularity [1]. And in the process of > writing these qemu-io enhancements, I also managed to flush ou

Re: [Qemu-devel] [PATCH v5 0/6] qemu-io: UI enhancements

2016-05-10 Thread Kevin Wolf
Am 09.05.2016 um 20:23 hat Max Reitz geschrieben: > On 08.05.2016 05:35, Eric Blake wrote: > > On 05/07/2016 09:16 PM, Eric Blake wrote: > >> While working on NBD, I found myself cursing the qemu-io UI for > >> not letting me test various scenarios, particularly after fixing > >> NBD to serve at by

Re: [Qemu-devel] [PATCH v5 0/6] qemu-io: UI enhancements

2016-05-09 Thread Max Reitz
On 08.05.2016 05:35, Eric Blake wrote: > On 05/07/2016 09:16 PM, Eric Blake wrote: >> While working on NBD, I found myself cursing the qemu-io UI for >> not letting me test various scenarios, particularly after fixing >> NBD to serve at byte granularity [1]. And in the process of >> writing these

Re: [Qemu-devel] [PATCH v5 0/6] qemu-io: UI enhancements

2016-05-07 Thread Eric Blake
On 05/07/2016 09:16 PM, Eric Blake wrote: > While working on NBD, I found myself cursing the qemu-io UI for > not letting me test various scenarios, particularly after fixing > NBD to serve at byte granularity [1]. And in the process of > writing these qemu-io enhancements, I also managed to flush

[Qemu-devel] [PATCH v5 0/6] qemu-io: UI enhancements

2016-05-07 Thread Eric Blake
While working on NBD, I found myself cursing the qemu-io UI for not letting me test various scenarios, particularly after fixing NBD to serve at byte granularity [1]. And in the process of writing these qemu-io enhancements, I also managed to flush out several other bugs in the block layer proper,