Re: [Qemu-devel] [PATCH 0/4] file-posix: Add dynamic-auto-read-only QAPI feature

2019-04-18 Thread Markus Armbruster
Kevin Wolf writes: > This series adds optional feature lists to struct definitions in the > QAPI schema and makes use of them to advertise the new behaviour of > auto-read-only=on in file-posix. General approach looks good to me. It's just a first step, however. One that is already useful.

Re: [Qemu-devel] [PATCH 0/4] file-posix: Add dynamic-auto-read-only QAPI feature

2019-04-18 Thread Kevin Wolf
Am 08.04.2019 um 16:35 hat Kevin Wolf geschrieben: > This series adds optional feature lists to struct definitions in the > QAPI schema and makes use of them to advertise the new behaviour of > auto-read-only=on in file-posix. Ping?

Re: [Qemu-devel] [PATCH 0/4] file-posix: Add dynamic-auto-read-only QAPI feature

2019-04-08 Thread Peter Krempa
On Mon, Apr 08, 2019 at 16:35:39 +0200, Kevin Wolf wrote: > This series adds optional feature lists to struct definitions in the > QAPI schema and makes use of them to advertise the new behaviour of > auto-read-only=on in file-posix. > > Kevin Wolf (4): > qapi: Support features for structs > t

[Qemu-devel] [PATCH 0/4] file-posix: Add dynamic-auto-read-only QAPI feature

2019-04-08 Thread Kevin Wolf
This series adds optional feature lists to struct definitions in the QAPI schema and makes use of them to advertise the new behaviour of auto-read-only=on in file-posix. Kevin Wolf (4): qapi: Support features for structs tests/qapi-schema: Test for good feature lists in structs tests/qapi-sc