Re: [libvirt] [PATCH 2/4 V2] remote: mplement new API virDomainGetPcpusUsage for remote driver
The title for this should be 'implement', not 'mplement'. > +/* Upper limit on list of physic cpu parameters. */ 'physical' > +const REMOTE_DOMAIN_PCPUS_USAGE_PARAMETERS_MAX = 16; This seems a bit low. Is this limiting us to returning information about only 16 pCPUs? Meta-comment: libvirt nee
[libvirt] [PATCH 2/4 V2] remote: mplement new API virDomainGetPcpusUsage for remote driver
Signed-off-by: Lai Jiangshan --- daemon/remote.c | 68 ++ src/remote/remote_driver.c | 51 +++ src/remote/remote_protocol.x | 17 ++- src/remote_protocol-structs | 13 4 files changed, 148