Re: [Qemu-devel] [PATCH v11 0/6] Virtio-balloon Enhancement

2017-06-09 Thread Wang, Wei W
On Friday, June 9, 2017 6:42 PM, Wang, Wei W wrote: > To: virtio-...@lists.oasis-open.org; linux-ker...@vger.kernel.org; qemu- > de...@nongnu.org; virtualizat...@lists.linux-foundation.org; > k...@vger.kernel.org; linux...@kvack.org; m...@redhat.com; > da...@redhat.com; Hansen, Dave ; > cornelia.h.

[Qemu-devel] [PATCH v11 0/6] Virtio-balloon Enhancement

2017-06-09 Thread Wei Wang
This patch series enhances the existing virtio-balloon with the following new features: 1) fast ballooning: transfer ballooned pages between the guest and host in chunks, instead of one by one; and 2) cmdq: a new virtqueue to send commands between the device and driver. Currently, it supports comma