From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GcHnE-0001Ww-Cc for qemu-devel@nongnu.org; Tue, 24 Oct 2006 04:37:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GcHnC-0001Tv-EP for qemu-devel@nongnu.org; Tue, 24 Oct 2006 04:37:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcHnB-0001Td-P2 for qemu-devel@nongnu.org; Tue, 24 Oct 2006 04:37:49 -0400 Received: from [64.233.182.187] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GcHnB-00017r-OS for qemu-devel@nongnu.org; Tue, 24 Oct 2006 04:37:49 -0400 Received: by nf-out-0910.google.com with SMTP id p46so189186nfa for ; Tue, 24 Oct 2006 01:37:48 -0700 (PDT) Message-ID: <46d6db660610240137w13b464c7y93a57cba3e6683e2@mail.gmail.com> Date: Tue, 24 Oct 2006 10:37:48 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] Config file support In-Reply-To: <200610240331.46702.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200610240136.41311.paul@codesourcery.com> <1893885600.20061024043855@gmail.com> <200610240331.46702.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org IMHO, I believe: - python inside monitor is uncalled for (average python installation size is big, no ?) - xml is still too big a format for something we can do by shell script (joke: why not yaml ?) -- Christian