commit | 7580f231cf3f1710951416ec85df7b3f79dbaf86 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Tue Feb 16 15:51:53 2016 +0100 |
committer | Markus Armbruster <armbru@redhat.com> | Fri Feb 19 13:46:44 2016 +0100 |
tree | 963411f89678907b7ae3842424b25421e39f3a75 | |
parent | bbe2d25c8f89db4f0075a1321b1911b42d97e436 [diff] |
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>