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
/
hw
/
ppc
/
pnv_core.c
Age
Commit message (
Expand
)
Author
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-12
ppc/pnv: POWER9 XSCOM quad support
Cédric Le Goater
2019-03-12
ppc/pnv: extend XSCOM core support for POWER9
Cédric Le Goater
2019-03-12
ppc/pnv: change the CPU machine_data presenter type to Object *
Cédric Le Goater
2019-02-04
ppc/pnv: introduce a CPU machine_data
Cédric Le Goater
2019-01-09
ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU
Cédric Le Goater
2019-01-09
spapr: modify the prototype of the cpu_intc_create() method
Cédric Le Goater
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
2018-07-03
ppc/pnv: fix pnv_core_realize() error handling
Cédric Le Goater
2018-06-21
ppc/pnv: introduce a new intc_create() operation to the chip model
Cédric Le Goater
2018-06-16
pnv: Add cpu unrealize path
David Gibson
2018-06-16
pnv: Clean up cpu realize path
David Gibson
2018-06-16
pnv_core: Allocate cpu thread objects individually
David Gibson
2018-06-16
pnv: Fix some error handling cpu realize()
David Gibson
2018-06-08
ppc/pnv: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
2018-01-17
ppc/pnv: fix XSCOM core addressing on POWER9
Cédric Le Goater
2018-01-10
ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency
Cédric Le Goater
2017-12-15
ppc/xics: assign of the CPU 'intc' pointer under the core
Cédric Le Goater
2017-12-15
ppc/xics: introduce an icp_create() helper
Cédric Le Goater
2017-10-17
ppc: pnv: drop PnvChipClass::cpu_model field
Igor Mammedov
2017-10-17
ppc: pnv: define core types statically
Igor Mammedov
2017-10-17
ppc: pnv: drop PnvCoreClass::cpu_oc field
Igor Mammedov
2017-10-17
ppc: pnv: normalize core/chip type names
Igor Mammedov
2017-10-17
ppc: pnv: use generic cpu_model parsing
Igor Mammedov
2017-06-20
pnv-core: use get_uint() for "core-pir" property
Marc-André Lureau
2017-06-09
xics: setup cpu at realize time
Greg Kurz
2017-06-09
xics: introduce macros for ICP/ICS link properties
Greg Kurz
2017-06-08
pnv_core: drop reference on ICPState object during CPU realization
Greg Kurz
2017-04-26
ppc/pnv: create the ICP object under PnvCore
Cédric Le Goater
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
2016-11-15
ppc/pnv: fix compile breakage on old gcc
Cédric Le Goater
2016-10-28
ppc/pnv: add XSCOM handlers to PnvCore
Cédric Le Goater
2016-10-28
ppc/pnv: add a PnvCore object
Cédric Le Goater