index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
openrisc
/
cpu.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
Philippe Mathieu-Daudé
2024-04-26
1
-2
/
+0
*
include/exec: Implement cpu_mmu_index generically
Richard Henderson
2024-02-03
1
-6
/
+0
*
target/openrisc: Populate CPUClass.mmu_index
Richard Henderson
2024-02-03
1
-8
/
+2
*
target/openrisc: Use generic cpu_list()
Gavin Shan
2024-01-05
1
-3
/
+0
*
target/openrisc: Declare QOM definitions in 'cpu-qom.h'
Philippe Mathieu-Daudé
2023-11-07
1
-9
/
+1
*
target: Unify QOM style
Philippe Mathieu-Daudé
2023-11-07
1
-4
/
+0
*
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
2023-10-03
1
-1
/
+0
*
other architectures: spelling fixes
Michael Tokarev
2023-07-25
1
-1
/
+1
*
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
2023-06-26
1
-3
/
+2
*
target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+2
*
target/openrisc: Convert to 3-phase reset
Peter Maydell
2022-12-16
1
-2
/
+2
*
target/openrisc: Enable MTTCG
Stafford Horne
2022-09-04
1
-0
/
+2
*
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
2022-04-06
1
-0
/
+1
*
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
2022-03-06
1
-1
/
+1
*
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
2022-03-06
1
-7
/
+1
*
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
2022-03-06
1
-2
/
+1
*
target: Use forward declared type instead of structure type
Philippe Mathieu-Daudé
2022-03-06
1
-2
/
+2
*
target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
Richard Henderson
2021-11-02
1
-3
/
+4
*
include/exec: Move cpu_signal_handler declaration
Richard Henderson
2021-09-21
1
-2
/
+0
*
target/openrisc: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
2021-09-14
1
-2
/
+3
*
target/openrisc: Move pic_cpu code into CPU object proper
Peter Maydell
2020-12-15
1
-1
/
+0
*
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-18
1
-1
/
+1
*
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
1
-4
/
+2
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-4
/
+7
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2020-03-19
1
-1
/
+1
|
\
|
*
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
2020-03-17
1
-1
/
+1
*
|
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2020-03-17
1
-1
/
+1
|
/
*
target/openrisc: Implement move to/from FPCSR
Richard Henderson
2019-09-04
1
-0
/
+2
*
target/openrisc: Add VR2 and AVR special processor registers
Richard Henderson
2019-09-04
1
-4
/
+7
*
target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu init
Richard Henderson
2019-09-04
1
-4
/
+4
*
target/openrisc: Make VR and PPC read-only
Richard Henderson
2019-09-04
1
-3
/
+0
*
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-21
1
-1
/
+1
*
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
cpu: Remove CPU_COMMON
Richard Henderson
2019-06-10
1
-2
/
+0
*
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
2019-06-10
1
-1
/
+1
*
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
2019-06-10
1
-1
/
+0
*
target/openrisc: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-5
/
+0
*
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
1
-2
/
+0
*
cpu: Define ArchCPU
Richard Henderson
2019-06-10
1
-0
/
+1
*
cpu: Define CPUArchState with typedef
Richard Henderson
2019-06-10
1
-2
/
+2
*
tcg: Split out target/arch/cpu-param.h
Richard Henderson
2019-06-10
1
-11
/
+3
*
target/openrisc: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-10
1
-2
/
+3
*
target/openrisc: Fix LGPL information in the file headers
Thomas Huth
2019-05-08
1
-1
/
+1
*
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-04-18
1
-2
/
+1
*
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
2019-04-18
1
-1
/
+1
*
target/openrisc: Reorg tlb lookup
Richard Henderson
2018-07-03
1
-8
/
+0
*
target/openrisc: Increase the TLB size
Richard Henderson
2018-07-03
1
-1
/
+1
*
target/openrisc: Use identical sizes for ITLB and DTLB
Richard Henderson
2018-07-03
1
-6
/
+4
[next]