Support changing cpu model for ARM
This commit is contained in:
@ -267,7 +267,8 @@ struct uc_struct {
|
||||
unsigned int alloc_hint;
|
||||
/* qemu/exec-vary.c */
|
||||
TargetPageBits *init_target_page;
|
||||
int target_bits; // User defined page bits by uc_ctl
|
||||
int target_bits; // User defined page bits by uc_ctl
|
||||
int cpu_model;
|
||||
BounceBuffer bounce; // qemu/cpu-exec.c
|
||||
volatile sig_atomic_t exit_request; // qemu/cpu-exec.c
|
||||
/* qemu/accel/tcg/cpu-exec-common.c */
|
||||
|
Reference in New Issue
Block a user