From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9gOy-0005nb-Vs for qemu-devel@nongnu.org; Fri, 20 Jun 2008 09:11:41 -0400 Received: from [199.232.76.173] (port=48532 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9gOx-0005nT-N4 for qemu-devel@nongnu.org; Fri, 20 Jun 2008 09:11:39 -0400 Received: from mx1.polytechnique.org ([129.104.30.34]:41631) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K9gOx-00079h-GM for qemu-devel@nongnu.org; Fri, 20 Jun 2008 09:11:39 -0400 Received: from fbe1.dev.netgem.com (gw.netgem.com [195.68.2.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id C7E3533174 for ; Fri, 20 Jun 2008 15:11:08 +0200 (CEST) Message-ID: <485BAC6C.6070306@bellard.org> Date: Fri, 20 Jun 2008 15:11:08 +0200 From: Fabrice Bellard MIME-Version: 1.0 References: <48595024.7050400@bellard.org> In-Reply-To: <48595024.7050400@bellard.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: QEMU configuration files 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 Hi, I have just updated the config file patch at http://bellard.org/qemu/patches . Now all targets are supported. There is a small documentation in config.txt. Fabrice.