]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
vl: Clean up machine selection in main().
authorMarkus Armbruster <armbru@redhat.com>
Tue, 16 Feb 2016 14:51:53 +0000 (15:51 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 19 Feb 2016 12:46:44 +0000 (13:46 +0100)
commit7580f231cf3f1710951416ec85df7b3f79dbaf86
tree963411f89678907b7ae3842424b25421e39f3a75
parentbbe2d25c8f89db4f0075a1321b1911b42d97e436
vl: Clean up machine selection in main().

We set machine_class to the default first, and update it to the real
one later.  Any use of machine_class in between is almost certainly
wrong (there are no such uses right now).  Set it once and for all
instead.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
vl.c