mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
cpu: Add per-cpu address space
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
c6c6958c98
commit
09daed848c
6 changed files with 33 additions and 13 deletions
|
@ -186,6 +186,9 @@ struct CPUState {
|
|||
uint32_t interrupt_request;
|
||||
int singlestep_enabled;
|
||||
|
||||
AddressSpace *as;
|
||||
MemoryListener *tcg_as_listener;
|
||||
|
||||
void *env_ptr; /* CPUArchState */
|
||||
struct TranslationBlock *current_tb;
|
||||
struct GDBRegisterState *gdb_regs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue