Re: [Qemu-devel] [PATCH for-2.0] qemu-iotests: remove 085 and 087 from 'quick' group

2014-03-14 Thread Stefan Hajnoczi
On Thu, Mar 13, 2014 at 10:28:01AM +0100, Stefan Hajnoczi wrote: > The 'quick' group in qemu-iotests are not allowed to run QEMU since we > don't know which targets are available. In other words, they may only > use qemu-img, qemu-io, and qemu-nbd. > > Drop 085 and 087 from the 'quick' group sinc

[Qemu-devel] [PATCH for-2.0] qemu-iotests: remove 085 and 087 from 'quick' group

2014-03-13 Thread Stefan Hajnoczi
The 'quick' group in qemu-iotests are not allowed to run QEMU since we don't know which targets are available. In other words, they may only use qemu-img, qemu-io, and qemu-nbd. Drop 085 and 087 from the 'quick' group since they run QEMU. This makes "make check-block" pass again. Reported-by: M