summaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell1-0/+3
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-0/+3
2017-02-24s390x: add property adapter_routes_max_batchHalil Pasic1-0/+28
2017-02-24s390x/flic: fail migration on source alreadyCornelia Huck1-2/+4
2017-02-21hw/mips_gic: Update pin state on mask changesPaul Burton1-25/+31
2017-02-16apic: reset apic_delivered global variable on machine resetPavel Dovgalyuk1-0/+2
2017-02-16ioapic: fix error report value of def versionPeter Xu1-2/+4
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1
2017-02-06vmstate_register_with_alias_id: Take an Error **Dr. David Alan Gilbert1-1/+1
2017-01-31trace: clean up trace-events filesStefan Hajnoczi1-1/+0
2017-01-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+33
2017-01-27apic: save apic_delivered flagPavel Dovgalyuk1-0/+33
2017-01-27arm_gicv3: Fix broken logic in ELRSR calculationPeter Maydell1-1/+1
2017-01-27armv7m: Honour CCR.USERSETMPENDMichael Davidsaver1-1/+4
2017-01-27armv7m: implement CCR, CFSR, HFSR, DFSR, BFAR, and MMFARMichael Davidsaver1-10/+32
2017-01-27armv7m_nvic: keep a pointer to the CPUMichael Davidsaver1-6/+5
2017-01-26s390x/flic: fix compilation of kvm flicCornelia Huck1-1/+1
2017-01-25Merge remote-tracking branch 'remotes/rth/tags/pull-nios-20170124' into stagingPeter Maydell2-0/+104
2017-01-24nios2: Add IIC interrupt controller emulationChris Wulff2-0/+104
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya3-20/+36
2017-01-24migration: extend VMStateInfoJianjun Duan1-2/+6
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-4/+31
2017-01-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell1-2/+2
2017-01-20hw/intc/arm_gicv3: Implement EL2 traps for CPU i/f regsPeter Maydell1-10/+60
2017-01-20hw/intc/arm_gicv3: Implement gicv3_cpuif_virt_update()Peter Maydell2-0/+51
2017-01-20hw/intc/arm_gicv3: Implement ICV_ registers EOIR and IARPeter Maydell2-0/+222
2017-01-20hw/intc/arm_gicv3: Implement ICV_ HPPIR, DIR and RPR registersPeter Maydell2-3/+235
2017-01-20hw/intc/arm_gicv3: Implement ICV_ registers which are just accessorsPeter Maydell2-0/+249
2017-01-20hw/intc/arm_gicv3: Add accessors for ICH_ system registersPeter Maydell2-0/+493
2017-01-20hw/intc/gicv3: Add data fields for virtualization supportPeter Maydell2-0/+38
2017-01-20hw/intc/gicv3: Add defines for ICH system register fieldsPeter Maydell1-0/+79
2017-01-20hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQPeter Maydell1-0/+6
2017-01-20hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQPeter Maydell1-0/+6
2017-01-20s390x/kvm: use kvm_gsi_routing_enabled in flicFei Li1-2/+2
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin1-1/+2
2017-01-16x86: ioapic: fix fail migration when irqchip=splitPeter Xu1-0/+5
2017-01-16x86: ioapic: dump version for "info ioapic"Peter Xu1-1/+2
2017-01-16x86: ioapic: add traces for ioapicPeter Xu2-2/+22
2016-12-27hw/intc/arm_gicv3: Don't signal Pending+Active interrupts to CPUPeter Maydell1-0/+5
2016-12-27hw/intc/arm_gicv3: Remove incorrect usage of fieldoffsetPeter Maydell1-7/+6
2016-12-27hw/intc/arm_gicv3_common: fix aff3 in typerAndrew Jones1-1/+2
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-1/+1
2016-11-07nvic: set pending status for not active interruptsMarcin Krzeminski1-2/+20
2016-10-28pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson1-0/+22
2016-10-28ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater2-22/+21
2016-10-28ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater1-0/+1
2016-10-28ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater3-27/+23
2016-10-28ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt1-0/+49
2016-10-24pc: apic_common: Reset APIC ID to initial ID when switching into x2APIC modeIgor Mammedov1-0/+5
2016-10-24pc: apic_common: Restore APIC ID to initial ID on resetIgor Mammedov1-0/+1