aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2024-04-02hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabledPeter Maydell
2024-03-22hw/intc: Update APLIC IDC after claiming iforce registerFrank Chang
2024-03-20hw/intc/loongarch_extioi: Fix interrupt routing updateBibo Mao
2024-03-12hw/intc: Check @errp to handle the error of IOAPICCommonClass.realize()Zhao Liu
2024-03-09hw/intc/grlib_irqmp: abort realize when ncpus value is out of rangeClément Chigot
2024-03-09hw/intc/apic: fix memory leakPaolo Bonzini
2024-03-08hw/intc/riscv_aplic: Fix in_clrip[x] read emulationAnup Patel
2024-03-08hw/intc/riscv_aplic: Fix setipnum_le write emulation for APLIC MSI-modeAnup Patel
2024-03-01hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices"Thomas Huth
2024-02-15hw/intc/grlib_irqmp: implements multicore irqClément Chigot
2024-02-15hw/intc/grlib_irqmp: implements the multiprocessor status registerClément Chigot
2024-02-15hw/intc/grlib_irqmp: add ncpus propertyClément Chigot
2024-02-15hw/sparc/grlib: split out the headers for each peripheralsClément Chigot
2024-02-14Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-02-14hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh
2024-02-14apic: add support for x2APIC modeBui Quang Minh
2024-02-14i386/tcg: implement x2APIC registers MSR accessBui Quang Minh
2024-02-13hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize()Zhao Liu
2024-01-30hw/intc/xics: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé
2024-01-11Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2024-01-11hw/intc/loongarch_extioi: Add vmstate post_load supportBibo Mao
2024-01-11hw/intc/loongarch_extioi: Add dynamic cpu number supportBibo Mao
2024-01-11hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao
2024-01-11hw/intc/loongarch_ipi: Use MemTxAttrs interface for ipi opsBibo Mao
2024-01-09hw/intc/arm_gicv3_cpuif: Mark up VNCR offsets for GIC CPU registersPeter Maydell
2024-01-09hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registersPeter Maydell
2024-01-09hw/intc/armv7m_nvic: add "num-prio-bits" propertySamuel Tardieu
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-12-29hw/intc: Constify VMStateRichard Henderson
2023-12-19hw/intc/arm_gicv3: Include missing 'qemu/error-report.h' headerPhilippe Mathieu-Daudé
2023-11-20hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZBen Dooks
2023-11-03Merge tag 'migration-20231102-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela
2023-11-01hw/m68k/irqc: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-10-20migration: simplify blockersSteve Sistare
2023-10-19hw/intc/spapr_xive: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé
2023-10-19hw/intc/spapr_xive: Move sysbus_init_mmio() calls aroundPhilippe Mathieu-Daudé
2023-10-19hw/intc/apic: Use ERRP_GUARD() in apic_common_realize()Philippe Mathieu-Daudé
2023-10-12target/riscv: move KVM only files to kvm subdirDaniel Henrique Barboza
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-09-29hw/intc/arm_gicv3_its: Avoid shadowing variable in do_process_its_cmd()Peter Maydell
2023-09-29hw/intc/openpic: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-09-18ppc/xive: Fix uint32_t overflowCédric Le Goater
2023-09-11Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi