On 09/20/2013 05:54 AM, Kevin Wolf wrote: > This introduces a new 'base' key for struct definitions that refers to > another struct type. On the JSON level, the fields of the base type are > included directly into the same namespace as the fields of the defined > type, like with unions. On the C level, a pointer to a struct of the > base type is included. > > Signed-off-by: Kevin Wolf <[email protected]> > --- > docs/qapi-code-gen.txt | 17 +++++++++++++++++ > scripts/qapi-types.py | 4 ++++ > scripts/qapi-visit.py | 18 ++++++++++++++++-- > 3 files changed, 37 insertions(+), 2 deletions(-)
> +
> +An example BlockdevOptionsGenericCOWFormat object on the wire could use
> +both fields like this:
> +
> + { "file": "/some/place/my-image"
Missing a comma.
> + "backing": "/some/place/my-backing-file" } }
Mismatch - too many }.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
