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

2019-05-24 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. Found nothing major. Looking forward to v3!

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

2019-05-17 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. v2: - Check that features have well-formed names instead of just checking that they are strings - Use QAPISchemaFeature