index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
sparc
/
cpu.h
Age
Commit message (
Expand
)
Author
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2019-11-06
target/sparc: Define an enumeration for accessing env->regwptr
Richard Henderson
2019-09-17
target/sparc: Switch to do_transaction_failed() hook
Peter Maydell
2019-09-03
target/sparc: sun4u Invert Endian TTE bit
Tony Nguyen
2019-08-20
configure: Define target access alignment in configure
tony.nguyen@bt.com
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-10
cpu: Remove CPU_COMMON
Richard Henderson
2019-06-10
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
2019-06-10
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
2019-06-10
target/sparc: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
cpu: Define ArchCPU
Richard Henderson
2019-06-10
cpu: Define CPUArchState with typedef
Richard Henderson
2019-06-10
tcg: Split out target/arch/cpu-param.h
Richard Henderson
2019-05-10
target/sparc: Convert to CPUClass::tlb_fill
Richard Henderson
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-04-18
target: Clean up how the dump_mmu() print
Markus Armbruster
2019-04-18
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
2018-03-19
cpu: get rid of unused cpu_init() defines
Igor Mammedov
2018-03-19
cpu: add CPU_RESOLVING_TYPE macro
Igor Mammedov
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2017-10-27
sparc: cleanup cpu type name composition
Igor Mammedov
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-09-14
sparc: Fix typedef clash
Dr. David Alan Gilbert
2017-09-01
sparc: replace cpu_sparc_init() with cpu_generic_init()
Igor Mammedov
2017-09-01
sparc: embed sparc_def_t into CPUSPARCState
Igor Mammedov
2017-01-18
target-sparc: store the UA2005 entries in sun4u format
Artyom Tarasenko
2017-01-18
target-sparc: implement UA2005 TSB Pointers
Artyom Tarasenko
2017-01-18
target-sparc: use SparcV9MMU type for sparc64 I/D-MMUs
Artyom Tarasenko
2017-01-18
target-sparc: use direct address translation in hyperprivileged mode
Artyom Tarasenko
2017-01-18
target-sparc: implement UA2005 GL register
Artyom Tarasenko
2017-01-18
target-sparc: implement UA2005 hypervisor traps
Artyom Tarasenko
2017-01-18
target-sparc: hypervisor mode takes over nucleus mode
Artyom Tarasenko
2017-01-18
target-sparc: implement UA2005 scratchpad registers
Artyom Tarasenko
2017-01-18
target-sparc: on UA2005 don't deliver Interrupt_level_n IRQs in hypervisor mode
Artyom Tarasenko
2017-01-18
target-sparc: add UltraSPARC T1 TLB #defines
Artyom Tarasenko
2017-01-18
target-sparc: add UA2005 TTE bit #defines
Artyom Tarasenko
2017-01-18
target-sparc: use explicit mmu register pointers
Artyom Tarasenko
2017-01-18
target-sparc: store cpu super- and hypervisor flags in TB
Artyom Tarasenko
2017-01-18
target-sparc: ignore MMU-faults if MMU is disabled in hypervisor mode
Artyom Tarasenko
2017-01-13
qom/cpu: move tlb_flush to cpu_common_reset
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth