On 06/26/2013 03:13 AM, Hu Tao wrote: > From: Vasilis Liaskovitis <vasilis.liaskovi...@profitbricks.com> > > Returns total physical memory available to guest in bytes, including > hotplugged > memory. Note that the number reported here may be different from what the > guest > sees e.g. if the guest has not logically onlined hotplugged memory. > > This functionality is provided independently of a balloon device, since a > guest can be using ACPI memory hotplug without using a balloon device. > > Signed-off-by: Vasilis Liaskovitis <vasilis.liaskovi...@profitbricks.com> > Signed-off-by: Hu Tao <hu...@cn.fujitsu.com> > ---
> +++ b/qapi-schema.json > @@ -3608,3 +3608,16 @@ > '*cpuid-input-ecx': 'int', > 'cpuid-register': 'X86CPURegister32', > 'features': 'int' } } > + > +## > +# @query-memory: > +# > +# Returns total memory in bytes, including hotplugged dimms > +# > +# Returns: int Not true - it returns a struct of useful memory statistics (of which, your initial implementation of the MemoryInfo has only one statistic). This struct is free to grow larger in the future, if we determine other useful things to return. > +# > +# Since: 1.6 > +## > +{ 'type': 'MemoryInfo', > + 'data': { 'total': 'int' } } > +{ 'command': 'query-memory', 'returns': 'MemoryInfo' } You've created two items (the 'MemoryInfo' type and the 'query-memory' command), so you should have two pieces of documentation (yes, I know there are pre-existing cases of undocumented types that are declared next to the sole command that uses them, but we should avoid that where possible). -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature