From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH v2 2/4] kvm: Use inhibit to prevent ballooning without synchronous mmu Date: Tue, 7 Aug 2018 16:24:24 +0200 Message-ID: <20180807162424.7761b2a6.cohuck@redhat.com> References: <153299204130.14411.11438396195753743913.stgit@gimli.home> <153299244635.14411.14909988281437283403.stgit@gimli.home> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: peterx@redhat.com, david@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, mst@redhat.com To: Alex Williamson Return-path: In-Reply-To: <153299244635.14411.14909988281437283403.stgit@gimli.home> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel2=m.gmane.org@nongnu.org Sender: "Qemu-devel" List-Id: kvm.vger.kernel.org On Mon, 30 Jul 2018 17:14:06 -0600 Alex Williamson wrote: > Remove KVM specific tests in balloon_page(), instead marking > ballooning as inhibited without KVM_CAP_SYNC_MMU support. > > Signed-off-by: Alex Williamson > --- > accel/kvm/kvm-all.c | 4 ++++ > hw/virtio/virtio-balloon.c | 4 +--- > 2 files changed, 5 insertions(+), 3 deletions(-) Reviewed-by: Cornelia Huck