Re: [Qemu-devel] [PATCH 2/7] smbios: Convert to QemuOpts

2013-07-17 Thread Eric Blake
On 07/17/2013 11:16 AM, Markus Armbruster wrote: > So that it can be set in config file for -readconfig. > > This tightens parsing of -smbios, and makes it more consistent with > other options: unknown parameters are rejected, numbers with trailing > junk are rejected, when a parameter is given mu

[Qemu-devel] [PATCH 2/7] smbios: Convert to QemuOpts

2013-07-17 Thread Markus Armbruster
So that it can be set in config file for -readconfig. This tightens parsing of -smbios, and makes it more consistent with other options: unknown parameters are rejected, numbers with trailing junk are rejected, when a parameter is given multiple times, last rather than first wins, ... Signed-off-