Re: [Qemu-devel] [PATCH 1/3] qemu-iotests: Many parallel allocating I/O requests

2012-04-24 Thread Kevin Wolf
Am 24.04.2012 17:19, schrieb Eric Blake: > On 04/24/2012 09:16 AM, Kevin Wolf wrote: >> Am 24.04.2012 16:38, schrieb Kevin Wolf: >>> This test case manages to let qcow2 abort because its cache is used up >>> and it can't find free cache entries for new requests any more. >>> >>> Signed-off-by: Kevi

Re: [Qemu-devel] [PATCH 1/3] qemu-iotests: Many parallel allocating I/O requests

2012-04-24 Thread Eric Blake
On 04/24/2012 09:16 AM, Kevin Wolf wrote: > Am 24.04.2012 16:38, schrieb Kevin Wolf: >> This test case manages to let qcow2 abort because its cache is used up >> and it can't find free cache entries for new requests any more. >> >> Signed-off-by: Kevin Wolf >> --- >> tests/qemu-iotests/035 |

Re: [Qemu-devel] [PATCH 1/3] qemu-iotests: Many parallel allocating I/O requests

2012-04-24 Thread Kevin Wolf
Am 24.04.2012 16:38, schrieb Kevin Wolf: > This test case manages to let qcow2 abort because its cache is used up > and it can't find free cache entries for new requests any more. > > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/035 | 72 > tests/qemu-iotests/035.out | 39

Re: [Qemu-devel] [PATCH 1/3] qemu-iotests: Many parallel allocating I/O requests

2012-04-24 Thread Paolo Bonzini
Il 24/04/2012 16:38, Kevin Wolf ha scritto: > +wrote 512/512 bytes at offset XXX > +512.00 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) One patch in my posted queue fixes the useless ".00" (and another related bug where decimals are *missing*); just a heads-up. Otherwise the ser

[Qemu-devel] [PATCH 1/3] qemu-iotests: Many parallel allocating I/O requests

2012-04-24 Thread Kevin Wolf
This test case manages to let qcow2 abort because its cache is used up and it can't find free cache entries for new requests any more. Signed-off-by: Kevin Wolf --- tests/qemu-iotests/035 | 72 tests/qemu-iotests/035.out | 392 tests/q