summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
* spapr/xive: Set the OS CAM line at resetCédric Le Goater2019-10-241-31/+17Star
* ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater2019-10-244-17/+19
* spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson2019-10-242-2/+16
* spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson2019-10-242-0/+55
* spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routinesDavid Gibson2019-10-242-16/+15Star
* spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-242-64/+66
* spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-242-0/+30
* spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-242-0/+21
* spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon...David Gibson2019-10-242-33/+67
* spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson2019-10-242-0/+43
* spapr, xics, xive: Introduce SpaprInterruptController QOM interfaceDavid Gibson2019-10-242-0/+8
* ppc/pnv: Improve trigger data definitionCédric Le Goater2019-10-242-6/+18
* xics: Make some device types not user creatableGreg Kurz2019-10-241-0/+10
* xive: Make some device types not user creatableGreg Kurz2019-10-241-0/+15
* hw/arm/bcm2835_peripherals: Improve loggingPhilippe Mathieu-Daudé2019-10-151-3/+4
* intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger2019-10-151-5/+2Star
* xive: Improve irq claim/free pathDavid Gibson2019-10-042-15/+13Star
* spapr, xics, xive: Better use of assert()s on irq claim/free pathsDavid Gibson2019-10-041-6/+2Star
* spapr: Eliminate SpaprIrq:get_nodename methodDavid Gibson2019-10-041-1/+1
* xics: Create sPAPR specific ICS subtypeDavid Gibson2019-10-041-1/+33
* xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classesDavid Gibson2019-10-041-59/+27Star
* xics: Eliminate reset hookDavid Gibson2019-10-041-33/+24Star
* xics: Rename misleading ics_simple_*() functionsDavid Gibson2019-10-043-24/+23Star
* xics: Eliminate 'reject', 'resend' and 'eoi' class hooksDavid Gibson2019-10-042-43/+15Star
* spapr/xive: skip partially initialized vCPUs in presenterCédric Le Goater2019-10-041-0/+8
* spapr/irq: Only claim VALID interrupts at the KVM levelCédric Le Goater2019-10-042-3/+45
* s390x/kvm: Officially require at least kernel 3.15Thomas Huth2019-09-232-7/+0Star
* memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-7/+8
* hw/intc/armv7m_nic: Access MemoryRegion with MemOpTony Nguyen2019-09-031-4/+8
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-222-2/+2
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-212-2/+2
* | spapr/xive: Mask the EAS when allocating an IRQCédric Le Goater2019-08-211-1/+4
* | ppc/xive: Improve 'info pic' supportCédric Le Goater2019-08-213-7/+51
* | ppc/xive: Provide silent escalation supportCédric Le Goater2019-08-211-0/+8
* | ppc/xive: Provide unconditional escalation supportCédric Le Goater2019-08-211-9/+35
* | ppc/xive: Provide escalation supportCédric Le Goater2019-08-211-0/+16
* | ppc/xive: Provide backlog supportCédric Le Goater2019-08-211-29/+48
* | ppc/xive: Implement TM_PULL_OS_CTX special commandCédric Le Goater2019-08-211-1/+14
|/
* hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMUPhilippe Mathieu-Daudé2019-08-191-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-163-2/+3
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-163-3/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-1624-2/+24
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-1616-15/+1Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-1626-0/+27
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-1629-0/+30
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-165-0/+5
* spapr/xive: Fix migration of hot-plugged CPUsCédric Le Goater2019-08-132-3/+37