|
@@ -109,8 +109,6 @@ struct SysemuCPUOps;
|
|
|
* associated memory transaction attributes to use for the access.
|
|
|
* CPUs which use memory transaction attributes should implement this
|
|
|
* instead of get_phys_page_debug.
|
|
|
- * @asidx_from_attrs: Callback to return the CPU AddressSpace to use for
|
|
|
- * a memory access with the specified memory transaction attributes.
|
|
|
* @gdb_read_register: Callback for letting GDB read a register.
|
|
|
* @gdb_write_register: Callback for letting GDB write a register.
|
|
|
* @gdb_num_core_regs: Number of core registers accessible to GDB.
|
|
@@ -152,7 +150,6 @@ struct CPUClass {
|
|
|
hwaddr (*get_phys_page_debug)(CPUState *cpu, vaddr addr);
|
|
|
hwaddr (*get_phys_page_attrs_debug)(CPUState *cpu, vaddr addr,
|
|
|
MemTxAttrs *attrs);
|
|
|
- int (*asidx_from_attrs)(CPUState *cpu, MemTxAttrs attrs);
|
|
|
int (*gdb_read_register)(CPUState *cpu, GByteArray *buf, int reg);
|
|
|
int (*gdb_write_register)(CPUState *cpu, uint8_t *buf, int reg);
|
|
|
|