Re: [Qemu-devel] [PULL 08/16] virtio-balloon: export all balloon statistics

2016-05-14 Thread Denis V. Lunev
On 03/16/2016 01:37 PM, Michael S. Tsirkin wrote: On Wed, Mar 16, 2016 at 01:33:31PM +0300, Denis V. Lunev wrote: On 03/04/2016 10:49 AM, Michael S. Tsirkin wrote: From: Igor Redko We are making experiments with different autoballooning strategies based on the guest behavior. Thus we need to

Re: [Qemu-devel] [PULL 08/16] virtio-balloon: export all balloon statistics

2016-03-16 Thread Denis V. Lunev
On 03/04/2016 10:49 AM, Michael S. Tsirkin wrote: From: Igor Redko We are making experiments with different autoballooning strategies based on the guest behavior. Thus we need to experiment with different guest statistics. For now every counter change requires QEMU recompilation and dances with

Re: [Qemu-devel] [PULL 08/16] virtio-balloon: export all balloon statistics

2016-03-16 Thread Michael S. Tsirkin
On Wed, Mar 16, 2016 at 01:33:31PM +0300, Denis V. Lunev wrote: > On 03/04/2016 10:49 AM, Michael S. Tsirkin wrote: > >From: Igor Redko > > > >We are making experiments with different autoballooning strategies > >based on the guest behavior. Thus we need to experiment with different > >guest stati

[Qemu-devel] [PULL 08/16] virtio-balloon: export all balloon statistics

2016-03-03 Thread Michael S. Tsirkin
From: Igor Redko We are making experiments with different autoballooning strategies based on the guest behavior. Thus we need to experiment with different guest statistics. For now every counter change requires QEMU recompilation and dances with Libvirt. This patch introduces transport for unrec