index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
openrisc
/
cpu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation
Peter Maydell
2024-07-11
1
-0
/
+1
*
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
1
-1
/
+1
*
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
1
-2
/
+2
*
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
2024-03-12
1
-4
/
+4
*
include/exec: Implement cpu_mmu_index generically
Richard Henderson
2024-02-03
1
-1
/
+1
*
target/openrisc: Populate CPUClass.mmu_index
Richard Henderson
2024-02-03
1
-0
/
+13
*
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2024-01-29
1
-1
/
+1
*
target/openrisc: Use generic cpu_list()
Gavin Shan
2024-01-05
1
-42
/
+0
*
cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
Philippe Mathieu-Daudé
2024-01-05
1
-3
/
+1
*
hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
Philippe Mathieu-Daudé
2023-11-07
1
-2
/
+1
*
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
2023-10-04
1
-5
/
+1
*
target/*: Add instance_align to all cpu base classes
Richard Henderson
2023-10-03
1
-0
/
+1
*
target/openrisc: Setup FPU for detecting tininess before rounding
Stafford Horne
2023-05-11
1
-0
/
+4
*
target/openrisc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
1
-1
/
+3
*
target/openrisc: Convert to 3-phase reset
Peter Maydell
2022-12-16
1
-4
/
+8
*
target/openrisc: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-26
1
-0
/
+13
*
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
1
-1
/
+1
*
hw/core: Add CPUClass.get_pc
Richard Henderson
2022-10-04
1
-0
/
+8
*
target/openrisc: Interrupt handling fixes
Stafford Horne
2022-09-04
1
-1
/
+0
*
target/openrisc: Do not reset delay slot flag on early tb exit
Stafford Horne
2022-05-15
1
-0
/
+11
*
target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
Richard Henderson
2021-11-02
1
-1
/
+1
*
target/openrisc: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
2021-09-14
1
-1
/
+1
*
hw/core: Constify TCGCPUOps
Richard Henderson
2021-05-26
1
-1
/
+1
*
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
1
-1
/
+1
*
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
2021-05-26
1
-0
/
+8
*
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
1
-4
/
+13
*
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+1
*
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
2021-02-05
1
-1
/
+1
*
target/openrisc: Move pic_cpu code into CPU object proper
Peter Maydell
2020-12-15
1
-0
/
+32
*
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
2020-03-17
1
-4
/
+4
*
cpu: Use cpu_class_set_parent_reset()
Greg Kurz
2020-01-24
1
-2
/
+1
*
target/openrisc: Update cpu "any" to v1.3
Richard Henderson
2019-09-04
1
-1
/
+1
*
target/openrisc: Implement move to/from FPCSR
Richard Henderson
2019-09-04
1
-0
/
+1
*
target/openrisc: Add support for ORFPX64A32
Richard Henderson
2019-09-04
1
-1
/
+1
*
target/openrisc: Check CPUCFG_OF32S for float insns
Richard Henderson
2019-09-04
1
-1
/
+1
*
target/openrisc: Add VR2 and AVR special processor registers
Richard Henderson
2019-09-04
1
-2
/
+6
*
target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu init
Richard Henderson
2019-09-04
1
-7
/
+16
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
cpu: Introduce cpu_set_cpustate_pointers
Richard Henderson
2019-06-10
1
-2
/
+1
*
target/openrisc: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-10
1
-3
/
+2
*
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
2019-04-18
1
-10
/
+5
*
target/openrisc: Fix LGPL version number
Thomas Huth
2019-01-30
1
-1
/
+1
*
linux-user: Implement signals for openrisc
Richard Henderson
2018-07-03
1
-0
/
+1
*
target/openrisc: Increase the TLB size
Richard Henderson
2018-07-03
1
-2
/
+4
*
target/openrisc: Remove indirect function calls for mmu
Richard Henderson
2018-07-03
1
-4
/
+0
*
target/openrisc: Add print_insn_or1k
Richard Henderson
2018-07-03
1
-0
/
+6
*
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2018-02-05
1
-3
/
+2
[next]