From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1METS4-0003VC-O2 for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:27:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1METRz-0003N0-Kj for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:27:11 -0400 Received: from [199.232.76.173] (port=55628 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1METRz-0003Mm-GZ for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:27:07 -0400 Received: from mail2.shareable.org ([80.68.89.115]:47035) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1METRz-00005x-3I for qemu-devel@nongnu.org; Wed, 10 Jun 2009 15:27:07 -0400 Date: Wed, 10 Jun 2009 20:27:02 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCHv3 03/13] qemu: add routines to manage PCI capabilities Message-ID: <20090610192702.GH7416@shareable.org> References: <20090610145540.GI19375@poweredge.glommer> <20090610150129.GC28601@redhat.com> <200906101624.30659.paul@codesourcery.com> <20090610174301.GC7416@shareable.org> <20090610182227.GN28601@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090610182227.GN28601@redhat.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, Glauber Costa , Rusty Russell , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Blue Swirl , Christian Borntraeger , Paul Brook , Avi Kivity Michael S. Tsirkin wrote: > > I think the right long term answer to all this is a way to get QEMU to > > dump it's current machine configuration in glorious detail as a file > > which can be reloaded as a machine configuration. > > And then we'll have the same set of problems there. We will, and the solution will be the same: options to create devices as they were in older versions of QEMU. It only needs to cover device features which matter to guests, not every bug fix. However with a machine configuration which is generated by QEMU, there's less worry about proliferation of obscure options, compared with the command line. You don't necessarily have to document every backward-compatibility option in any detail, you just have to make sure it's written and read properly, which is much the same thing as the snapshot code does. -- Jamie