From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwIkT-00054X-7B for qemu-devel@nongnu.org; Wed, 14 May 2008 11:18:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwIkR-00053W-Hp for qemu-devel@nongnu.org; Wed, 14 May 2008 11:18:32 -0400 Received: from [199.232.76.173] (port=56661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwIkR-00053J-Bj for qemu-devel@nongnu.org; Wed, 14 May 2008 11:18:31 -0400 Received: from ag-out-0708.google.com ([72.14.246.241]:14127) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JwIkP-0003vQ-TS for qemu-devel@nongnu.org; Wed, 14 May 2008 11:18:31 -0400 Received: by ag-out-0708.google.com with SMTP id 31so5840040agc.5 for ; Wed, 14 May 2008 08:18:27 -0700 (PDT) Message-ID: <482B02B5.20000@codemonkey.ws> Date: Wed, 14 May 2008 10:18:13 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [kvm-devel] [Qemu-devel] Re: [PATCH] Add support for a configuration file References: <1210713545-11916-1-git-send-email-aliguori@us.ibm.com> <482A1F1C.2020902@codemonkey.ws> <20080513232021.GA8844@redhat.com> <482AFA1C.3030800@qumranet.com> <1210776776.24261.814.camel@localhost.localdomain> In-Reply-To: <1210776776.24261.814.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dor.laor@qumranet.com Cc: kvm-devel@lists.sourceforge.net, qemu-devel@nongnu.org, Paul Brook Dor Laor wrote: > On Wed, 2008-05-14 at 17:41 +0300, Avi Kivity wrote: > > Please don't jump over me but I think it is worth mentioning OVF, at > least for to know what's you opinions. > > Open Virtualization Format - > http://www.vmware.com/appliances/learn/ovf.html > > It's xml based, supported by all major hypervisors, so qemu/kvm/xen > users might eventually use a product that support OVF. > xml is a non-starter for QEMU. We go out of our way to be portable. Having an XML dependency that could be satisfied on Windows and Linux would probably require more code to support the dependency than all of QEMU itself. Regards, Anthony Liguori