From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmN1O-0000nO-DV for qemu-devel@nongnu.org; Thu, 28 Jul 2011 05:36:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmN1N-0002kM-He for qemu-devel@nongnu.org; Thu, 28 Jul 2011 05:36:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmN1N-0002kG-Ak for qemu-devel@nongnu.org; Thu, 28 Jul 2011 05:36:49 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6S9amT6027149 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 28 Jul 2011 05:36:48 -0400 Date: Thu, 28 Jul 2011 15:06:44 +0530 From: Amit Shah Message-ID: <20110728093644.GC7106@amit-x200.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 3/5] balloon: Ignore negative balloon values List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu list , "Michael S. Tsirkin" On (Thu) 28 Jul 2011 [09:31:53], Markus Armbruster wrote: > Amit Shah writes: > > > Negative balloon values don't make sense, ignore them. > > Actually, they aren't ignored, they're rejected. Will update commit log. Amit