Re: [Qemu-devel] [PATCH 33/34] qemu-iotests: Test cache mode option inheritance

2015-05-18 Thread Max Reitz
On 18.05.2015 16:39, Kevin Wolf wrote: Am 15.05.2015 um 21:16 hat Max Reitz geschrieben: On 08.05.2015 19:22, Kevin Wolf wrote: This is doing a more complete test on setting cache modes both while opening an image (i.e. in a -drive command line) and in reopen situations. It checks that reopen c

Re: [Qemu-devel] [PATCH 33/34] qemu-iotests: Test cache mode option inheritance

2015-05-18 Thread Kevin Wolf
Am 15.05.2015 um 21:16 hat Max Reitz geschrieben: > On 08.05.2015 19:22, Kevin Wolf wrote: > >This is doing a more complete test on setting cache modes both while > >opening an image (i.e. in a -drive command line) and in reopen > >situations. It checks that reopen can specify options for child nod

Re: [Qemu-devel] [PATCH 33/34] qemu-iotests: Test cache mode option inheritance

2015-05-15 Thread Max Reitz
On 08.05.2015 19:22, Kevin Wolf wrote: This is doing a more complete test on setting cache modes both while opening an image (i.e. in a -drive command line) and in reopen situations. It checks that reopen can specify options for child nodes and that cache modes are correctly inherited from parent

[Qemu-devel] [PATCH 33/34] qemu-iotests: Test cache mode option inheritance

2015-05-08 Thread Kevin Wolf
This is doing a more complete test on setting cache modes both while opening an image (i.e. in a -drive command line) and in reopen situations. It checks that reopen can specify options for child nodes and that cache modes are correctly inherited from parent nodes where they are not specified. Sig