Re: [Qemu-devel] [PATCH v1 1/3] virtio-balloon: simplify deflate with pbp

2019-07-21 Thread David Gibson
On Fri, Jul 19, 2019 at 06:01:18PM +0200, David Hildenbrand wrote: > Let's simplify this - the case we are optimizing for is very hard to > trigger and not worth the effort. If we're switching from inflation to > deflation, let's reset the pbp. > > Signed-off-by: David Hildenbrand Acked-by:

[Qemu-devel] [PATCH v1 1/3] virtio-balloon: simplify deflate with pbp

2019-07-19 Thread David Hildenbrand
Let's simplify this - the case we are optimizing for is very hard to trigger and not worth the effort. If we're switching from inflation to deflation, let's reset the pbp. Signed-off-by: David Hildenbrand --- hw/virtio/virtio-balloon.c | 24 1 file changed, 4