From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MET68-000798-4b for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:04:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MET63-00078a-MT for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:04:31 -0400 Received: from [199.232.76.173] (port=50129 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MET63-00078P-7Y for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:04:27 -0400 Received: from mx20.gnu.org ([199.232.41.8]:65337) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MET60-0008W2-Dn for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:04:25 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MET5x-0006VM-8Y for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:04:21 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 05/11] qemu: MSI-X support functions Date: Wed, 10 Jun 2009 20:04:13 +0100 References: <200906101830.21537.paul@codesourcery.com> <20090610180756.GM28601@redhat.com> In-Reply-To: <20090610180756.GM28601@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906102004.17905.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Carsten Otte , kvm@vger.kernel.org, Rusty Russell , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Blue Swirl , Christian Borntraeger , Avi Kivity > > If we can't start a new qemu with the same hardware configuration then we > > should not be allowing migration or loading of snapshots. > > OK, so I'll add an option in virtio-net to disable msi-x, and such > an option will be added in any device with msi-x support. > Will that address your concern? Yes, as long as migration fails when you try to migrate to the wrong kind of device. Paul