Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: Speed up make check-block

2014-11-25 Thread Kevin Wolf
Am 25.11.2014 um 10:44 hat Fam Zheng geschrieben: > On Tue, 11/25 10:31, Max Reitz wrote: > > On 2014-11-25 at 10:30, Kevin Wolf wrote: > > >Am 25.11.2014 um 10:21 hat Max Reitz geschrieben: > > >>On 2014-11-25 at 10:21, Kevin Wolf wrote: > > >>>Am 25.11.2014 um 10:12 hat Max Reitz geschrieben: > >

Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: Speed up make check-block

2014-11-25 Thread Fam Zheng
On Tue, 11/25 10:31, Max Reitz wrote: > On 2014-11-25 at 10:30, Kevin Wolf wrote: > >Am 25.11.2014 um 10:21 hat Max Reitz geschrieben: > >>On 2014-11-25 at 10:21, Kevin Wolf wrote: > >>>Am 25.11.2014 um 10:12 hat Max Reitz geschrieben: > On 2014-10-28 at 07:45, Fam Zheng wrote: > >Using /tm

Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: Speed up make check-block

2014-11-25 Thread Max Reitz
On 2014-11-25 at 10:30, Kevin Wolf wrote: Am 25.11.2014 um 10:21 hat Max Reitz geschrieben: On 2014-11-25 at 10:21, Kevin Wolf wrote: Am 25.11.2014 um 10:12 hat Max Reitz geschrieben: On 2014-10-28 at 07:45, Fam Zheng wrote: Using /tmp (usually mounted as tmpfs) and cache=writeback, the quick

Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: Speed up make check-block

2014-11-25 Thread Kevin Wolf
Am 25.11.2014 um 10:21 hat Max Reitz geschrieben: > On 2014-11-25 at 10:21, Kevin Wolf wrote: > >Am 25.11.2014 um 10:12 hat Max Reitz geschrieben: > >>On 2014-10-28 at 07:45, Fam Zheng wrote: > >>>Using /tmp (usually mounted as tmpfs) and cache=writeback, the quick > >>>group can be quicker. > >>>

Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: Speed up make check-block

2014-11-25 Thread Max Reitz
On 2014-11-25 at 10:21, Kevin Wolf wrote: Am 25.11.2014 um 10:12 hat Max Reitz geschrieben: On 2014-10-28 at 07:45, Fam Zheng wrote: Using /tmp (usually mounted as tmpfs) and cache=writeback, the quick group can be quicker. On my laptop (Lenovo T430s with Fedora 20), this reduces the time from

Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: Speed up make check-block

2014-11-25 Thread Kevin Wolf
Am 25.11.2014 um 10:12 hat Max Reitz geschrieben: > On 2014-10-28 at 07:45, Fam Zheng wrote: > >Using /tmp (usually mounted as tmpfs) and cache=writeback, the quick > >group can be quicker. > > > >On my laptop (Lenovo T430s with Fedora 20), this reduces the time from > >50s to 30s. > > > >Signed-of

Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: Speed up make check-block

2014-11-25 Thread Max Reitz
On 2014-10-28 at 07:45, Fam Zheng wrote: Using /tmp (usually mounted as tmpfs) and cache=writeback, the quick group can be quicker. On my laptop (Lenovo T430s with Fedora 20), this reduces the time from 50s to 30s. Signed-off-by: Fam Zheng --- tests/qemu-iotests-quick.sh | 2 +- 1 file chan

Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: Speed up make check-block

2014-11-24 Thread Markus Armbruster
Fam Zheng writes: > Using /tmp (usually mounted as tmpfs) and cache=writeback, the quick > group can be quicker. > > On my laptop (Lenovo T430s with Fedora 20), this reduces the time from > 50s to 30s. > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests-quick.sh | 2 +- > 1 file changed, 1

[Qemu-devel] [PATCH 1/2] qemu-iotests: Speed up make check-block

2014-10-27 Thread Fam Zheng
Using /tmp (usually mounted as tmpfs) and cache=writeback, the quick group can be quicker. On my laptop (Lenovo T430s with Fedora 20), this reduces the time from 50s to 30s. Signed-off-by: Fam Zheng --- tests/qemu-iotests-quick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi