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

2016-02-08 Thread Marcel Apfelbaum
On 02/08/2016 01:02 PM, Laszlo Ersek wrote: On 02/08/16 11:46, Marcel Apfelbaum wrote: On 02/08/2016 12:28 PM, Laszlo Ersek wrote: On 02/08/16 11:09, Marcel Apfelbaum wrote: Commit e1ce0c3cb(vl.c: fix regression when reading machine type from config file) fixed the error message when the machi

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

2016-02-08 Thread Laszlo Ersek
On 02/08/16 11:46, Marcel Apfelbaum wrote: > On 02/08/2016 12:28 PM, Laszlo Ersek wrote: >> On 02/08/16 11:09, 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

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

2016-02-08 Thread Marcel Apfelbaum
On 02/08/2016 12:28 PM, Laszlo Ersek wrote: On 02/08/16 11:09, 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 V2] vl.c: fixed regression in machine error message

2016-02-08 Thread Laszlo Ersek
On 02/08/16 11:09, 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 V2] vl.c: fixed regression in machine error message

2016-02-08 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