vl: make qemu_get_machine_opts static
commitf2ce39b4f067fe8b8de6104a2d8ac558d35c330b
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 2 Nov 2020 14:44:36 +0000 (2 09:44 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Dec 2020 17:51:55 +0000 (15 12:51 -0500)
tree0d6c327eb7b5522347c7f465d403829af4f2ec6e
parent55810e90cc9a5ca18289c25aa5c1e0e2dc77eadb
vl: make qemu_get_machine_opts static

Machine options can be retrieved as properties of the machine object.
Encourage that by removing the "easy" accessor to machine options.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
12 files changed:
accel/kvm/kvm-all.c
hw/arm/boot.c
hw/microblaze/boot.c
hw/nios2/boot.c
hw/ppc/e500.c
hw/ppc/virtex_ml507.c
hw/riscv/sifive_u.c
hw/riscv/virt.c
hw/xtensa/xtfpga.c
include/sysemu/sysemu.h
softmmu/device_tree.c
softmmu/vl.c