]> git.proxmox.com Git - qemu.git/commit
smbios: Convert to QemuOpts
authorMarkus Armbruster <armbru@redhat.com>
Fri, 16 Aug 2013 13:18:29 +0000 (15:18 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 28 Sep 2013 20:49:06 +0000 (23:49 +0300)
commit4f953d2fc806f1ba6fa76f01dfd121fe7d0dc4a7
tree0ef0c4c27ac8662440d4ceb8ff290f8a16074a51
parent351a6a73ca7a9123f0dfd6c6f85fd01e82fe3741
smbios: Convert to QemuOpts

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, ...

MST: drop one chunk to fix build errors

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
arch_init.c
hw/i386/smbios.c
include/hw/i386/smbios.h
include/sysemu/arch_init.h
vl.c