index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
/
ppc
/
pnv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppc/pnv: Clarify how the TIMA is accessed on a multichip system
Cédric Le Goater
2019-12-17
1
-0
/
+3
*
ppc/pnv: Fix TIMA indirect access
Cédric Le Goater
2019-12-17
1
-0
/
+2
*
ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
Cédric Le Goater
2019-12-17
1
-0
/
+5
*
ppc/pnv: Instantiate cores separately
Greg Kurz
2019-12-17
1
-1
/
+1
*
ppc/pnv: Create BMC devices at machine init
Cédric Le Goater
2019-12-17
1
-1
/
+1
*
ppc/pnv: Add HIOMAP commands
Cédric Le Goater
2019-12-17
1
-0
/
+1
*
ppc/pnv: Add a PNOR model
Cédric Le Goater
2019-12-17
1
-0
/
+3
*
ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip
Greg Kurz
2019-11-18
1
-0
/
+1
*
ppc: Reset the interrupt presenter from the CPU reset handler
Cédric Le Goater
2019-10-24
1
-0
/
+1
*
hw/ppc/pnv_homer: add PowerNV homer device model
Balamuruhan S
2019-10-04
1
-0
/
+3
*
hw/ppc/pnv_xscom: retrieve homer/occ base address from PBA BARs
Balamuruhan S
2019-10-04
1
-0
/
+18
*
ppc/pnv: remove xscom_base field from PnvChip
Cédric Le Goater
2019-07-02
1
-4
/
+1
*
ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chips
Cédric Le Goater
2019-07-02
1
-0
/
+3
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2019-05-13
1
-3
/
+4
*
ppc/pnv: POWER9 XSCOM quad support
Cédric Le Goater
2019-03-12
1
-0
/
+4
*
ppc/pnv: add a OCC model for POWER9
Cédric Le Goater
2019-03-12
1
-0
/
+1
*
ppc/pnv: add a LPC Controller model for POWER9
Cédric Le Goater
2019-03-12
1
-0
/
+4
*
ppc/pnv: add a 'dt_isa_nodename' to the chip
Cédric Le Goater
2019-03-12
1
-0
/
+2
*
ppc/pnv: add a PSI bridge model for POWER9
Cédric Le Goater
2019-03-12
1
-0
/
+6
*
ppc/pnv: add a PSI bridge class model
Cédric Le Goater
2019-03-12
1
-1
/
+1
*
ppc/pnv: introduce a new pic_print_info() operation to the chip model
Cédric Le Goater
2019-03-12
1
-0
/
+1
*
ppc/pnv: introduce a new dt_populate() operation to the chip model
Cédric Le Goater
2019-03-12
1
-0
/
+1
*
ppc/pnv: add a XIVE interrupt controller model for POWER9
Cédric Le Goater
2019-03-12
1
-0
/
+21
*
spapr: modify the prototype of the cpu_intc_create() method
Cédric Le Goater
2019-01-08
1
-1
/
+1
*
ppc/pnv: introduce Pnv8Chip and Pnv9Chip models
Cédric Le Goater
2018-06-21
1
-1
/
+23
*
ppc/pnv: introduce a new isa_create() operation to the chip model
Cédric Le Goater
2018-06-21
1
-0
/
+1
*
ppc/pnv: introduce a new intc_create() operation to the chip model
Cédric Le Goater
2018-06-21
1
-0
/
+1
*
ppc/pnv: fix XSCOM core addressing on POWER9
Cédric Le Goater
2018-01-16
1
-1
/
+0
*
ppc/pnv: introduce pnv*_is_power9() helpers
Cédric Le Goater
2018-01-16
1
-0
/
+10
*
ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency
Cédric Le Goater
2018-01-10
1
-5
/
+5
*
ppc: pnv: drop PnvChipClass::cpu_model field
Igor Mammedov
2017-10-17
1
-1
/
+0
*
ppc: pnv: normalize core/chip type names
Igor Mammedov
2017-10-17
1
-4
/
+7
*
ppc: pnv: use generic cpu_model parsing
Igor Mammedov
2017-10-17
1
-4
/
+4
*
pnv: Fix build failures on some host platforms
David Gibson
2017-05-11
1
-2
/
+1
*
ppc/pnv: generate an OEM SEL event on shutdown
Cédric Le Goater
2017-04-26
1
-0
/
+2
*
ppc/pnv: add initial IPMI sensors for the BMC simulator
Cédric Le Goater
2017-04-26
1
-0
/
+9
*
ppc/pnv: Add OCC model stub with interrupt support
Benjamin Herrenschmidt
2017-04-26
1
-0
/
+2
*
ppc/pnv: Add cut down PSI bridge model and hookup external interrupt
Cédric Le Goater
2017-04-26
1
-0
/
+13
*
ppc/pnv: add memory regions for the ICP registers
Cédric Le Goater
2017-04-26
1
-0
/
+19
*
ppc/pnv: add a helper to calculate MMIO addresses registers
Cédric Le Goater
2017-04-26
1
-1
/
+11
*
ppc/pnv: add a 'xscom_core_base' field to PnvChipClass
Cédric Le Goater
2016-11-15
1
-0
/
+1
*
ppc/pnv: fix compile breakage on old gcc
Cédric Le Goater
2016-11-15
1
-1
/
+0
*
ppc/pnv: add a ISA bus
Cédric Le Goater
2016-10-28
1
-0
/
+2
*
ppc/pnv: add a LPC controller
Benjamin Herrenschmidt
2016-10-28
1
-0
/
+3
*
ppc/pnv: add XSCOM infrastructure
Cédric Le Goater
2016-10-28
1
-0
/
+15
*
ppc/pnv: add a PnvCore object
Cédric Le Goater
2016-10-28
1
-0
/
+2
*
ppc/pnv: add a PIR handler to PnvChip
Cédric Le Goater
2016-10-28
1
-0
/
+2
*
ppc/pnv: add a core mask to PnvChip
Cédric Le Goater
2016-10-28
1
-0
/
+4
*
ppc/pnv: add a PnvChip object
Cédric Le Goater
2016-10-28
1
-0
/
+63
*
ppc/pnv: add skeleton PowerNV platform
Benjamin Herrenschmidt
2016-10-28
1
-0
/
+38