From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHKa6-0005fq-JB for qemu-devel@nongnu.org; Thu, 18 Jun 2009 12:35:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHKa1-0005Y7-Rt for qemu-devel@nongnu.org; Thu, 18 Jun 2009 12:35:18 -0400 Received: from [199.232.76.173] (port=37950 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHKa1-0005XZ-3R for qemu-devel@nongnu.org; Thu, 18 Jun 2009 12:35:13 -0400 Received: from mx20.gnu.org ([199.232.41.8]:39330) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MHKa0-0008CQ-Qm for qemu-devel@nongnu.org; Thu, 18 Jun 2009 12:35:12 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHKZz-0002j7-SB for qemu-devel@nongnu.org; Thu, 18 Jun 2009 12:35:12 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCHv5 08/13] qemu: add support for resizing regions Date: Thu, 18 Jun 2009 17:32:11 +0100 References: <20090618131438.GI19092@redhat.com> In-Reply-To: <20090618131438.GI19092@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906181735.10458.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Carsten Otte , kvm@vger.kernel.org, "Michael S. Tsirkin" , Glauber Costa , Rusty Russell , virtualization@lists.linux-foundation.org, Blue Swirl , Christian Borntraeger , Avi Kivity On Thursday 18 June 2009, Michael S. Tsirkin wrote: > Make it possible to resize PCI regions. This will be used by virtio > with MSI-X, where the region size depends on whether MSI-X is enabled, > and can change across load/save. I thought we'd agreed we shouldn't be doing this. i.e. if the user tries to load the wrong device, just bail out. Paul