index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
pnv_xive.c
Age
Commit message (
Expand
)
Author
2021-02-10
ppc/pnv: Add trace events for PCI event notification
Cédric Le Goater
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-08
pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptr
Greg Kurz
2020-01-08
pnv/xive: Use device_class_set_parent_realize()
Greg Kurz
2019-12-17
ppc/pnv: Dump the XIVE NVT table
Cédric Le Goater
2019-12-17
ppc/pnv: Extend XiveRouter with a get_block_id() handler
Cédric Le Goater
2019-12-17
ppc/pnv: Introduce a pnv_xive_block_id() helper
Cédric Le Goater
2019-12-17
ppc/xive: Remove the get_tctx() XiveRouter handler
Cédric Le Goater
2019-12-17
ppc/xive: Move the TIMA operations to the controller model
Cédric Le Goater
2019-12-17
ppc/pnv: Clarify how the TIMA is accessed on a multichip system
Cédric Le Goater
2019-12-17
ppc/xive: Extend the TIMA operation with a XivePresenter parameter
Cédric Le Goater
2019-12-17
ppc/pnv: Fix TIMA indirect access
Cédric Le Goater
2019-12-17
ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
Cédric Le Goater
2019-12-17
ppc/pnv: Loop on the threads of the chip to find a matching NVT
Cédric Le Goater
2019-12-17
ppc/xive: Implement the XivePresenter interface
Cédric Le Goater
2019-12-17
ppc/pnv: Quiesce some XIVE errors
Cédric Le Goater
2019-12-17
ppc/pnv: Remove pnv_xive_vst_size() routine
Cédric Le Goater
2019-12-17
ppc/pnv: Link "chip" property to PnvXive::chip pointer
Greg Kurz
2019-12-17
xive: Link "xive" property to XiveEndSource::xrtr pointer
Greg Kurz
2019-12-17
xive: Link "xive" property to XiveSource::xive pointer
Greg Kurz
2019-10-24
ppc/pnv: Improve trigger data definition
Cédric Le Goater
2019-08-21
ppc/xive: Improve 'info pic' support
Cédric Le Goater
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-07-02
ppc/pnv: Rework cache watch model of PnvXIVE
Cédric Le Goater
2019-07-02
ppc/pnv: fix StoreEOI activation
Cédric Le Goater
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-12
ppc/pnv: add a XIVE interrupt controller model for POWER9
Cédric Le Goater