]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
Simplify -machine option queries with qemu_get_machine_opts()
authorMarkus Armbruster <armbru@redhat.com>
Thu, 4 Jul 2013 13:09:22 +0000 (15:09 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 9 Jul 2013 18:38:58 +0000 (13:38 -0500)
commit2ff3de685a875ece3ee21256736c0a9dbf39dc4c
tree4dc758ba80a89c26d47b93b2c5282e27cdacc443
parent7bccd9402691e712305bc3b5cc6cf2fa1cc27631
Simplify -machine option queries with qemu_get_machine_opts()

The previous two commits fixed bugs in -machine option queries.  I
can't find fault with the remaining queries, but let's use
qemu_get_machine_opts() everywhere, for consistency, simplicity and
robustness.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 1372943363-24081-7-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
device_tree.c
exec.c
hw/arm/boot.c
hw/ppc/e500.c
hw/ppc/spapr.c
vl.c