From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx121.postini.com [74.125.245.121]) by kanga.kvack.org (Postfix) with SMTP id 208296B0044 for ; Tue, 14 Aug 2012 16:23:03 -0400 (EDT) Date: Tue, 14 Aug 2012 23:24:01 +0300 From: "Michael S. Tsirkin" Subject: Re: [PATCH v7 2/4] virtio_balloon: introduce migration primitives to balloon pages Message-ID: <20120814202401.GB28990@redhat.com> References: <20120813084123.GF14081@redhat.com> <20120814182244.GB13338@t510.redhat.com> <20120814195139.GA28870@redhat.com> <20120814195916.GC28870@redhat.com> <20120814200830.GD22133@t510.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120814200830.GD22133@t510.redhat.com> Sender: owner-linux-mm@kvack.org List-ID: To: Rafael Aquini Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, Rusty Russell , Rik van Riel , Mel Gorman , Andi Kleen , Andrew Morton , Konrad Rzeszutek Wilk , Minchan Kim On Tue, Aug 14, 2012 at 05:08:31PM -0300, Rafael Aquini wrote: > On Tue, Aug 14, 2012 at 10:59:16PM +0300, Michael S. Tsirkin wrote: > > > > > What if there is more than one balloon device? > > > > > > > > Is it possible to load this driver twice, or are you foreseeing a future case > > > > where this driver will be able to manage several distinct memory balloons for > > > > the same guest? > > > > > > > > > > Second. > > > It is easy to create several balloons they are just > > > pci devices. > > > > > > > > and it might not be too important to make it work but > > at least would be nice not to have a crash in this > > setup. > > > Fair enough. For now, as I believe it's safe to assume we are only inflating one > balloon per guest, I'd like to propose this as a future enhancement. Sounds > good? > Since guest crashes when it's not the case, no it doesn't, sorry :(. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org