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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
hw
/
ppc
/
pnv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-08
pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptr
Greg Kurz
1
-14
/
+0
2020-01-08
xive: Add a "presenter" link property to the TCTX object
Cédric Le Goater
1
-1
/
+2
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
-3
/
+5
2020-01-08
spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router
Greg Kurz
1
-0
/
+6
2020-01-08
ppc/pnv: Introduce a "xics" property under the POWER8 chip
Cédric Le Goater
1
-5
/
+19
2020-01-08
ppc/pnv: Introduce a "xics" property alias under the PSI model
Cédric Le Goater
1
-2
/
+2
2020-01-08
ppc/pnv: Drop "num-chips" machine property
Greg Kurz
1
-50
/
+12
2020-01-08
ppc/pnv: Modify the powerdown notifier to get the PowerNV machine
Cédric Le Goater
1
-1
/
+1
2019-12-17
ppc/pnv: Drop PnvChipClass::type
Greg Kurz
1
-5
/
+0
2019-12-17
ppc/pnv: Introduce PnvChipClass::xscom_pcba() method
Greg Kurz
1
-0
/
+23
2019-12-17
ppc/pnv: Pass content of the "compatible" property to pnv_dt_xscom()
Greg Kurz
1
-3
/
+9
2019-12-17
ppc/pnv: Pass XSCOM base address and address size to pnv_dt_xscom()
Greg Kurz
1
-3
/
+9
2019-12-17
ppc/pnv: Introduce PnvChipClass::xscom_core_base() method
Greg Kurz
1
-7
/
+24
2019-12-17
ppc/pnv: Introduce PnvChipClass::intc_print_info() method
Greg Kurz
1
-5
/
+25
2019-12-17
ppc/pnv: Introduce PnvMachineClass::dt_power_mgt()
Greg Kurz
1
-4
/
+6
2019-12-17
ppc/pnv: Introduce PnvMachineClass and PnvMachineClass::compat
Greg Kurz
1
-14
/
+18
2019-12-17
ppc/pnv: Fix OCC common area region mapping
Cédric Le Goater
1
-2
/
+2
2019-12-17
ppc/pnv: Introduce PBA registers
Cédric Le Goater
1
-2
/
+10
2019-12-17
ppc/pnv: add a LPC Controller model for POWER10
Cédric Le Goater
1
-3
/
+22
2019-12-17
ppc/pnv: add a PSI bridge model for POWER10
Cédric Le Goater
1
-7
/
+20
2019-12-17
ppc/pnv: Introduce a POWER10 PnvChip and a powernv10 machine
Cédric Le Goater
1
-6
/
+152
2019-12-17
ppc/pnv: Clarify how the TIMA is accessed on a multichip system
Cédric Le Goater
1
-0
/
+14
2019-12-17
ppc/pnv: Implement the XiveFabric interface
Cédric Le Goater
1
-0
/
+35
2019-12-17
ppc/pnv: Fix TIMA indirect access
Cédric Le Goater
1
-0
/
+17
2019-12-17
ppc/pnv: Instantiate cores separately
Greg Kurz
1
-18
/
+12
2019-12-17
ppc/pnv: Create BMC devices at machine init
Cédric Le Goater
1
-17
/
+16
2019-12-17
ppc/pnv: Add HIOMAP commands
Cédric Le Goater
1
-0
/
+1
2019-12-17
ppc/pnv: Link "chip" property to PnvXive::chip pointer
Greg Kurz
1
-2
/
+2
2019-12-17
ppc/pnv: Link "chip" property to PnvCore::chip pointer
Greg Kurz
1
-2
/
+2
2019-12-17
ppc/pnv: Link "chip" property to PnvHomer::chip pointer
Greg Kurz
1
-4
/
+4
2019-12-17
ppc/pnv: Link "psi" property to PnvOCC::psi pointer
Greg Kurz
1
-4
/
+4
2019-12-17
ppc/pnv: Link "psi" property to PnvLpc::psi pointer
Greg Kurz
1
-4
/
+4
2019-12-17
ppc/pnv: Drop "chip" link from POWER9 PSI object
Greg Kurz
1
-2
/
+0
2019-12-17
ppc/pnv: Add a "/qemu" device tree node
Cédric Le Goater
1
-0
/
+3
2019-12-17
ppc/pnv: Add a PNOR model
Cédric Le Goater
1
-0
/
+14
2019-11-18
ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip
Greg Kurz
1
-0
/
+21
2019-10-24
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
1
-1
/
+1
2019-10-24
ppc: Reset the interrupt presenter from the CPU reset handler
Cédric Le Goater
1
-0
/
+18
2019-10-04
ppc/pnv: Remove the XICSFabric Interface from the POWER9 machine
Cédric Le Goater
1
-17
/
+14
2019-10-04
hw/ppc/pnv_homer: add PowerNV homer device model
Balamuruhan S
1
-0
/
+30
2019-10-04
hw/ppc/pnv_occ: add sram device model for occ common area
Balamuruhan S
1
-0
/
+8
2019-10-04
hw/ppc/pnv: fix checkpatch.pl coding style warnings
Balamuruhan S
1
-17
/
+32
2019-08-29
ppc/pnv: Introduce PowerNV machines with fixed CPU models
Cédric Le Goater
1
-7
/
+63
2019-08-29
ppc/pnv: Generate phandle for the "interrupt-parent" property
Cédric Le Goater
1
-0
/
+5
2019-08-29
ppc/pnv: Set default ram size to 1.75GB
Joel Stanley
1
-1
/
+5
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
[next]