aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)AuthorFilesLines
2019-05-29spapr/xive: add hcall support when under KVMCédric Le Goater2-8/+279
2019-05-29spapr/xive: add KVM supportCédric Le Goater4-9/+298
2019-05-29Fix typo on "info pic" monitor cmd output for xiveSatheesh Rajendran1-1/+1
2019-05-29spapr/xive: print out the EQ page address in the monitorCédric Le Goater1-2/+3
2019-05-29spapr/xive: fix EQ page addresses above 64GBCédric Le Goater2-8/+4
2019-05-29spapr/xive: EQ page should be naturally alignedCédric Le Goater1-0/+6
2019-05-24hw/intc/nvic: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-3/+3
2019-05-23hw/intc/arm_gicv3: Fix writes to ICC_CTLR_EL3Peter Maydell1-2/+2
2019-05-23hw/intc/arm_gicv3: Fix write of ICH_VMCR_EL2.{VBPR0, VBPR1}Peter Maydell1-1/+1
2019-05-23arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell1-1/+0
2019-05-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-5/+53
2019-05-17ioapic: allow buggy guests mishandling level-triggered interrupts to make pro...Vitaly Kuznetsov2-5/+53
2019-05-17grlib, irqmp: get rid of the old-style create functionKONRAD Frederic1-2/+1
2019-05-07hw/intc/armv7m_nvic: Don't enable ARMV7M_EXCP_DEBUG from resetPeter Maydell1-1/+3
2019-05-07hw/intc/armv7m_nvic: NS BFAR and BFSR are RAZ/WI if BFHFNMINS == 0Peter Maydell1-3/+24
2019-05-07hw/arm/armv7m_nvic: Check subpriority in nvic_recompute_state_secure()Peter Maydell1-2/+7
2019-04-29target/arm: New function armv7m_nvic_set_pending_lazyfp()Peter Maydell1-0/+96
2019-04-29target/arm: Implement v7m_update_fpccr()Peter Maydell1-0/+34
2019-04-29target/arm: Implement dummy versions of M-profile FP-related registersPeter Maydell1-0/+125
2019-04-29hw/intc/armv7m_nvic: Allow reading of M-profile MVFR* registersPeter Maydell1-0/+6
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+3
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster1-1/+0
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-17/+17
2019-03-19ppc/xics/spapr: Fix H_IPOLL implementationBenjamin Herrenschmidt1-1/+8
2019-03-18kconfig: add CONFIG_MSI_NONBROKENPaolo Bonzini1-0/+3
2019-03-15hw/intc/bcm2836_control: Implement local timerZoltán Baldaszti1-2/+99
2019-03-12spapr: Use CamelCase properlyDavid Gibson3-57/+57
2019-03-12ppc/xive: activate HV supportCédric Le Goater1-3/+54
2019-03-12ppc/pnv: add a XIVE interrupt controller model for POWER9Cédric Le Goater3-1/+2002
2019-03-12ppc/pnv: export the xive_router_notify() routineCédric Le Goater1-1/+1
2019-03-12ppc/xive: export the TIMA memory accessorsCédric Le Goater1-5/+18
2019-03-12ppc/xive: hardwire the Physical CAM line of the thread contextCédric Le Goater1-1/+30
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell1-1/+0
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2019-03-07ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfigThomas Huth1-4/+2
2019-03-07build: switch to KconfigPaolo Bonzini1-0/+12
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+47
2019-02-26hw/ppc: Use object_initialize_child for correct reference countingThomas Huth1-6/+5
2019-02-26ppc/xive: xive does not have a POWER7 interrupt modelCédric Le Goater1-3/+0
2019-02-26spapr: Expose the name of the interrupt controller nodeGreg Kurz2-6/+5
2019-02-26xics: Write source state to KVM at claim timeGreg Kurz2-31/+47
2019-02-26target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt2-0/+6
2019-02-18xics: Drop the KVM ICS classGreg Kurz1-40/+0
2019-02-18xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz2-2/+6
2019-02-18xics: Handle KVM ICS reset from the "simple" ICS codeGreg Kurz2-18/+4
2019-02-18xics: Explicitely call KVM ICS methods from the common codeGreg Kurz2-21/+14
2019-02-18xics: Drop the KVM ICP classGreg Kurz1-18/+0
2019-02-18xics: Handle KVM ICP realize from the common codeGreg Kurz2-9/+9
2019-02-18xics: Handle KVM ICP reset from the common codeGreg Kurz2-19/+4
2019-02-18xics: Explicitely call KVM ICP methods from the common codeGreg Kurz2-21/+15