Re: [Qemu-devel] [PATCH v2 0/4] block: allow partial info-block query

2015-12-14 Thread John Snow
On 12/14/2015 12:13 PM, Max Reitz wrote: > On 12.12.2015 02:25, John Snow wrote: >> Max: Did you have in mind something like this? > > What I had in mind was fixing the whole thing (the test case in 110 > should actually work just fine, because you can easily determine the > base directory to be

Re: [Qemu-devel] [PATCH v2 0/4] block: allow partial info-block query

2015-12-14 Thread Max Reitz
On 12.12.2015 02:25, John Snow wrote: > Max: Did you have in mind something like this? What I had in mind was fixing the whole thing (the test case in 110 should actually work just fine, because you can easily determine the base directory to be used). ;-) I've been working on that myself anyway,

[Qemu-devel] [PATCH v2 0/4] block: allow partial info-block query

2015-12-11 Thread John Snow
Max: Did you have in mind something like this? v2: - Fix qemu-img from now choking when it gets a partial response. For convenience, this branch is available at: https://github.com/jnsnow/qemu.git branch block-allo