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
/
s390x
/
cpu-qom.h
Age
Commit message (
Expand
)
Author
2023-11-07
target: Move ArchCPUClass definition to 'cpu.h'
Philippe Mathieu-Daudé
2023-11-07
target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
Philippe Mathieu-Daudé
2023-11-07
target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
Philippe Mathieu-Daudé
2023-11-07
target: Unify QOM style
Philippe Mathieu-Daudé
2022-03-06
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
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-03-17
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
2019-12-14
s390x: Move clear reset
Janosch Frank
2019-12-14
s390x: Move initial reset
Janosch Frank
2019-12-14
s390x: Move reset normal to shared reset handler
Janosch Frank
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2017-10-30
target/s390x: change CPU type name to "s390x-cpu"
David Hildenbrand
2017-10-06
target/s390x: get rid of next_core_id
David Hildenbrand
2017-09-19
target/s390x: rename next_cpu_id to next_core_id
David Hildenbrand
2017-09-19
target/s390x: move some s390x typedefs to cpu-qom.h
David Hildenbrand
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth