[Qemu-devel] [PATCH] virtio-balloon: fix internal stat name array to match Linux kernel

2018-05-04 Thread Jonathan Helman
defined in this array by the Linux kernel do not match up with those defined internally by QEMU. This patch fixes this inconsistency by changing the QEMU stat names to match those defined by the Linux kernel. Signed-off-by: Jonathan Helman Cc: Rob Gardner Cc: Thomas Tai --- docs/virtio-balloon

[Qemu-devel] [PATCH v2] virtio-balloon: add hugetlb page allocation counts

2018-03-19 Thread Jonathan Helman
qemu should read and report hugetlb page allocation counts exported in the following kernel patch: commit 4c3ca37c4a4394978fd0f005625f6064ed2b9a64 Author: Jonathan Helman Date: Mon Mar 19 11:00:35 2018 -0700 virtio_balloon: export hugetlb page allocation counts Export the

Re: [Qemu-devel] [PATCH v2 1/1] virtio-balloon: include statistics of disk/file caches

2018-02-19 Thread Jonathan Helman
> On Feb 19, 2018, at 5:11 AM, Tomáš Golembiovský wrote: > > On Wed, 14 Feb 2018 00:07:53 +0200 > "Michael S. Tsirkin" wrote: > >> On Tue, Feb 13, 2018 at 12:29:39PM -0800, Jonathan Helman wrote: >>> >>> >>> On 02/05/2018 04:08 AM, T

Re: [Qemu-devel] [PATCH] docs: document virtio-balloon stats

2018-02-19 Thread Jonathan Helman
#x27;available' counter > > and > >commit bf1e7140ef0b3a149860ab9f05b36665133238f6 >Author: Tomáš Golembiovský >Date: Tue Dec 5 13:14:46 2017 +0100 > >virtio-balloon: include statistics of disk/file caches > > Signed-off-by: Tomáš Golemb

[Qemu-devel] [PATCH] virtio-balloon: add huge page allocation statistics

2018-02-15 Thread Jonathan Helman
qemu should read and report huge page allocation statistics exported in the following kernel patch: commit 01be4bb1aafeab73feba628c6dd120cd6647faae Author: Jonathan Helman Date: Thu Feb 15 10:59:03 2018 -0800 virtio_balloon: export huge page allocation statistics Export

Re: [Qemu-devel] [PATCH v2 1/1] virtio-balloon: include statistics of disk/file caches

2018-02-13 Thread Jonathan Helman
On 02/05/2018 04:08 AM, Tomáš Golembiovský wrote: ping On Tue, 5 Dec 2017 13:14:46 +0100 Tomáš Golembiovský wrote: It would be good to include the corresponding upstream kernel change in the commit message. This would be similar to a previous change: https://lists.gnu.org/archive/html/q