Re: [Qemu-block] [PATCH v2 17/21] block: Move cache options into options QDict

2015-11-30 Thread Kevin Wolf
Am 27.11.2015 um 20:57 hat Max Reitz geschrieben: > On 23.11.2015 16:59, 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;

Re: [Qemu-block] [PATCH v2 17/21] block: Move cache options into options QDict

2015-11-27 Thread Max Reitz
On 23.11.2015 16:59, 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

[Qemu-block] [PATCH v2 17/21] block: Move cache options into options QDict

2015-11-23 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