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. device_tree.c | 2 +- hw/ppce500_mpc8544ds.c | 2 +- kvm-all.c | 2 +- qemu-config.c | 12 ++++++++---- qemu-option.c | 9 ++++++++- qemu-option.h | 1 + qemu-options.hx | 8 ++++---- target-i386/kvm.c | 2 +- 8 files changed, 25 insertions(+), 13 deletions(-)