index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
ppc
/
pnv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-26
ppc/pnv: Add an LPAR per core machine option
Nicholas Piggin
1
-0
/
+2
2024-07-26
ppc/pnv: Add a CPU nmi and resume function
Nicholas Piggin
1
-0
/
+2
2024-07-26
ppc/pnv: Add POWER10 ChipTOD quirk for big-core
Nicholas Piggin
1
-0
/
+1
2024-07-26
ppc/pnv: Add a big-core mode that joins two regular cores
Nicholas Piggin
1
-0
/
+2
2024-07-26
ppc/pnv: use class attribute to limit SMT threads for different machines
Nicholas Piggin
1
-0
/
+1
2024-02-23
ppc/pnv: Implement the ChipTOD to Core transfer
Nicholas Piggin
1
-0
/
+2
2024-02-23
ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power control
Glenn Miles
1
-0
/
+1
2023-05-28
target/ppc: Add POWER9 DD2.2 model
Nicholas Piggin
1
-1
/
+1
2023-03-03
pnv_phb4_pec: Simplify/align code to parent user-created PHBs
Frederic Barrat
1
-1
/
+1
2023-01-20
include/hw/ppc: Don't include hw/pci-host/pnv_phb.h from pnv.h
Markus Armbruster
1
-1
/
+2
2023-01-20
include/hw/ppc: Split pnv_chip.h off pnv.h
Markus Armbruster
1
-141
/
+2
2022-08-31
ppc/pnv: turn chip8->phbs[] into a PnvPHB* array
Daniel Henrique Barboza
1
-1
/
+5
2022-08-31
ppc/pnv: add helpers for pnv-phb user devices
Daniel Henrique Barboza
1
-0
/
+1
2022-08-31
ppc/pnv: move attach_root_port helper to pnv-phb.c
Daniel Henrique Barboza
1
-1
/
+0
2022-08-31
ppc/pnv: remove root port name from pnv_phb_attach_root_port()
Daniel Henrique Barboza
1
-2
/
+1
2022-08-31
ppc/pnv: turn PnvPHB3 into a PnvPHB backend
Daniel Henrique Barboza
1
-1
/
+2
2022-08-31
ppc/pnv: Add initial P9/10 SBE model
Nicholas Piggin
1
-0
/
+3
2022-07-06
ppc/pnv: assign pnv-phb-root-port chassis/slot earlier
Daniel Henrique Barboza
1
-1
/
+2
2022-07-06
ppc/pnv: attach phb3/phb4 root ports in QOM tree
Daniel Henrique Barboza
1
-1
/
+1
2022-03-14
ppc/pnv: Remove user-created PHB{3,4,5} devices
Cédric Le Goater
1
-1
/
+0
2022-03-02
ppc/pnv: Add a HOMER model to POWER10
Cédric Le Goater
1
-0
/
+10
2022-03-02
ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridge
Cédric Le Goater
1
-0
/
+3
2022-03-02
ppc/pnv: Add POWER10 quads
Cédric Le Goater
1
-0
/
+3
2022-03-02
ppc/pnv: Add a OCC model for POWER10
Cédric Le Goater
1
-0
/
+1
2022-03-02
ppc/pnv: Add a XIVE2 controller to the POWER10 chip
Cédric Le Goater
1
-0
/
+22
2022-01-12
ppc/pnv: Move num_phbs under Pnv8Chip
Cédric Le Goater
1
-2
/
+2
2022-01-12
ppc/pnv: Reparent user created PHB3 devices to the PnvChip
Cédric Le Goater
1
-0
/
+1
2022-01-12
ppc/pnv: Introduce support for user created PHB3 devices
Cédric Le Goater
1
-0
/
+2
2022-01-12
ppc/pnv: Attach PHB3 root port device when defaults are enabled
Cédric Le Goater
1
-0
/
+1
2021-12-17
ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
Cédric Le Goater
1
-0
/
+2
2021-08-27
ppc/pnv: Use a simple incrementing index for the chip-id
Cédric Le Goater
1
-26
/
+7
2021-08-27
ppc/pnv: Change the POWER10 machine to support DD2 only
Cédric Le Goater
1
-1
/
+1
2021-02-10
ppc/pnv: Introduce a LPC FW memory region attribute to map the PNOR
Cédric Le Goater
1
-0
/
+1
2020-11-15
non-virt: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
1
-1
/
+1
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
1
-4
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-24
/
+20
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-13
/
+20
2020-04-07
ppc/pnv: Create BMC devices only when defaults are enabled
Cédric Le Goater
1
-0
/
+2
2020-02-02
ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridge
Cédric Le Goater
1
-0
/
+4
2020-02-02
ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge
Benjamin Herrenschmidt
1
-0
/
+7
2020-02-02
ppc/pnv: Add support for "hostboot" mode
Cédric Le Goater
1
-0
/
+2
2020-01-08
pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptr
Greg Kurz
1
-2
/
+0
2020-01-08
ppc/pnv: Add a "pnor" const link property to the BMC internal simulator
Greg Kurz
1
-1
/
+1
2020-01-08
ppc/pnv: Add an "nr-threads" property to the base chip class
Greg Kurz
1
-0
/
+1
2020-01-08
ppc/pnv: Introduce a "xics" property under the POWER8 chip
Cédric Le Goater
1
-0
/
+2
2019-12-17
ppc/pnv: Drop PnvChipClass::type
Greg Kurz
1
-9
/
+0
2019-12-17
ppc/pnv: Introduce PnvChipClass::xscom_pcba() method
Greg Kurz
1
-0
/
+1
2019-12-17
ppc/pnv: Drop pnv_chip_is_power9() and pnv_chip_is_power10() helpers
Greg Kurz
1
-10
/
+0
2019-12-17
ppc/pnv: Introduce PnvChipClass::xscom_core_base() method
Greg Kurz
1
-0
/
+1
[next]