Re: [Qemu-devel] [PATCH 31/34] block: Move cache options into options QDict

2015-05-15 Thread Eric Blake
On 05/15/2015 12:43 PM, Max Reitz wrote: > On 08.05.2015 19:22, Kevin Wolf wrote: >> This adds the cache mode options to the QDict, so that they can be >> specified for child nodes (e.g. backing.cache.direct=off). >> >> The cache modes are not removed from the flags at this point; instead, >> optio

Re: [Qemu-devel] [PATCH 31/34] block: Move cache options into options QDict

2015-05-15 Thread Max Reitz
On 08.05.2015 19:22, Kevin Wolf wrote: This adds the cache mode options to the QDict, so that they can be specified for child nodes (e.g. backing.cache.direct=off). The cache modes are not removed from the flags at this point; instead, options and flags are kept in sync. If the user specifies bo

[Qemu-devel] [PATCH 31/34] block: Move cache options into options QDict

2015-05-08 Thread Kevin Wolf
This adds the cache mode options to the QDict, so that they can be specified for child nodes (e.g. backing.cache.direct=off). The cache modes are not removed from the flags at this point; instead, options and flags are kept in sync. If the user specifies both flags and options, the options take pr