Re: [Qemu-devel] [PATCH v12 0/8] Virtio-balloon Enhancement

2017-07-12 Thread Michael S. Tsirkin
On Wed, Jul 12, 2017 at 08:40:13PM +0800, Wei Wang wrote: > 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 using sgs, instead of one by one; and > 2) cmdq: a new virtqueu

[Qemu-devel] [PATCH v12 0/8] Virtio-balloon Enhancement

2017-07-12 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 using sgs, instead of one by one; and 2) cmdq: a new virtqueue to send commands between the device and driver. Currently, it supp