Re: [Qemu-devel] [PATCH v11 0/7] virtio-balloon: free page hint support

2018-12-14 Thread Michael S. Tsirkin
On Tue, Dec 11, 2018 at 04:24:46PM +0800, Wei Wang wrote: > This is the deivce part implementation to add a new feature, > VIRTIO_BALLOON_F_FREE_PAGE_HINT to the virtio-balloon device. The device > receives the guest free page hints from the driver and clears the > corresponding bits in the dirty

[Qemu-devel] [PATCH v11 0/7] virtio-balloon: free page hint support

2018-12-11 Thread Wei Wang
This is the deivce part implementation to add a new feature, VIRTIO_BALLOON_F_FREE_PAGE_HINT to the virtio-balloon device. The device receives the guest free page hints from the driver and clears the corresponding bits in the dirty bitmap, so that those free pages are not sent by the migration