]> git.proxmox.com Git - qemu.git/commit
acpi_table_add(): accept QemuOpts and parse it with OptsVisitor
authorLaszlo Ersek <lersek@redhat.com>
Wed, 20 Mar 2013 23:23:17 +0000 (00:23 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 5 Apr 2013 00:23:08 +0000 (19:23 -0500)
commit0c764a9dfc0d480c21f325480aa2e69581841858
treeeaed2d79b7c9b91481eccb6d1d15d739a7101924
parent8ccbad5c7b61c46c1b69b8089b8965cd69c0a8de
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>
arch_init.c
hw/acpi.c
hw/i386/pc.c
hw/pc.h
include/sysemu/arch_init.h
vl.c