Re: [Qemu-devel] [PATCH v3 2/4] kvm: Use inhibit to prevent ballooning without synchronous mmu

2018-08-17 Thread Paolo Bonzini
On 16/08/2018 20:15, Alex Williamson wrote: > On Tue, 7 Aug 2018 13:31:23 -0600 > Alex Williamson wrote: > >> Remove KVM specific tests in balloon_page(), instead marking >> ballooning as inhibited without KVM_CAP_SYNC_MMU support. >> >> Reviewed-by: David Hildenbrand >> Reviewed-by: Peter Xu

Re: [Qemu-devel] [PATCH v3 2/4] kvm: Use inhibit to prevent ballooning without synchronous mmu

2018-08-16 Thread Alex Williamson
On Tue, 7 Aug 2018 13:31:23 -0600 Alex Williamson wrote: > Remove KVM specific tests in balloon_page(), instead marking > ballooning as inhibited without KVM_CAP_SYNC_MMU support. > > Reviewed-by: David Hildenbrand > Reviewed-by: Peter Xu > Reviewed-by: Cornelia Huck > Signed-off-by: Alex Wi

[Qemu-devel] [PATCH v3 2/4] kvm: Use inhibit to prevent ballooning without synchronous mmu

2018-08-07 Thread Alex Williamson
Remove KVM specific tests in balloon_page(), instead marking ballooning as inhibited without KVM_CAP_SYNC_MMU support. Reviewed-by: David Hildenbrand Reviewed-by: Peter Xu Reviewed-by: Cornelia Huck Signed-off-by: Alex Williamson --- accel/kvm/kvm-all.c| 4 hw/virtio/virtio-ballo