commit | 12ceaef6ae0b4d0eec4712aaf54ad3b8434c1afb | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Nov 13 10:36:01 2019 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Dec 17 19:32:27 2019 +0100 |
tree | c8e7cd27db392a459050730c120c915befd79107 | |
parent | fc5cf8262113e80d35177f06d49bcc1a9d3dc9fc [diff] |
tcg: convert "-accel threads" to a QOM property Replace the ad-hoc qemu_tcg_configure with generic code invoking QOM property getters and setters. More properties (and thus more valid -accel suboptions) will be added in the next patches, which will move accelerator-related "-machine" options to accelerators. Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>