qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/8]: rename machine options to use dashes


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH v2 0/8]: rename machine options to use dashes
Date: Fri, 13 Jul 2012 17:44:13 -0300

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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]