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_psi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
1
-2
/
+2
2024-06-19
hw/ppc: Avoid using Monitor in pnv_psi_pic_print_info()
Philippe Mathieu-Daudé
1
-8
/
+1
2024-06-19
hw/ppc: Avoid using Monitor in xive_source_pic_print_info()
Philippe Mathieu-Daudé
1
-3
/
+9
2023-09-29
pnv/psi: Clean up local variable shadowing
Cédric Le Goater
1
-2
/
+3
2023-07-07
pnv/psi: Initialize the PSIHB interrupts to match hardware
Frederic Barrat
1
-0
/
+2
2023-07-07
pnv/psi: Allow access to PSI registers through xscom
Frederic Barrat
1
-10
/
+21
2023-01-20
include/hw/ppc: Don't include hw/pci-host/pnv_phb.h from pnv.h
Markus Armbruster
1
-0
/
+1
2022-04-20
ppc/pnv: Remove useless checks in set_irq handlers
Cédric Le Goater
1
-10
/
+0
2022-04-20
ppc/pnv: Remove PnvPsiClas::irq_set
Cédric Le Goater
1
-17
/
+6
2022-04-20
ppc/pnv: Remove PnvLpcController::psi link
Cédric Le Goater
1
-0
/
+10
2022-04-20
ppc/pnv: Fix PSI IRQ definition
Cédric Le Goater
1
-6
/
+3
2022-03-02
ppc/xive: Add support for PQ state bits offload
Cédric Le Goater
1
-2
/
+6
2022-03-02
ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10)
Cédric Le Goater
1
-6
/
+24
2021-05-05
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...
Peter Maydell
1
-2
/
+2
2021-05-04
hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()
Peter Maydell
1
-2
/
+2
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2020-11-15
non-virt: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-07-20
ppc/pnv: Make PSI device types not user creatable
Greg Kurz
1
-0
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-8
/
+3
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+2
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-5
/
+4
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-4
/
+2
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
1
-4
/
+2
2020-06-15
pnv/psi: Correct the pnv-psi* devices not to be sysbus devices
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-1
/
+1
2020-01-30
add device_legacy_reset function to prepare for reset api change
Damien Hedde
1
-2
/
+2
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-08
pnv/psi: Consolidate some duplicated code in pnv_psi_realize()
Greg Kurz
1
-7
/
+12
2020-01-08
pnv/psi: Add device reset hook
Greg Kurz
1
-4
/
+11
2020-01-08
ppc/pnv: Introduce a "xics" property alias under the PSI model
Cédric Le Goater
1
-9
/
+2
2019-12-17
ppc/pnv: Drop PnvPsiClass::chip_type
Greg Kurz
1
-3
/
+0
2019-12-17
ppc/pnv: Introduce PnvPsiClass::compat
Greg Kurz
1
-14
/
+11
2019-12-17
ppc/pnv: add a PSI bridge model for POWER10
Cédric Le Goater
1
-1
/
+24
2019-12-17
ppc/psi: cleanup definitions
Cédric Le Goater
1
-2
/
+5
2019-12-17
xics: Link ICS_PROP_XICS property to ICSState::xics pointer
Greg Kurz
1
-2
/
+1
2019-12-17
xive: Link "xive" property to XiveSource::xive pointer
Greg Kurz
1
-2
/
+1
2019-10-24
ppc/pnv: Use address_space_stq_be() when triggering an interrupt from PSI
Cédric Le Goater
1
-3
/
+12
2019-10-04
xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes
David Gibson
1
-1
/
+1
2019-10-04
xics: Rename misleading ics_simple_*() functions
David Gibson
1
-2
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-03-19
ppc/pnv: Fix variable size in pnv_psi_power9_irq_set()
Greg Kurz
1
-1
/
+1
2019-03-12
ppc/pnv: add a PSI bridge model for POWER9
Cédric Le Goater
1
-2
/
+327
2019-03-12
ppc/pnv: add a PSI bridge class model
Cédric Le Goater
1
-24
/
+55
2019-03-12
ppc/pnv: psi: add a reset handler
Cédric Le Goater
1
-0
/
+11
2019-03-12
ppc/pnv: psi: add a PSIHB_REG macro
Cédric Le Goater
1
-2
/
+4
[next]