Re: [libvirt] [PATCH v5 1/3] qemu: expand domain memory statistics with 'usable'

2016-06-21 Thread John Ferlan
On 06/16/2016 02:38 PM, Maxim Nestratov wrote: > From: Derbyshev Dmitry > > Currently 'memtotal' in virtio drivers and qemu corresponds > to 'available' in libvirt. Because of that we introduce libvirt 'usable' > parameter, which maps to 'stat-available-memory' balloon statistics. > As balloon

[libvirt] [PATCH v5 1/3] qemu: expand domain memory statistics with 'usable'

2016-06-16 Thread Maxim Nestratov
From: Derbyshev Dmitry Currently 'memtotal' in virtio drivers and qemu corresponds to 'available' in libvirt. Because of that we introduce libvirt 'usable' parameter, which maps to 'stat-available-memory' balloon statistics. As balloon statistics isn't reported in hmp, so no modification is made