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
/
arm
/
cpu-qom.h
Age
Commit message (
Expand
)
Author
2023-11-07
target: Unify QOM style
Philippe Mathieu-Daudé
2023-10-19
hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'
Philippe Mathieu-Daudé
2022-12-16
target/arm: Convert to 3-phase reset
Peter Maydell
2022-03-06
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-02
arm: Fix typo in AARCH64_CPU_GET_CLASS definition
Eduardo Habkost
2020-04-30
target/arm: Make cpu_register() available for other files
Thomas Huth
2020-03-17
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
2020-02-07
target/arm: Add the hypervisor virtual counter
Richard Henderson
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-01-07
arm: replace instance_post_init()
Marc-André Lureau
2018-03-09
target/arm: Add "-cpu max" support
Peter Maydell
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth