mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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>
This commit is contained in:
parent
12ceaef6ae
commit
fe17413247
5 changed files with 53 additions and 11 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue