index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
hexagon
/
cpu.c
Age
Commit message (
Expand
)
Author
2024-08-07
target/hexagon: switch to dc set_props() list
Brian Cain
2024-08-07
target/hexagon: define a v66 CPU
Brian Cain
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-03-12
target/hexagon: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-03-12
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
2024-02-28
gdbstub: Infer number of core registers from XML
Akihiko Odaki
2024-02-28
gdbstub: Use GDBFeature for gdb_register_coprocessor
Akihiko Odaki
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2024-01-05
target/hexagon: Use generic cpu_list()
Gavin Shan
2024-01-05
cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
Philippe Mathieu-Daudé
2023-11-07
hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
2023-10-03
target/*: Add instance_align to all cpu base classes
Richard Henderson
2023-05-18
Hexagon (gdbstub): add HVX support
Taylor Simpson
2023-05-18
Hexagon: add core gdbstub xml data for LLDB
Matheus Tavares Bernardino
2023-05-18
Hexagon: list available CPUs with `-cpu help`
Matheus Tavares Bernardino
2023-05-18
Hexagon (target/hexagon) Short-circuit packet register writes
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Add support for v68/v69/v71/v73
Taylor Simpson
2023-03-01
target/hexagon: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-01-05
target/hexagon: rename aliased register HEX_REG_P3_0
Mukilan Thiyagarajan
2022-12-16
target/hexagon: Convert to 3-phase reset
Peter Maydell
2022-10-26
target/hexagon: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
2021-11-04
Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20211103' into staging
Richard Henderson
2021-11-03
Hexagon HVX (target/hexagon) register names
Taylor Simpson
2021-11-03
Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core
Taylor Simpson
2021-11-02
target/hexagon: Remove hexagon_cpu_tlb_fill
Richard Henderson
2021-05-26
hw/core: Constify TCGCPUOps
Richard Henderson
2021-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-05-01
Hexagon (target/hexagon) use softfloat default NaN and tininess
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) use env_archcpu and env_cpu
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) remove unnecessary inline directives
Taylor Simpson
2021-02-18
Hexagon (target/hexagon) scalar core definition
Taylor Simpson