From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TimYI-0002JJ-EF for qemu-devel@nongnu.org; Wed, 12 Dec 2012 08:40:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TimYC-0001mG-3A for qemu-devel@nongnu.org; Wed, 12 Dec 2012 08:40:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TimYB-0001m7-Sr for qemu-devel@nongnu.org; Wed, 12 Dec 2012 08:40:40 -0500 Date: Wed, 12 Dec 2012 11:40:17 -0200 From: Luiz Capitulino Message-ID: <20121212114017.66c86af2@doriath.home> In-Reply-To: <24E144B8C0207547AD09C467A8259F75578AC7E0@lisa.maurer-it.com> References: <1355168173-14571-1-git-send-email-lcapitulino@redhat.com> <24E144B8C0207547AD09C467A8259F7557870AEE@lisa.maurer-it.com> <20121211094513.29fa32bd@doriath.home> <24E144B8C0207547AD09C467A8259F755787AC78@lisa.maurer-it.com> <20121211105947.1b92f411@doriath.home> <24E144B8C0207547AD09C467A8259F755787E011@lisa.maurer-it.com> <20121211173808.GH30686@vm> <20121211162840.4b01701e@doriath.home> <24E144B8C0207547AD09C467A8259F755788040D@lisa.maurer-it.com> <20121211172355.3ee96cd4@doriath.home> <24E144B8C0207547AD09C467A8259F755788045F@lisa.maurer-it.com> <20121211174156.6e3e4d78@doriath.home> <24E144B8C0207547AD09C467A8259F75578AC74C@lisa.maurer-it.com> <20121212112930.7fa8effd@doriath.home> <24E144B8C0207547AD09C467A8259F75578AC7E0@lisa.maurer-it.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] re-enable balloon stats List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dietmar Maurer Cc: "qemu-devel@nongnu.org" , "aliguori@us.ibm.com" , mdroth , "agl@us.ibm.com" On Wed, 12 Dec 2012 13:36:20 +0000 Dietmar Maurer wrote: > > > The following patch seems to work for me: > > > > Yeah, that's what I'll do and the doc has to be updated too. > > Btw, do you know a qmp call which returns the memory assigned to the VM > (the value qemu is started with (-m megs))? No, we only have info/query- balloon. I was also thinking about this the other day.