On 06/26/2013 03:13 AM, Hu Tao wrote: > From: Vasilis Liaskovitis <vasilis.liaskovi...@profitbricks.com> > > "query-dimm-info" and "info dimm" will give current state of all dimms in the > system e.g. >
> +++ b/qapi-schema.json > @@ -3621,3 +3621,30 @@ > { 'type': 'MemoryInfo', > 'data': { 'total': 'int' } } > { 'command': 'query-memory', 'returns': 'MemoryInfo' } > + > +## > +# @DimmInfo: > +# > +# Information about status of dimm device > +# > +# @dimm: the name of the dimm > +# > +# @state: 'true' means the dimm device is plugged in, 'false' means > +# means the dimm device is plugged out. s/plugged out/unplugged/ > +# > +# Since: 1.6 > +# > +## > +{ 'type': 'DimmInfo', > + 'data': {'dimm': 'str', 'state': 'bool'} } > + > +## > +# @query-dimm-info: > +# > +# Returns the state of dimm devices > +# > +# Returns: list of @DimmInfo > +# > +# Since: 1.6 > +## > +{ 'command': 'query-dimm-info', 'returns': ['DimmInfo'] } Looks good from an interface perspective; but missing an example in qmp-commands.hx. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature