qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] readconfig with machine section and type option ignored


From: William Dauchy
Subject: [Qemu-devel] readconfig with machine section and type option ignored
Date: Thu, 11 Dec 2014 17:42:08 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

Hello,

I'm trying to specify machine type using the config file; for example:

[machine]
  type = "pc-i440fx-2.1"

It seems to be ignored:

 qom-get path=/machine property=type
{   u'return': u'pc-i440fx-2.2-machine'}

It does work with the command line:
  -M "pc-i440fx-2.1"

 qom-get path=/machine property=type
{   u'return': u'pc-i440fx-2.1-machine'}

Is it considered as a bug? I am using qemu-2.2

Thanks,
-- 
William

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]