Re: [Qemu-devel] [PATCH v3 3/9] block: Require auto-read-only for existing fallbacks

2018-10-18 Thread Kevin Wolf
Am 17.10.2018 um 20:53 hat Eric Blake geschrieben: > On 10/17/18 11:41 AM, Kevin Wolf wrote: > > Some block drivers have traditionally changed their node to read-only > > mode without asking the user. This behaviour has been marked deprecated > > since 2.11, expecting users to provide an explicit r

Re: [Qemu-devel] [PATCH v3 3/9] block: Require auto-read-only for existing fallbacks

2018-10-17 Thread Eric Blake
On 10/17/18 11:41 AM, Kevin Wolf wrote: Some block drivers have traditionally changed their node to read-only mode without asking the user. This behaviour has been marked deprecated since 2.11, expecting users to provide an explicit read-only=on option. Now that we have auto-read-only=on, enable

[Qemu-devel] [PATCH v3 3/9] block: Require auto-read-only for existing fallbacks

2018-10-17 Thread Kevin Wolf
Some block drivers have traditionally changed their node to read-only mode without asking the user. This behaviour has been marked deprecated since 2.11, expecting users to provide an explicit read-only=on option. Now that we have auto-read-only=on, enable these drivers to make use of the option.