From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz6on-0000jQ-EU for qemu-devel@nongnu.org; Thu, 11 Dec 2014 11:42:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz6of-0001a8-81 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 11:42:21 -0500 Received: from mail4.gandi.net ([217.70.183.210]:42942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz6of-0001Zy-2d for qemu-devel@nongnu.org; Thu, 11 Dec 2014 11:42:13 -0500 Received: from localhost (mfiltercorp1-d.gandi.net [217.70.183.155]) by mail4.gandi.net (Postfix) with ESMTP id DB80A120B66 for ; Thu, 11 Dec 2014 17:42:11 +0100 (CET) Received: from mail4.gandi.net ([217.70.183.210]) by localhost (mfiltercorp1-d.gandi.net [217.70.183.155]) (amavisd-new, port 10024) with ESMTP id 5kqoUmzhG75j for ; Thu, 11 Dec 2014 17:42:09 +0100 (CET) Received: from gandi.net (bla.gandi.net [217.70.181.4]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail4.gandi.net (Postfix) with ESMTPSA id 3FCFD120B53 for ; Thu, 11 Dec 2014 17:42:09 +0100 (CET) Date: Thu, 11 Dec 2014 17:42:08 +0100 From: William Dauchy Message-ID: <20141211164208.GA14440@gandi.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRyyN4gAPkNkeCwp" Content-Disposition: inline Subject: [Qemu-devel] readconfig with machine section and type option ignored List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --wRyyN4gAPkNkeCwp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, I'm trying to specify machine type using the config file; for example: [machine] type =3D "pc-i440fx-2.1" It seems to be ignored: qom-get path=3D/machine property=3Dtype { u'return': u'pc-i440fx-2.2-machine'} It does work with the command line: -M "pc-i440fx-2.1" qom-get path=3D/machine property=3Dtype { u'return': u'pc-i440fx-2.1-machine'} Is it considered as a bug? I am using qemu-2.2 Thanks, --=20 William --wRyyN4gAPkNkeCwp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlSJyWAACgkQ1I6eqOUidQEF+gCglrz6ZOJmO853y5bXTB97+HoV OQEAn1Yo9PCCkbFUEBB2AaA12OqAm+L9 =/mZ+ -----END PGP SIGNATURE----- --wRyyN4gAPkNkeCwp--