Re: [Qemu-devel] [PATCH v8 21/35] qapi: Document visitor interfaces, add assertions

2016-01-05 Thread Marc-André Lureau
Hi On Mon, Dec 21, 2015 at 6:08 PM, Eric Blake wrote: > The visitor interface for mapping between QObject/QemuOpts/string > and qapi has formerly been documented only by reading source code, > making it difficult to propose changes to either scripts/qapi*.py > or to clients without knowing whethe

[Qemu-devel] [PATCH v8 21/35] qapi: Document visitor interfaces, add assertions

2015-12-21 Thread Eric Blake
The visitor interface for mapping between QObject/QemuOpts/string and qapi has formerly been documented only by reading source code, making it difficult to propose changes to either scripts/qapi*.py or to clients without knowing whether those changes would be safe. This adds documentation, includin