Generalize -machine command line option
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 23 Jul 2011 10:38:37 +0000 (12:38 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 23 Jul 2011 15:19:49 +0000 (10:19 -0500)
commit842d26b7c516b1f30f76ad1a71c971dcf6d35616
treedb62acb0a55260c3f6263e34d066b1fe416ebbf1
parent209c7732762fc5ef2d784d9746f38f0849780160
Generalize -machine command line option

-machine somehow suggests that it selects the machine, but it doesn't.
Fix that before this command is set in stone.

Actually, -machine should supersede -M and allow to introduce arbitrary
per-machine options to the command line. That will change the internal
realization again, but we will be able to keep the user interface
stable.

Tested-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-config.c
qemu-options.hx
vl.c