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

2014-12-16 Thread Markus Armbruster
William Dauchy will...@gandi.net writes:

 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'}

Reproduced.

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

Yes.  Thanks for reporting it.

Broken since main()'s case QEMU_OPTION_machine doesn't just parse its
option argument with qemu_opts_parse(), it also implements parameter
type.  Copying Marcel because he touched it, he owns it.



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

2014-12-16 Thread William Dauchy
On Dec16 13:09, Markus Armbruster wrote:
 Broken since main()'s case QEMU_OPTION_machine doesn't just parse its
 option argument with qemu_opts_parse(), it also implements parameter
 type.  Copying Marcel because he touched it, he owns it.

yes indeed, the type option is also not working, and there was an older
report about it
-- 
William


signature.asc
Description: Digital signature


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

2014-12-16 Thread Marcel Apfelbaum

On 12/16/2014 02:09 PM, Markus Armbruster wrote:

William Dauchy will...@gandi.net writes:


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'}


Reproduced.


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


Yes.  Thanks for reporting it.

Broken since main()'s case QEMU_OPTION_machine doesn't just parse its
option argument with qemu_opts_parse(), it also implements parameter
type.  Copying Marcel because he touched it, he owns it.


I'll have a look at this, sure.
Thanks,
Marcel



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

2014-12-11 Thread William Dauchy
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


signature.asc
Description: Digital signature