Re: [Qemu-devel] [PATCH 3/3] qapi: Update docs to match recent generator changes

2016-02-24 Thread Markus Armbruster
Eric Blake writes: > Several commits have been changing the generator, but not updating > the docs to match: > - The implicit tag member is named "type", not "kind". Screwed up in > commit 39a1815. > - Commit 9f08c8ec made list types lazy, and thereby dropped > UserDefOneList if nothing explicit

[Qemu-devel] [PATCH 3/3] qapi: Update docs to match recent generator changes

2016-02-23 Thread Eric Blake
Several commits have been changing the generator, but not updating the docs to match: - The implicit tag member is named "type", not "kind". Screwed up in commit 39a1815. - Commit 9f08c8ec made list types lazy, and thereby dropped UserDefOneList if nothing explicitly uses the list type. - Commit 5