Anthony Liguori <aligu...@us.ibm.com> writes: > This is an alternative to Luiz's series that allows either '-' or '_' to be > used when specifying QemuOpts. This is nicer than aliases because it's > universal.
Unlike aliases, it permits '_' where it wasn't permitted before. Tolerable. > We don't expose qemu-config anywhere so we can also go ahead and change the > written names to use dashes too. > > I've only lightly tested this for compatibility but it seems to behave as > expected.