]> git.ipfire.org Git - thirdparty/qemu.git/commit - system/vl.c
tcg: convert "-accel threads" to a QOM property
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Nov 2019 09:36:01 +0000 (10:36 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Dec 2019 18:32:27 +0000 (19:32 +0100)
commit12ceaef6ae0b4d0eec4712aaf54ad3b8434c1afb
treec8e7cd27db392a459050730c120c915befd79107
parentfc5cf8262113e80d35177f06d49bcc1a9d3dc9fc
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>
accel/tcg/tcg-all.c
include/sysemu/cpus.h
vl.c