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
/
i386
/
cpu-qom.h
Age
Commit message (
Expand
)
Author
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-03-17
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-07-05
i386: Register versioned CPU models
Eduardo Habkost
2017-12-22
i386: refactor KVM cpuid code so that it applies to hvf as well
Sergio Andres Gomez Del Real
2017-02-27
i386: Define static "base" CPU model
Eduardo Habkost
2017-02-27
i386: Don't set CPUClass::cpu_def on "max" model
Eduardo Habkost
2017-02-27
i386: Add ordering field to CPUClass
Eduardo Habkost
2017-01-23
i386: Return migration-safe field on query-cpu-definitions
Eduardo Habkost
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth