index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
ppc
/
xive.h
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-13
spapr/xive: Simplify error handling of kvmppc_xive_cpu_synchronize_state()
Greg Kurz
2020-08-13
spapr/xive: Rework error handling of kvmppc_xive_cpu_[gs]et_state()
Greg Kurz
2020-08-13
spapr/xive: Rework error handling of kvmppc_xive_cpu_connect()
Greg Kurz
2020-08-13
ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappers
Greg Kurz
2020-08-13
ppc/xive: Rework setup of XiveSource::esb_mmio
Greg Kurz
2020-01-08
xive: Add a "presenter" link property to the TCTX object
Cédric Le Goater
2020-01-08
spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router
Greg Kurz
2019-12-17
ppc/pnv: Extend XiveRouter with a get_block_id() handler
Cédric Le Goater
2019-12-17
ppc/xive: Introduce a xive_tctx_ipb_update() 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/xive: Extend the TIMA operation with a XivePresenter parameter
Cédric Le Goater
2019-12-17
ppc/xive: Introduce a XiveFabric interface
Cédric Le Goater
2019-12-17
ppc/xive: Introduce a XivePresenter interface
Cédric Le Goater
2019-12-17
ppc/xive: Introduce helpers for the NVT id
Cédric Le Goater
2019-11-18
ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip
Greg Kurz
2019-10-24
ppc: Reset the interrupt presenter from the CPU reset handler
Cédric Le Goater
2019-10-04
xive: Improve irq claim/free path
David Gibson
2019-08-21
ppc/xive: Improve 'info pic' support
Cédric Le Goater
2019-08-21
ppc/xive: use an abstract type for XiveNotifier
Cédric Le Goater
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-13
spapr/xive: Fix migration of hot-plugged CPUs
Cédric Le Goater
2019-07-02
spapr/xive: rework the mapping the KVM memory regions
Cédric Le Goater
2019-06-12
ppc/xive: Make XIVE generate the proper interrupt types
Benjamin Herrenschmidt
2019-05-29
spapr/irq: add KVM support to the 'dual' machine
Cédric Le Goater
2019-05-29
spapr/xive: add migration support for KVM
Cédric Le Goater
2019-05-29
spapr/xive: add state synchronization with KVM
Cédric Le Goater
2019-05-29
spapr/xive: add KVM support
Cédric Le Goater
2019-03-12
ppc/pnv: export the xive_router_notify() routine
Cédric Le Goater
2019-03-12
ppc/xive: export the TIMA memory accessors
Cédric Le Goater
2019-02-17
xive: Only set source type for LSIs
Greg Kurz
2019-02-04
xive: add a get_tctx() method to the XiveRouter
Cédric Le Goater
2019-02-04
ppc/xive: fix remaining XiveFabric names
Cédric Le Goater
2019-01-09
spapr: move the qemu_irq array under the machine
Cédric Le Goater
2019-01-09
ppc: export the XICS and XIVE set_irq handlers
Cédric Le Goater
2019-01-09
spapr/xive: simplify the sPAPR IRQ qirq method for XIVE
Cédric Le Goater
2018-12-21
spapr: allocate the interrupt thread context under the CPU core
Cédric Le Goater
2018-12-21
ppc/xive: introduce a simplified XIVE presenter
Cédric Le Goater
2018-12-21
ppc/xive: introduce the XIVE interrupt thread context
Cédric Le Goater
2018-12-21
ppc/xive: add support for the END Event State Buffers
Cédric Le Goater
2018-12-21
ppc/xive: introduce the XIVE Event Notification Descriptors
Cédric Le Goater
2018-12-21
ppc/xive: introduce the XiveRouter model
Cédric Le Goater
2018-12-21
ppc/xive: introduce the XiveNotifier interface
Cédric Le Goater
2018-12-21
ppc/xive: add support for the LSI interrupt sources
Cédric Le Goater
2018-12-21
ppc/xive: introduce a XIVE interrupt source model
Cédric Le Goater