aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-30vfio/pci: Fix a segfault in vfio_realizeZhenzhong Duan
2023-06-30target/ppc: Fix decrementer time underflow and infinite timer loopNicholas Piggin
2023-06-30vhost: fix vhost_dev_enable_notifiers() error caseLaurent Vivier
2023-06-30vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devicesEugenio Pérez
2023-06-29icount: don't adjust virtual time backwards after warpNicholas Piggin
2023-06-28Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"Markus Armbruster
2023-06-28virtio-gpu: Make non-gl display updates work again when blob=trueVivek Kasireddy
2023-06-28ui: return NULL when getting cursor without a consoleMarc-André Lureau
2023-06-26vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is presentAni Sinha
2023-06-26vdpa: fix not using CVQ buffer in case of errorEugenio Pérez
2023-06-26vhost: release virtqueue objects in error pathPrasad Pandit
2023-06-26vhost: release memory_listener object in error pathPrasad Pandit
2023-06-26target/hppa: Update to SeaBIOS-hppa version 8Helge Deller
2023-06-26target/hppa: New SeaBIOS-hppa version 7Helge Deller
2023-06-26target/hppa: Provide qemu version via fw_cfg to firmwareHelge Deller
2023-06-26target/hppa: Fix OS reboot issuesHelge Deller
2023-06-26pc-bios/keymaps: Use the official xkb name for Arabic layout, not the legacy ...Peter Maydell
2023-06-26host-utils: Avoid using __builtin_subcll on buggy versions of Apple ClangPeter Maydell
2023-06-23target/tricore: Add CHECK_REG_PAIR() for insn accessing 64 bit regsBastian Koppelmann
2023-06-23target/tricore: Fix out-of-bounds index in imask instructionSiqi Chen
2023-06-22hw/timer/nrf51_timer: Don't lose time when timer is queried in tight loopPeter Maydell
2023-06-22hw/intc/allwinner-a10-pic: Handle IRQ levels other than 0 or 1Peter Maydell
2023-06-22target/arm: Return correct result for LDG when ATA=0Peter Maydell
2023-06-22target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomicsPeter Maydell
2023-06-16aspeed/hace: Initialize g_autofree pointerCédric Le Goater
2023-06-14hw/riscv: qemu crash when NUMA nodes exceed available CPUsYin Wang
2023-06-11target/ppc: Fix PMU hflags calculationNicholas Piggin
2023-06-11target/ppc: Fix nested-hv HEAI deliveryNicholas Piggin
2023-06-11target/ppc: Fix lqarx to set cpu_reserveNicholas Piggin
2023-06-11vnc: move assert in vnc_worker_thread_loopAnastasia Belova
2023-06-11hw/remote: Fix vfu_cfg trace offset formatMattias Nissler
2023-06-089pfs: prevent opening special files (CVE-2023-2861)Christian Schoenebeck
2023-06-08qga: Fix suspend on Linux guests without systemdMark Somerville
2023-06-07docs: fix multi-process QEMU documentationJagannathan Raman
2023-06-07hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse
2023-06-07hw/xen: Fix memory leak in libxenstore_open() for XenDavid Woodhouse
2023-06-07hw/mips/malta: Fix the malta machine on big endian hostsThomas Huth
2023-06-07s390x/tcg: Fix CPU address returned by STIDPIlya Leoshkevich
2023-06-07tests/tcg/s390x: Test MXDB and MXDBRIlya Leoshkevich
2023-06-07target/s390x: Fix MXDB and MXDBRIlya Leoshkevich
2023-06-07tests/tcg/s390x: Test single-stepping SVCIlya Leoshkevich
2023-06-07linux-user/s390x: Fix single-stepping SVCIlya Leoshkevich
2023-06-07tests/tcg/s390x: Test LOCFHRIlya Leoshkevich
2023-06-07target/s390x: Fix LOCFHR taking the wrong half of R2Ilya Leoshkevich
2023-06-07tests/tcg/s390x: Test LCBBIlya Leoshkevich
2023-06-07target/s390x: Fix LCBB overwriting the top 32 bitsIlya Leoshkevich
2023-06-07tests/tcg/s390x: Test EXECUTE of relative branchesIlya Leoshkevich
2023-05-31target/arm: Explicitly select short-format FSR for M-profilePeter Maydell
2023-05-31hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs numberClément Chigot
2023-05-31hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop.Tommy Wu