aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-25hw/dma: avoid apparent overflow in soc_dma_set_requestAnastasia Belova1-2/+2
2024-04-25hw/arm/virt: Enable NMI support in the GIC if the CPU has FEAT_NMIJinjie Ruan1-0/+19
2024-04-25target/arm: Add FEAT_NMI to maxJinjie Ruan2-0/+2
2024-04-25hw/intc/arm_gicv3: Report the VINMI interruptJinjie Ruan1-2/+12
2024-04-25hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()Jinjie Ruan1-0/+4
2024-04-25hw/intc/arm_gicv3: Implement NMI interrupt priorityJinjie Ruan3-9/+64
2024-04-25hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read()Peter Maydell3-12/+98
2024-04-25hw/intc/arm_gicv3: Add NMI handling CPU interface registersPeter Maydell4-5/+155
2024-04-25hw/intc/arm_gicv3: Implement GICD_INMIRJinjie Ruan2-0/+36
2024-04-25hw/intc/arm_gicv3_redist: Implement GICR_INMIR0Jinjie Ruan2-0/+20
2024-04-25hw/intc/arm_gicv3: Add irq non-maskable propertyJinjie Ruan2-0/+42
2024-04-25hw/intc/arm_gicv3_kvm: Not set has-nmi=true for the KVM GICv3Jinjie Ruan1-0/+5
2024-04-25hw/intc/arm_gicv3: Add has-nmi property to GICv3 deviceJinjie Ruan4-0/+5
2024-04-25target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()Jinjie Ruan1-0/+3
2024-04-25hw/arm/virt: Wire NMI and VINMI irq lines from GIC to CPUJinjie Ruan1-1/+9
2024-04-25hw/intc/arm_gicv3: Add external IRQ lines for NMIJinjie Ruan3-0/+10
2024-04-25target/arm: Handle PSTATE.ALLINT on taking an exceptionJinjie Ruan1-0/+8
2024-04-25target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMIJinjie Ruan2-0/+15
2024-04-25target/arm: Add support for NMI in arm_phys_excp_target_el()Jinjie Ruan1-0/+1
2024-04-25target/arm: Add support for Non-maskable InterruptJinjie Ruan5-16/+193
2024-04-25target/arm: Support MSR access to ALLINTJinjie Ruan1-0/+35
2024-04-25target/arm: Implement ALLINT MSR (immediate)Jinjie Ruan4-0/+33
2024-04-25target/arm: Add support for FEAT_NMI, Non-maskable InterruptJinjie Ruan1-0/+3
2024-04-25target/arm: Add PSTATE.ALLINTJinjie Ruan2-2/+3
2024-04-25target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMIJinjie Ruan2-1/+12
2024-04-25target/i386: Move APIC related code to cpu-apic.cPhilippe Mathieu-Daudé4-102/+113
2024-04-25hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.hPhilippe Mathieu-Daudé1-3/+0
2024-04-25scripts: add script to compare compatibility propertiesMaksim Davydov2-0/+491
2024-04-25python/qemu/machine: add method to retrieve QEMUMachine::binary fieldMaksim Davydov1-0/+5
2024-04-25qmp: add dump machine type compatibility propertiesMaksim Davydov3-4/+88
2024-04-25qom: add default valueMaksim Davydov1-0/+1
2024-04-25tests: Update our CI to use CentOS Stream 9 instead of 8Thomas Huth6-54/+26
2024-04-25tests/docker/dockerfiles: Run lcitool-refresh after the lcitool updateThomas Huth17-12/+29
2024-04-25tests/lcitool/libvirt-ci: Update to the latest master branchThomas Huth1-0/+0
2024-04-25tests: Remove Ubuntu 20.04 containerThomas Huth2-158/+0
2024-04-25.travis.yml: Do some more testing with ClangThomas Huth1-2/+4
2024-04-25.travis.yml: Update the jobs to Ubuntu 22.04Thomas Huth1-10/+3
2024-04-25.travis.yml: Remove the unused UNRELIABLE environment variableThomas Huth1-3/+0
2024-04-25Revert ".travis.yml: Cache Avocado cache"Thomas Huth1-2/+0
2024-04-25tests/vm: update openbsd image to 7.5Brad Smith1-3/+3
2024-04-25docs: i386: pc: Update maximum CPU numbers for PC Q35Zhao Liu1-1/+1
2024-04-25tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`Inès Varhol10-151/+151
2024-04-25MAINTAINERS: update email of Peter LievenPeter Lieven1-3/+3
2024-04-24Merge tag 'pull-tcg-20240424' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson14-68/+107
2024-04-24target/m68k: Support semihosting on non-ColdFire targetsKeith Packard1-0/+5
2024-04-24target/m68k: Perform the semihosting test during translateRichard Henderson3-17/+44
2024-04-24target/m68k: Pass semihosting arg to exitKeith Packard1-2/+2
2024-04-24linux-user: Add FITRIM ioctlMichael Vogt3-0/+9
2024-04-24linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEOMichael Tokarev1-7/+4
2024-04-24linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...Michael Tokarev1-2/+4