Markus Armbruster
4f953d2fc8
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 >
2013-09-28 23:49:06 +03:00
Paolo Bonzini
f81222bc0c
audio: look for the ISA and PCI buses
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Message-id: 1366303444-24620-8-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com >
2013-04-29 12:16:57 -05:00
Paolo Bonzini
ffa48cf5ab
audio: remove HAS_AUDIO
...
Several targets can have wavcapture/-soundhw support via PCI cards.
HAS_AUDIO is a useless limitation, remove it.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Message-id: 1366303444-24620-4-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com >
2013-04-29 12:16:36 -05:00
Laszlo Ersek
0c764a9dfc
acpi_table_add(): accept QemuOpts and parse it with OptsVisitor
...
As one consequence, strtok() -- which modifies its argument -- is replaced
with g_strsplit().
Signed-off-by: Laszlo Ersek <lersek@redhat.com >
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com >
Message-id: 1363821803-3380-6-git-send-email-lersek@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com >
2013-04-04 19:23:08 -05:00
Anthony Green
a360d96582
Add sample moxie system
...
Signed-off-by: Anthony Green <green@moxielogic.com >
Signed-off-by: Blue Swirl <blauwirbel@gmail.com >
2013-03-23 14:25:41 +00:00
Paolo Bonzini
9c17d615a6
softmmu: move include files to include/sysemu/
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2012-12-19 08:32:45 +01:00