You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vl.c: fix regression when reading machine type from config file
After 'Machine as QOM' series the machine type input triggers
the creation of the machine class.
If the machine type is set in the configuration file, the machine
class is not updated accordingly and remains the default.
Fixed that by querying the machine options after the configuration
file is loaded.
Cc: [email protected]
Reported-by: William Dauchy <[email protected]>
Signed-off-by: Marcel Apfelbaum <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
(cherry picked from commit 364c3e6)
Signed-off-by: Michael Roth <[email protected]>
0 commit comments