[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC] QCFG: a new mechanism to replace QemuOpts and opt
From: |
Lluís |
Subject: |
Re: [Qemu-devel] [RFC] QCFG: a new mechanism to replace QemuOpts and option handling |
Date: |
Mon, 14 Mar 2011 20:52:21 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Anthony Liguori writes:
> I've got a spec written up at http://wiki.qemu.org/Features/QCFG. Initial
> code
> is in my QAPI tree.
What about moving the documentation to a 'doc' attribute?
Thus, instead of the example vnconfig:
{ 'type': 'VncConfig',
'doc': 'Configuration options for the built-in VNC server.',
'data': {'address': 'str',
...} }
Still, it's not clear to me how attribute documentation shoul dbe
provided:
'data': {'address': {'type': 'str',
'doc': 'The hostname to bind the VNC server to...'},
...
}
Or maybe:
'data': {'address': 'str',
'address.doc': 'The hostname to bind the VNC server to...'},
...
}
But as I suppose these documentation comments are automatically
processes, this might just prove too verbose for no benefit at all, as
introspecting down to the documentation might be already doable with the
format on the example.
You could also have a 'since' attribute, in case dynamic interface
checks are necessary (e.g., the "Since: 0.14.0" in the example).
Lluis
--
"And it's much the same thing with knowledge, for whenever you learn
something new, the whole world becomes that much richer."
-- The Princess of Pure Reason, as told by Norton Juster in The Phantom
Tollbooth