mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: bulk stats: implement balloon group
This patch implements the VIR_DOMAIN_STATS_BALLOON group of statistics. Signed-off-by: Francesco Romani <fromani@redhat.com>
This commit is contained in:
committed by
Peter Krempa
parent
9ebbb8699e
commit
2a9bd4a873
@@ -2514,6 +2514,7 @@ struct _virDomainStatsRecord {
|
||||
typedef enum {
|
||||
VIR_DOMAIN_STATS_STATE = (1 << 0), /* return domain state */
|
||||
VIR_DOMAIN_STATS_CPU_TOTAL = (1 << 1), /* return domain CPU info */
|
||||
VIR_DOMAIN_STATS_BALLOON = (1 << 2), /* return domain balloon info */
|
||||
} virDomainStatsTypes;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user