aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-08-13spapr/xive: Fix migration of hot-plugged CPUsCédric Le Goater
2019-07-28xics/kvm: Fix fallback to emulated XICSGreg Kurz
2019-07-25ioapic: kvm: Skip route updates for masked pinsJan Kiszka
2019-07-12xics/kvm: Always set the MASKED bit if interrupt is maskedGreg Kurz
2019-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-07-05ioapic: use irq number instead of vector in ioapic_eoi_broadcastLi Qiang
2019-07-05ioapic: clear irq_eoi when updating the ioapic redirect table entryLi Qiang
2019-07-04target/arm: v8M: Check state of exception being returned fromPeter Maydell
2019-07-04arm v8M: Forcibly clear negative-priority exceptions on deactivatePeter Maydell
2019-07-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into...Peter Maydell
2019-07-02spapr/xive: Add proper rollback to kvmppc_xive_connect()Greg Kurz
2019-07-02ppc/xive: Fix TM_PULL_POOL_CTX special operationCédric Le Goater
2019-07-02ppc/pnv: Rework cache watch model of PnvXIVECédric Le Goater
2019-07-02ppc/xive: Make the PIPR register readonlyCédric Le Goater
2019-07-02ppc/xive: Force the Physical CAM line value to group modeCédric Le Goater
2019-07-02spapr/xive: rework the mapping the KVM memory regionsCédric Le Goater
2019-07-02xics/kvm: Add proper rollback to xics_kvm_init()Greg Kurz
2019-07-02xics/kvm: Add error propagation to ic*_set_kvm_state() functionsGreg Kurz
2019-07-02xics/kvm: Always use local_err in xics_kvm_init()Greg Kurz
2019-07-02xics/kvm: Skip rollback when KVM XICS is absentGreg Kurz
2019-07-02xics/spapr: Rename xics_kvm_init()Greg Kurz
2019-07-02xics/spapr: Only emulated XICS should use RTAS/hypercalls emulationGreg Kurz
2019-07-02xics: Add comment about CPU hotplugGreg Kurz
2019-07-02xics/spapr: Detect old KVM XICS on POWER9 hostsGreg Kurz
2019-07-02xics/spapr: Register RTAS/hypercalls once at machine initGreg Kurz
2019-07-02xics/spapr: Prevent RTAS/hypercalls emulation to be used by in-kernel XICSGreg Kurz
2019-07-02ppc/pnv: fix StoreEOI activationCédric Le Goater
2019-07-01aspeed: vic: Add support for legacy register interfaceAndrew Jeffery
2019-06-17hw/intc/arm_gicv3: GICD_TYPER.SecurityExtn is RAZ if GICD_CTLR.DS == 1Peter Maydell
2019-06-17hw/intc/arm_gicv3: Fix decoding of ID register rangePeter Maydell
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-12ppc/xive: Make XIVE generate the proper interrupt typesBenjamin Herrenschmidt
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson
2019-05-29spapr/xive: fix multiple resets when using the 'dual' interrupt modeCédric Le Goater
2019-05-29spapr/irq: add KVM support to the 'dual' machineCédric Le Goater
2019-05-29ppc/xics: fix irq priority in ics_set_irq_type()Cédric Le Goater
2019-05-29spapr/irq: initialize the IRQ device only onceCédric Le Goater
2019-05-29spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater
2019-05-29spapr: check for the activation of the KVM IRQ deviceCédric Le Goater