Today, machine options use underscores to separate words (eg. kernel_irqchip), however upcoming QOM conversion wants to use dashes instead.
This series converts all machine type options to use dashes. Command-line backwards compatibility is maintained by adding an alias for each changed option. The first half of the series add alias support to qemu-option. The second half does the machine type options conversion. v2 o fix code duplication in qemu_opt_set_bool() and qemu_opts_validate() (this automatically makes them support aliases) [Markus] o re-work commit logs device_tree.c | 2 +- hw/ppce500_mpc8544ds.c | 2 +- kvm-all.c | 2 +- qemu-config.c | 12 ++++--- qemu-option.c | 87 ++++++++++++++++++-------------------------------- qemu-option.h | 1 + qemu-options.hx | 8 ++--- target-i386/kvm.c | 2 +- 8 files changed, 48 insertions(+), 68 deletions(-)