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
/
hw
/
intc
/
xive.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-13
ppc/xive: Simplify error handling in xive_tctx_realize()
Greg Kurz
1
-4
/
+1
2020-08-13
ppc/xive: Fix error handling in vmstate_xive_tctx_*() callbacks
Greg Kurz
1
-6
/
+8
2020-08-13
ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappers
Greg Kurz
1
-6
/
+19
2020-08-13
ppc/xive: Rework setup of XiveSource::esb_mmio
Greg Kurz
1
-5
/
+6
2020-08-12
ppc/xive: Fix some typos in comments
Gustavo Romero
1
-3
/
+3
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
1
-9
/
+3
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-2
/
+2
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-2
/
+1
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-4
/
+4
2020-01-08
xive: Add a "presenter" link property to the TCTX object
Cédric Le Goater
1
-1
/
+5
2020-01-08
xive: Use the XIVE fabric link under the XIVE router
Greg Kurz
1
-3
/
+11
2020-01-08
spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router
Greg Kurz
1
-0
/
+8
2019-12-17
ppc/pnv: Extend XiveRouter with a get_block_id() handler
Cédric Le Goater
1
-5
/
+16
2019-12-17
ppc/xive: Synthesize interrupt from the saved IPB in the NVT
Cédric Le Goater
1
-0
/
+52
2019-12-17
ppc/xive: Introduce a xive_tctx_ipb_update() helper
Cédric Le Goater
1
-10
/
+11
2019-12-17
ppc/xive: Remove the get_tctx() XiveRouter handler
Cédric Le Goater
1
-7
/
+0
2019-12-17
ppc/xive: Move the TIMA operations to the controller model
Cédric Le Goater
1
-29
/
+0
2019-12-17
ppc/xive: Extend the TIMA operation with a XivePresenter parameter
Cédric Le Goater
1
-26
/
+32
2019-12-17
ppc/xive: Use the XiveFabric and XivePresenter interfaces
Cédric Le Goater
1
-31
/
+17
2019-12-17
ppc/xive: Introduce a XiveFabric interface
Cédric Le Goater
1
-0
/
+10
2019-12-17
ppc/xive: Implement the XivePresenter interface
Cédric Le Goater
1
-44
/
+7
2019-12-17
ppc/xive: Introduce a XivePresenter interface
Cédric Le Goater
1
-9
/
+17
2019-12-17
ppc/xive: Check V bit in TM_PULL_POOL_CTX
Cédric Le Goater
1
-0
/
+5
2019-12-17
ppc/xive: Introduce OS CAM line helpers
Cédric Le Goater
1
-3
/
+38
2019-12-17
ppc/xive: Record the IPB in the associated NVT
Cédric Le Goater
1
-2
/
+9
2019-12-17
xive: Link "xive" property to XiveEndSource::xrtr pointer
Greg Kurz
1
-10
/
+3
2019-12-17
xive: Link "xive" property to XiveSource::xive pointer
Greg Kurz
1
-10
/
+3
2019-12-17
xive: Link "cpu" property to XiveTCTX::cs pointer
Greg Kurz
1
-13
/
+9
2019-11-18
ppc: Skip partially initialized vCPUs in 'info pic'
Greg Kurz
1
-1
/
+10
2019-11-18
xive, xics: Fix reference counting on CPU objects
Greg Kurz
1
-1
/
+5
2019-11-18
ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip
Greg Kurz
1
-0
/
+5
2019-10-24
ppc: Reset the interrupt presenter from the CPU reset handler
Cédric Le Goater
1
-11
/
+1
2019-10-24
ppc/pnv: Improve trigger data definition
Cédric Le Goater
1
-2
/
+2
2019-10-24
xive: Make some device types not user creatable
Greg Kurz
1
-0
/
+15
2019-10-04
spapr/xive: skip partially initialized vCPUs in presenter
Cédric Le Goater
1
-0
/
+8
2019-08-21
ppc/xive: Improve 'info pic' support
Cédric Le Goater
1
-6
/
+42
2019-08-21
ppc/xive: Provide silent escalation support
Cédric Le Goater
1
-0
/
+8
2019-08-21
ppc/xive: Provide unconditional escalation support
Cédric Le Goater
1
-9
/
+35
2019-08-21
ppc/xive: Provide escalation support
Cédric Le Goater
1
-0
/
+16
2019-08-21
ppc/xive: Provide backlog support
Cédric Le Goater
1
-29
/
+48
2019-08-21
ppc/xive: Implement TM_PULL_OS_CTX special command
Cédric Le Goater
1
-1
/
+14
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
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-08-13
spapr/xive: Fix migration of hot-plugged CPUs
Cédric Le Goater
1
-1
/
+20
2019-07-02
ppc/xive: Fix TM_PULL_POOL_CTX special operation
Cédric Le Goater
1
-9
/
+10
2019-07-02
ppc/xive: Make the PIPR register readonly
Cédric Le Goater
1
-16
/
+16
2019-07-02
ppc/xive: Force the Physical CAM line value to group mode
Cédric Le Goater
1
-16
/
+5
[next]