aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-25Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-04-25Merge tag 'pull-request-2024-04-25' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2024-04-25target/s390x: Remove KVM stubs in cpu_models.hPhilippe Mathieu-Daudé
2024-04-25tests/unit: Remove debug statements in test-nested-aio-poll.cPhilippe Mathieu-Daudé
2024-04-25docs/devel: fix minor typo in submitting-a-patch.rstManos Pitsidianakis
2024-04-25hw/s390x: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé
2024-04-25tests/qtest: Add tests for the STM32L4x5 USARTArnaud Minier
2024-04-25hw/arm: Add the USART to the stm32l4x5 SoCArnaud Minier
2024-04-25hw/char/stm32l4x5_usart: Add options for serial parameters settingArnaud Minier
2024-04-25hw/char/stm32l4x5_usart: Enable serial read and writeArnaud Minier
2024-04-25hw/char: Implement STM32L4x5 USART skeletonArnaud Minier
2024-04-25reset: Add RESET_TYPE_SNAPSHOT_LOADPeter Maydell
2024-04-25docs/devel/reset: Update to new API for hold and exit phase methodsPeter Maydell
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-25scripts/coccinelle: New script to add ResetType to hold and exit phasesPeter Maydell
2024-04-25allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered resetPeter Maydell
2024-04-25hw/misc: Don't special case RESET_TYPE_COLD in npcm7xx_clk, gcrPeter Maydell
2024-04-25linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT codePeter Maydell
2024-04-25hw/dma: avoid apparent overflow in soc_dma_set_requestAnastasia Belova
2024-04-25hw/arm/virt: Enable NMI support in the GIC if the CPU has FEAT_NMIJinjie Ruan
2024-04-25target/arm: Add FEAT_NMI to maxJinjie Ruan
2024-04-25hw/intc/arm_gicv3: Report the VINMI interruptJinjie Ruan
2024-04-25hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()Jinjie Ruan
2024-04-25hw/intc/arm_gicv3: Implement NMI interrupt priorityJinjie Ruan
2024-04-25hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read()Peter Maydell
2024-04-25hw/intc/arm_gicv3: Add NMI handling CPU interface registersPeter Maydell
2024-04-25hw/intc/arm_gicv3: Implement GICD_INMIRJinjie Ruan
2024-04-25hw/intc/arm_gicv3_redist: Implement GICR_INMIR0Jinjie Ruan
2024-04-25hw/intc/arm_gicv3: Add irq non-maskable propertyJinjie Ruan
2024-04-25hw/intc/arm_gicv3_kvm: Not set has-nmi=true for the KVM GICv3Jinjie Ruan
2024-04-25hw/intc/arm_gicv3: Add has-nmi property to GICv3 deviceJinjie Ruan
2024-04-25target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()Jinjie Ruan
2024-04-25hw/arm/virt: Wire NMI and VINMI irq lines from GIC to CPUJinjie Ruan
2024-04-25hw/intc/arm_gicv3: Add external IRQ lines for NMIJinjie Ruan
2024-04-25target/arm: Handle PSTATE.ALLINT on taking an exceptionJinjie Ruan
2024-04-25target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMIJinjie Ruan
2024-04-25target/arm: Add support for NMI in arm_phys_excp_target_el()Jinjie Ruan
2024-04-25target/arm: Add support for Non-maskable InterruptJinjie Ruan
2024-04-25target/arm: Support MSR access to ALLINTJinjie Ruan
2024-04-25target/arm: Implement ALLINT MSR (immediate)Jinjie Ruan
2024-04-25target/arm: Add support for FEAT_NMI, Non-maskable InterruptJinjie Ruan
2024-04-25target/arm: Add PSTATE.ALLINTJinjie Ruan
2024-04-25target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMIJinjie Ruan
2024-04-25tests: Update our CI to use CentOS Stream 9 instead of 8Thomas Huth
2024-04-25tests/docker/dockerfiles: Run lcitool-refresh after the lcitool updateThomas Huth
2024-04-25tests/lcitool/libvirt-ci: Update to the latest master branchThomas Huth
2024-04-25tests: Remove Ubuntu 20.04 containerThomas Huth
2024-04-25.travis.yml: Do some more testing with ClangThomas Huth
2024-04-25.travis.yml: Update the jobs to Ubuntu 22.04Thomas Huth
2024-04-25.travis.yml: Remove the unused UNRELIABLE environment variableThomas Huth