Re: [Qemu-devel] [PATCH] vl.c: fixed regression of machine error message

2016-02-08 Thread Marcel Apfelbaum
On 02/08/2016 10:58 AM, Laszlo Ersek wrote: On 02/07/16 17:24, Marcel Apfelbaum wrote: Commit e1ce0c3cb(vl.c: fix regression when reading machine type from config file) fixed the error message when the machine type was supplied inside the config file. However now the option name is not displaye

Re: [Qemu-devel] [PATCH] vl.c: fixed regression of machine error message

2016-02-08 Thread Laszlo Ersek
On 02/07/16 17:24, Marcel Apfelbaum wrote: > Commit e1ce0c3cb(vl.c: fix regression when reading machine type from config > file) > fixed the error message when the machine type was supplied inside the > config file. However now the option name is not displayed correctly if > the error happens when

[Qemu-devel] [PATCH] vl.c: fixed regression of machine error message

2016-02-07 Thread Marcel Apfelbaum
Commit e1ce0c3cb(vl.c: fix regression when reading machine type from config file) fixed the error message when the machine type was supplied inside the config file. However now the option name is not displayed correctly if the error happens when the machine is specified at command line. Running