Age | Commit message (Expand) | Author |
2024-03-01 | hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices" | Thomas Huth |
2024-02-15 | hw/intc/grlib_irqmp: implements multicore irq | Clément Chigot |
2024-02-15 | hw/intc/grlib_irqmp: implements the multiprocessor status register | Clément Chigot |
2024-02-15 | hw/intc/grlib_irqmp: add ncpus property | Clément Chigot |
2024-02-15 | hw/sparc/grlib: split out the headers for each peripherals | Clément Chigot |
2024-02-14 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell |
2024-02-14 | hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabled | Bernhard Beschow |
2024-02-14 | apic, i386/tcg: add x2apic transitions | Bui Quang Minh |
2024-02-14 | apic: add support for x2APIC mode | Bui Quang Minh |
2024-02-14 | i386/tcg: implement x2APIC registers MSR access | Bui Quang Minh |
2024-02-13 | hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize() | Zhao Liu |
2024-01-30 | hw/intc/xics: Include missing 'cpu.h' header | Philippe Mathieu-Daudé |
2024-01-11 | Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s... | Peter Maydell |
2024-01-11 | hw/intc/loongarch_extioi: Add vmstate post_load support | Bibo Mao |
2024-01-11 | hw/intc/loongarch_extioi: Add dynamic cpu number support | Bibo Mao |
2024-01-11 | hw/loongarch/virt: Set iocsr address space per-board rather than percpu | Bibo Mao |
2024-01-11 | hw/intc/loongarch_ipi: Use MemTxAttrs interface for ipi ops | Bibo Mao |
2024-01-09 | hw/intc/arm_gicv3_cpuif: Mark up VNCR offsets for GIC CPU registers | Peter Maydell |
2024-01-09 | hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registers | Peter Maydell |
2024-01-09 | hw/intc/armv7m_nvic: add "num-prio-bits" property | Samuel Tardieu |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi |
2023-12-29 | hw/intc: Constify VMState | Richard Henderson |
2023-12-19 | hw/intc/arm_gicv3: Include missing 'qemu/error-report.h' header | Philippe Mathieu-Daudé |
2023-11-20 | hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ | Ben Dooks |
2023-11-03 | Merge tag 'migration-20231102-pull-request' of https://gitlab.com/juan.quinte... | Stefan Hajnoczi |
2023-11-01 | migration: Hack to maintain backwards compatibility for ppc | Juan Quintela |
2023-11-01 | hw/m68k/irqc: Pass CPU using QOM link property | Philippe Mathieu-Daudé |
2023-10-27 | target/arm: Move feature test functions to their own header | Peter Maydell |
2023-10-25 | kvm: require KVM_IRQFD for kernel irqchip | Paolo Bonzini |
2023-10-25 | kvm: require KVM_CAP_SIGNAL_MSI | Paolo Bonzini |
2023-10-20 | Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte... | Stefan Hajnoczi |
2023-10-20 | migration: simplify blockers | Steve Sistare |
2023-10-19 | hw/intc/spapr_xive: Do not use SysBus API to map local MMIO region | Philippe Mathieu-Daudé |
2023-10-19 | hw/intc/spapr_xive: Move sysbus_init_mmio() calls around | Philippe Mathieu-Daudé |
2023-10-19 | hw/intc/apic: Use ERRP_GUARD() in apic_common_realize() | Philippe Mathieu-Daudé |
2023-10-12 | target/riscv: move KVM only files to kvm subdir | Daniel Henrique Barboza |
2023-10-04 | accel/tcg: Replace CPUState.env_ptr with cpu_env() | Richard Henderson |
2023-09-29 | hw/intc/arm_gicv3_its: Avoid shadowing variable in do_process_its_cmd() | Peter Maydell |
2023-09-29 | hw/intc/openpic: Clean up local variable shadowing | Philippe Mathieu-Daudé |
2023-09-21 | hw/other: spelling fixes | Michael Tokarev |
2023-09-18 | ppc/xive: Fix uint32_t overflow | Cédric Le Goater |
2023-09-11 | Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem... | Stefan Hajnoczi |
2023-09-11 | hw/intc/riscv_aplic.c fix non-KVM --enable-debug build | Daniel Henrique Barboza |
2023-09-11 | target/riscv: update APLIC and IMSIC to support KVM AIA | Yong-Xuan Wang |
2023-09-11 | hw/intc: Make rtc variable names consistent | Jason Chien |
2023-09-11 | hw/intc: Fix upper/lower mtime write calculation | Jason Chien |
2023-09-08 | hw/intc/arm_gicv3_its: Avoid maybe-uninitialized error in get_vte() | Philippe Mathieu-Daudé |
2023-09-06 | ppc/xive: Add support for the PC MMIOs | Cédric Le Goater |
2023-09-06 | ppc/xive: Handle END triggers between chips with MMIOs | Cédric Le Goater |
2023-09-06 | ppc/xive: Introduce a new XiveRouter end_notify() handler | Cédric Le Goater |