From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: Is there any consumer of virtio-balloon now? Date: Sun, 23 Mar 2014 17:28:19 +0100 Message-ID: <532F0BA3.7020201@redhat.com> References: <532BFD77.40803@redhat.com> <532D7FDB.3010406@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit To: Kai Huang , kvm@vger.kernel.org Return-path: Received: from mail-ee0-f53.google.com ([74.125.83.53]:54905 "EHLO mail-ee0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750913AbaCWQ20 (ORCPT ); Sun, 23 Mar 2014 12:28:26 -0400 Received: by mail-ee0-f53.google.com with SMTP id b57so3604903eek.12 for ; Sun, 23 Mar 2014 09:28:24 -0700 (PDT) In-Reply-To: <532D7FDB.3010406@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 22/03/2014 13:19, Kai Huang ha scritto: > Thanks Paolo. What's the user space tool / command to trigger the > virtio_balloon functionality? Basically I am looking for the whole code > patch that triggers the virtio_balloon. The trigger is QEMU's "balloon" command, which you can use if you invoke QEMU directly, or virsh's "setmem" command if you use libvirt. Paolo