aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-03hw/virtio: Add a protection against duplicate vu_scmi_stop callsMilan Zamazal2-0/+8
2023-08-03virtio-iommu: Standardize granule extraction and formattingEric Auger1-3/+5
2023-08-03hw/pci-bridge/cxl_upstream.c: Use g_new0() in build_cdat_table()Peter Maydell1-4/+1
2023-08-03hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger1-1/+3
2023-08-03Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson1-6/+20
2023-08-03block/blkio: add more comments on the fd passing handlingStefano Garzarella1-3/+12
2023-08-03block/blkio: close the fd when blkio_connect() failsStefano Garzarella1-3/+8
2023-08-03Merge tag 'pull-request-2023-08-03' of https://gitlab.com/thuth/qemu into sta...Richard Henderson3-89/+94
2023-08-03gitlab: disable FF_SCRIPT_SECTIONS on msys jobsDaniel P. Berrangé1-0/+4
2023-08-03gitlab: disable optimization and debug symbols in msys buildDaniel P. Berrangé1-2/+2
2023-08-03configure: support passthrough of -Dxxx args to mesonDaniel P. Berrangé1-0/+4
2023-08-03gitlab: always populate cache for windows msys jobsDaniel P. Berrangé1-0/+1
2023-08-03gitlab: drop $CI_PROJECT_DIR from cache pathDaniel P. Berrangé1-1/+1
2023-08-03gitlab: always use updated msys installerDaniel P. Berrangé1-3/+27
2023-08-03gitlab: print timestamps during windows msys jobsDaniel P. Berrangé1-0/+5
2023-08-03gitlab: remove duplication between msys jobsDaniel P. Berrangé1-83/+49
2023-08-03util/oslib-win32: Fix compiling with Clang from MSYS2Thomas Huth1-2/+3
2023-08-02Update version for v8.1.0-rc2 releasev8.1.0-rc2Richard Henderson1-1/+1
2023-08-02Merge tag 'pull-qapi-2023-08-02' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2-35/+40
2023-08-02Merge tag 'misc-fixes-20230801' of https://github.com/philmd/qemu into stagingRichard Henderson12-29/+56
2023-08-02MAINTAINERS: Add section "Migration dirty limit and dirty page rate"Hyman Huang(黄勇)1-0/+9
2023-08-02qapi: Craft the dirty-limit capability commentHyman Huang(黄勇)1-8/+5
2023-08-02qapi: Reformat the dirty-limit migration doc commentsHyman Huang(黄勇)1-35/+34
2023-08-01target/m68k: Fix semihost lseek offset computationPeter Maydell1-1/+1
2023-08-01target/nios2: Fix semihost lseek offset computationKeith Packard1-1/+1
2023-08-01target/nios2: Pass semihosting arg to exitKeith Packard1-2/+2
2023-08-01tests/migration: Add -fno-stack-protectorAkihiko Odaki1-2/+2
2023-08-01misc: Fix some typos in documentation and commentsStefan Weil6-7/+7
2023-08-01ui/dbus: fix clang compilation issueMarc-André Lureau1-1/+2
2023-08-01ui/dbus: fix win32 compilation when !openglMarc-Andre Lureau1-1/+3
2023-08-01hw/xen: prevent guest from binding loopback event channel to itselfDavid Woodhouse1-2/+9
2023-08-01i386/xen: consistent locking around Xen singleshot timersDavid Woodhouse1-10/+27
2023-08-01hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse1-2/+2
2023-08-01Merge tag 'io-tls-hs-crash-pull-request' of https://gitlab.com/berrange/qemu ...Richard Henderson2-6/+13
2023-08-01io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé2-6/+13
2023-08-01Merge tag 'pull-xen-20230801' of https://xenbits.xen.org/git-http/people/aper...Richard Henderson8-19/+31
2023-08-01xen-platform: do full PCI reset during unplug of IDE devicesOlaf Hering1-3/+4
2023-08-01xen: Don't pass MemoryListener around by valuePeter Maydell4-9/+9
2023-08-01thread-pool: signal "request_cond" while lockedAnthony PERARD1-1/+1
2023-08-01xen-block: Avoid leaks on new error pathAnthony PERARD1-5/+6
2023-08-01hw/xen: Clarify (lack of) error handling in transaction_commit()David Woodhouse1-1/+11
2023-07-31Merge tag 'pull-tcg-20230731' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson7-51/+132
2023-07-31target/openrisc: Set EPCR to next PC on FPE exceptionsStafford Horne1-3/+4
2023-07-31target/s390x: Move trans_exc_code update to do_program_interruptRichard Henderson1-12/+28
2023-07-31linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller1-2/+7
2023-07-31target/ppc: Disable goto_tb with architectural singlestepRichard Henderson1-0/+3
2023-07-31bsd-user: Specify host page alignment if none specifiedWarner Losh1-1/+2
2023-07-31bsd-user: Allocate guest virtual address spaceRichard Henderson1-5/+43
2023-07-31accel/tcg: Clear tcg_ctx->gen_tb on buffer overflowRichard Henderson1-0/+1
2023-07-31util/interval-tree: Use qatomic_read/set for rb_parent_colorRichard Henderson1-21/+26