commit | 20b0a9f4f6bbe41aaadf6681c16ac73d289203e1 | [log] [tgz] |
---|---|---|
author | Claudio Fontana <cfontana@suse.de> | Tue Sep 08 10:59:07 2020 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 05 16:41:22 2020 +0200 |
tree | d0e554cf1a5c67d6bb2ff07e7512b530e7b7a146 | |
parent | d0a92b353efa2ca3c2847ad38f088b16d1278290 [diff] |
accel/tcg: use current_machine as it is always set for softmmu current_machine is always set before accelerators are initialized, so use that instead of MACHINE(qdev_get_machine()). Signed-off-by: Claudio Fontana <cfontana@suse.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>