From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35752 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvXvU-0007nH-6O for qemu-devel@nongnu.org; Tue, 14 Sep 2010 12:00:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvXvP-0006dG-7h for qemu-devel@nongnu.org; Tue, 14 Sep 2010 12:00:07 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:40552) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvXvP-0006cs-1y for qemu-devel@nongnu.org; Tue, 14 Sep 2010 12:00:03 -0400 Received: from d03relay01.boulder.ibm.com (d03relay01.boulder.ibm.com [9.17.195.226]) by e33.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id o8EFsuJu026782 for ; Tue, 14 Sep 2010 09:54:56 -0600 Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by d03relay01.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o8EFxxW4174098 for ; Tue, 14 Sep 2010 09:59:59 -0600 Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o8EFxwfR003502 for ; Tue, 14 Sep 2010 09:59:58 -0600 Subject: Re: [Qemu-devel] [PATCH] Disable virtio-balloon memory stats interface From: Adam Litke In-Reply-To: <20100914124633.4e6a8fa4@doriath> References: <1283955676-25119-1-git-send-email-agl@us.ibm.com> <20100914140932.GA12878@blackpad.lan.raisama.net> <1284474251.2232.13.camel@aglitke> <20100914144155.GH28017@blackpad.lan.raisama.net> <20100914154200.GC12878@blackpad.lan.raisama.net> <20100914124633.4e6a8fa4@doriath> Content-Type: text/plain; charset="UTF-8" Date: Tue, 14 Sep 2010 10:59:56 -0500 Message-ID: <1284479996.2232.17.camel@aglitke> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: Eduardo Habkost , Markus Armbruster , qemu list , Amit Shah , Paolo Bonzini On Tue, 2010-09-14 at 12:46 -0300, Luiz Capitulino wrote: > On Tue, 14 Sep 2010 12:42:00 -0300 > Eduardo Habkost wrote: > > > I keep my suggestion: if all we need is to change the way "info balloon" > > behaves, then we can simply change the "info balloon" behavior, intead > > of changing the guest-visible machine model. > > Adam, what problems do you see with this solution? I have been sufficiently convinced that the feature bits won't work nicely in the face of migration. > We need to resolve this asap for 0.13. Let's go ahead with Eduardo's patch then. -- Thanks, Adam