mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: fix domain memory 'usable' stat
This fixes commit 65bf0446 which introduced 'usable' stat.
Signed-off-by: Derbyshev Dmitry <dderbyshev@virtuozzo.com>
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
@@ -604,7 +604,7 @@ typedef enum {
|
||||
VIR_DOMAIN_MEMORY_STAT_RSS = 7,
|
||||
|
||||
/*
|
||||
* How big the balloon can be inflated without pushing the guest system
|
||||
* How much the balloon can be inflated without pushing the guest system
|
||||
* to swap, corresponds to 'Available' in /proc/meminfo
|
||||
*/
|
||||
VIR_DOMAIN_MEMORY_STAT_USABLE = 8,
|
||||
|
||||
Reference in New Issue
Block a user