diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-11-13 15:16:44 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-12-17 19:32:27 +0100 |
commit | fe174132478b4e7b0086f2305a511fd94c9aca8b (patch) | |
tree | 624f890cff5b4cd7e9f905b80105b908ee004c7e /include | |
parent | 12ceaef6ae0b4d0eec4712aaf54ad3b8434c1afb (diff) |
tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"
-tb-size fits nicely in the new framework for accelerator-specific options. It
is a very niche option, so insta-deprecate it.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sysemu/accel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/accel.h b/include/sysemu/accel.h index 22cac0f4db..d4c1429711 100644 --- a/include/sysemu/accel.h +++ b/include/sysemu/accel.h @@ -64,8 +64,6 @@ typedef struct AccelClass { #define ACCEL_GET_CLASS(obj) \ OBJECT_GET_CLASS(AccelClass, (obj), TYPE_ACCEL) -extern unsigned long tcg_tb_size; - AccelClass *accel_find(const char *opt_name); int accel_init_machine(AccelState *accel, MachineState *ms); |