aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-09Update version for 7.2.12 releasev7.2.12stable-7.2Michael Tokarev1-1/+1
2024-06-07target/loongarch: fix a wrong print in cpu dumplanyanzhi1-1/+1
2024-06-06ui/sdl2: Allow host to power down screenBernhard Beschow1-0/+1
2024-06-06target/i386: fix SSE and SSE2 feature checkXinyu Li1-2/+2
2024-06-06target/i386: fix xsave.flat from kvm-unit-testsPaolo Bonzini1-0/+5
2024-06-05disas/riscv: Decode all of the pmpcfg and pmpaddr CSRsAlistair Francis1-1/+64
2024-06-05hw/intc/riscv_aplic: APLICs should add child earlier than realizeyang.zhang1-3/+3
2024-06-01target/arm: Disable SVE extensions when SVE is disabledMarcin Juszkiewicz1-1/+5
2024-05-30hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n>Andrey Shumilin1-2/+2
2024-05-30hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registersZenghui Yu1-80/+80
2024-05-27gitlab: Update msys2-64bit runner tagsRichard Henderson1-3/+1
2024-05-27target/i386: no single-step exception after MOV or POP SSPaolo Bonzini1-1/+1
2024-05-27target/i386: disable jmp_opt if EFLAGS.RF is 1Paolo Bonzini1-1/+1
2024-05-27target-i386: hyper-v: Correct kvm_hv_handle_exit return valuedonsheng1-1/+1
2024-05-27ui/gtk: Check if fence_fd is equal to or greater than 0Dongwon Kim3-6/+8
2024-05-27ui/gtk: Fix mouse/motion event scaling issue with GTK display backendhikalium1-5/+13
2024-05-27target/i386: rdpkru/wrpkru are no-prefix instructionsPaolo Bonzini1-2/+4
2024-05-27target/i386: fix operand size for DATA16 REX.W POPCNTPaolo Bonzini1-6/+1
2024-05-10hw/remote/vfio-user: Fix config space access byte orderMattias Nissler1-2/+2
2024-05-09target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASKRuihan Li1-4/+10
2024-05-02hw/arm/npcm7xx: Store derivative OTP fuse key in little endianPhilippe Mathieu-Daudé1-1/+2
2024-05-02hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fieldsAlexandra Diupina1-10/+10
2024-05-01.gitlab-ci.d/cirrus.yml: Shorten the runtime of the macOS and FreeBSD jobsThomas Huth1-0/+2
2024-05-01tests/avocado: update sunxi kernel from armbian to 6.6.16Peter Maydell2-24/+24
2024-04-30backends/cryptodev-builtin: Fix local_error leaksLi Zhijian1-4/+5
2024-04-28nbd/server: Mark negotiation functions as coroutine_fnEric Blake1-44/+60
2024-04-28nbd/server: do not poll within a coroutine contextZhu Yangyang4-30/+47
2024-04-25linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEYMichael Tokarev1-7/+2
2024-04-24gitlab/opensbi: Move to docker:stablePalmer Dabbelt2-2/+3
2024-04-24gitlab-ci: Remove job building EDK2 firmware binariesPhilippe Mathieu-Daudé4-115/+0
2024-04-24Update version for 7.2.11 releasev7.2.11Michael Tokarev1-1/+1
2024-04-16ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS.Harsh Prateek Bora1-6/+3
2024-04-16ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.Harsh Prateek Bora2-3/+17
2024-04-10target/sh4: add missing CHECK_NOT_DELAY_SLOTZack Buhman1-0/+3
2024-04-10hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is setPhilippe Mathieu-Daudé1-0/+8
2024-04-10hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definitionPhilippe Mathieu-Daudé1-3/+9
2024-04-10hw/net/lan9118: Fix overflow in MIL TX FIFOPhilippe Mathieu-Daudé1-1/+15
2024-04-10backends/cryptodev: Do not abort for invalid session IDPhilippe Mathieu-Daudé1-1/+3
2024-04-10hw/misc/applesmc: Fix memory leak in reset() handlerPhilippe Mathieu-Daudé1-0/+1
2024-04-10hw/block/nand: Fix out-of-bound access in NAND block bufferPhilippe Mathieu-Daudé1-1/+7
2024-04-10hw/block/nand: Have blk_load() take unsigned offset and return booleanPhilippe Mathieu-Daudé1-4/+10
2024-04-10hw/block/nand: Factor nand_load_iolen() method outPhilippe Mathieu-Daudé1-13/+22
2024-04-10qemu-options: Fix CXL Fixed Memory Window interleave-granularity typoYuquan Wang1-3/+3
2024-04-10hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-2/+2
2024-04-10hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-2/+1
2024-04-10hw/display/virtio-gpu: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-4/+2
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé2-0/+17
2024-04-10linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson1-6/+16
2024-04-10tcg/optimize: Do not attempt to constant fold neg_vecRichard Henderson3-10/+21
2024-04-09hw/virtio: Fix packed virtqueue flush used_idxWafer1-2/+10