From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNfOZ-0005e9-9f for qemu-devel@nongnu.org; Tue, 29 May 2018 10:14:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNfOU-0003Ly-AW for qemu-devel@nongnu.org; Tue, 29 May 2018 10:14:39 -0400 Date: Tue, 29 May 2018 11:14:11 -0300 From: Eduardo Habkost Message-ID: <20180529141411.GZ8988@localhost.localdomain> References: <20180518180440-mutt-send-email-mst@kernel.org> <20180518170956.GI8615@redhat.com> <20180524111713.GA4660@redhat.com> <20180529140316.GA2578@work-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20180529140316.GA2578@work-vm> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] storing machine data in qcow images? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: "Richard W.M. Jones" , Daniel =?iso-8859-1?Q?P=2E_Berrang=E9?= , kwolf@redhat.com, qemu-block@nongnu.org, "Michael S. Tsirkin" , qemu-devel@nongnu.org, mreitz@redhat.com, stefanha@redhat.com On Tue, May 29, 2018 at 03:03:16PM +0100, Dr. David Alan Gilbert wrote: > * Richard W.M. Jones (rjones@redhat.com) wrote: > > On Fri, May 18, 2018 at 06:09:56PM +0100, Daniel P. Berrang=E9 wrote: > > > The closest to a cross-hypervisor standard is OVF which can store > > > metadata about required hardware for a VM. I'm pretty sure it does > > > not have the concept of machine types, but maybe it has a way for > > > people to define metadata extensions. Since it is just XML at the > > > end of the day, even if there was nothing official in OVF, it would > > > be possible to just define a custom XML namespace and declare a > > > schema for that to follow. > >=20 > > I have a great deal of experience with the OVF "standard". > > TL;DR: DO NOT USE IT. >=20 > In addition to the detail below, from reading DMTF's OVF spec (DSP0243 = v > 2.1.1) I see absolutely nothing specifying hardware type. > Sure it can specify size of storage, number of ether cards, MAC > addresses for them etc - but I don't see any where specify the type of=20 > emualted system. Maybe the VirtualHardwareSection/System/vssd:VirtualSystemType element could be used for that. (DSP0243 v2.1.1, line 650). But based on Richard's feedback, I think we shouldn't even try to use it. --=20 Eduardo