From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 0/3] virtio: balloon: cleanups and a fix Date: Thu, 26 Apr 2012 23:07:47 +0300 Message-ID: <20120426200746.GA29932@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Amit Shah Cc: Virtualization List List-Id: virtualization@lists.linuxfoundation.org On Fri, Apr 27, 2012 at 12:45:54AM +0530, Amit Shah wrote: > Hello, > > The main fix is to update the host with the current balloon value on > module removal after deflating the balloon. Without the fix, the host > has the wrong idea of the ballooned memory in the guest. This is > patch 2. > > Patches 1 and 3 are cleanups with no effective code change. better to just do fixes for 3.4. can you reorder pls? > Please apply, > > Amit Shah (3): > virtio: balloon: drop restore_common() > virtio: balloon: let host know of updated balloon size before module > removal > virtio: balloon: separate out common code between remove and freeze > functions > > drivers/virtio/virtio_balloon.c | 34 ++++++++++++++-------------------- > 1 files changed, 14 insertions(+), 20 deletions(-) > > -- > 1.7.7.6