Re: [Qemu-devel] [PATCH v2 0/2] Add cache mode option to qemu-iotests

2013-11-19 Thread Kevin Wolf
Am 19.11.2013 um 07:45 hat Fam Zheng geschrieben: > The first patch adds "-c " option to ./check and convert "-nocache" to > an > alias to "-c none". The mode is used in qemu-io. > > The second patch modifies iotests.py to use the cache mode option in qemu > drive > command line. Okay, I gave i

Re: [Qemu-devel] [PATCH v2 0/2] Add cache mode option to qemu-iotests

2013-11-19 Thread Kevin Wolf
Am 19.11.2013 um 07:45 hat Fam Zheng geschrieben: > The first patch adds "-c " option to ./check and convert "-nocache" to > an > alias to "-c none". The mode is used in qemu-io. > > The second patch modifies iotests.py to use the cache mode option in qemu > drive > command line. > > Fam Zheng