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:
Pavel Hrdina
2016-07-27 15:28:55 +02:00
parent d04bc2979e
commit 29fca3994b
3 changed files with 4 additions and 2 deletions

View File

@@ -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,