]> git.proxmox.com Git - qemu.git/commit
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)
commit9052ea6bf4962b1342aa56d4341bb55176ed9e45
treedb62acb0a55260c3f6263e34d066b1fe416ebbf1
parent7006b9cff356233c3db0150ec55fd999c49dfae3
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