From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkZz7-00088l-GY for qemu-devel@nongnu.org; Mon, 17 Dec 2012 07:39:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkZz3-0005Wv-83 for qemu-devel@nongnu.org; Mon, 17 Dec 2012 07:39:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkZz3-0005Wi-1C for qemu-devel@nongnu.org; Mon, 17 Dec 2012 07:39:49 -0500 Date: Mon, 17 Dec 2012 10:39:47 -0200 From: Luiz Capitulino Message-ID: <20121217103947.7826e220@doriath.home> In-Reply-To: <24E144B8C0207547AD09C467A8259F75578B4BAC@lisa.maurer-it.com> References: <1355500182-12743-1-git-send-email-lcapitulino@redhat.com> <1355500182-12743-2-git-send-email-lcapitulino@redhat.com> <24E144B8C0207547AD09C467A8259F75578B48B1@lisa.maurer-it.com> <20121217095729.057f7c1f@doriath.home> <24E144B8C0207547AD09C467A8259F75578B4B5E@lisa.maurer-it.com> <20121217103357.1216a46f@doriath.home> <24E144B8C0207547AD09C467A8259F75578B4BAC@lisa.maurer-it.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] balloon: drop old stats code & API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dietmar Maurer Cc: "mdroth@linux.vnet.ibm.com" , "aliguori@us.ibm.com" , "qemu-devel@nongnu.org" , "agl@us.ibm.com" On Mon, 17 Dec 2012 12:36:59 +0000 Dietmar Maurer wrote: > > > There is no code to reset stats inside virtio_balloon_stat() > > > > static void virtio_balloon_stat(void *opaque, BalloonInfo *info) { > > VirtIOBalloon *dev = opaque; > > > > #if 0 > > /* Disable guest-provided stats for now. For more details please check: > > * https://bugzilla.redhat.com/show_bug.cgi?id=623903 > > My patch allies on top of your patch, and you already removed that code. This was in reply to your comment that said you didn't see any conflict with the code being dropped and *my* new code. Please, stop trolling.