summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
...
* ppc/pnv: Loop on the threads of the chip to find a matching NVTCédric Le Goater2019-12-171-26/+35
* ppc/xive: Implement the XivePresenter interfaceCédric Le Goater2019-12-173-44/+97
* ppc/xive: Introduce a XivePresenter interfaceCédric Le Goater2019-12-171-9/+17
* ppc/xive: Check V bit in TM_PULL_POOL_CTXCédric Le Goater2019-12-171-0/+5
* ppc/xive: Introduce OS CAM line helpersCédric Le Goater2019-12-171-3/+38
* ppc/pnv: Quiesce some XIVE errorsCédric Le Goater2019-12-171-1/+5
* xive/kvm: Trigger interrupts from userspaceGreg Kurz2019-12-171-14/+2Star
* ppc/pnv: Remove pnv_xive_vst_size() routineCédric Le Goater2019-12-171-69/+43Star
* ppc/xive: Record the IPB in the associated NVTCédric Le Goater2019-12-171-2/+9
* xics: Link ICP_PROP_CPU property to ICPState::cs pointerGreg Kurz2019-12-171-17/+4Star
* xics: Link ICP_PROP_XICS property to ICPState::xics pointerGreg Kurz2019-12-171-13/+9Star
* xics: Link ICS_PROP_XICS property to ICSState::xics pointerGreg Kurz2019-12-171-10/+3Star
* ppc/pnv: Link "chip" property to PnvXive::chip pointerGreg Kurz2019-12-171-10/+3Star
* xive: Link "xive" property to XiveEndSource::xrtr pointerGreg Kurz2019-12-173-14/+7Star
* xive: Link "xive" property to XiveSource::xive pointerGreg Kurz2019-12-173-14/+7Star
* xive: Link "cpu" property to XiveTCTX::cs pointerGreg Kurz2019-12-171-13/+9Star
* exynos4210_gic: Suppress gcc9 format-truncation warningsDavid Gibson2019-12-161-1/+8
* Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' ...Peter Maydell2019-11-184-2/+60
|\
| * ppc: Skip partially initialized vCPUs in 'info pic'Greg Kurz2019-11-182-2/+20
| * xive, xics: Fix reference counting on CPU objectsGreg Kurz2019-11-182-2/+12
| * ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz2019-11-184-0/+30
* | hw/i386: Remove obsolete LoadStateHandler::load_state_old handlersPhilippe Mathieu-Daudé2019-11-051-49/+0Star
|/
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-1/+1
* Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-262-2/+2
|\
| * hw/intc/apic: reject pic ints if isa_pic == NULLSergio Lopez2019-10-221-1/+1
| * hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-1/+1
* | target/arm: Rebuild hflags for M-profile NVICRichard Henderson2019-10-241-9/+13
* | 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