aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-23vfio/pci: Extract mdev check into an helperJoao Martins3-9/+19
2024-07-23hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize()Eric Auger1-1/+0
2024-07-23Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson10-9/+29
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson12-131/+225
2024-07-23Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson2-104/+323
2024-07-23Merge tag 'pull-maintainer-9.1-rc0-230724-1' of https://gitlab.com/stsquad/qe...Richard Henderson27-169/+369
2024-07-23target/riscv: Simplify probing in vext_ldffRichard Henderson1-14/+17
2024-07-23target/s390x: Use set/clear_helper_retaddr in mem_helper.cRichard Henderson1-6/+37
2024-07-23target/s390x: Use user_or_likely in access_memmoveRichard Henderson1-29/+27
2024-07-23target/s390x: Use user_or_likely in do_access_memsetRichard Henderson1-5/+1
2024-07-23target/ppc: Improve helper_dcbz for user-onlyRichard Henderson1-4/+11
2024-07-23target/ppc: Merge helper_{dcbz,dcbzep}Richard Henderson3-14/+7
2024-07-23target/ppc: Split out helper_dbczl for 970Richard Henderson3-23/+38
2024-07-23target/ppc: Hoist dcbz_size out of dcbz_commonRichard Henderson1-15/+15
2024-07-23target/ppc/mem_helper.c: Remove a conditional from dcbz_common()BALATON Zoltan1-4/+3
2024-07-23target/arm: Use set/clear_helper_retaddr in SVE and SME helpersRichard Henderson2-9/+49
2024-07-23target/arm: Use set/clear_helper_retaddr in helper-a64.cRichard Henderson1-2/+12
2024-07-23accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson4-32/+34
2024-07-23Merge tag 'pull-request-2024-07-22' of https://gitlab.com/thuth/qemu into sta...Richard Henderson21-627/+288
2024-07-22chardev/char-win-stdio.c: restore old console modesongziming1-0/+5
2024-07-22hw/nvme: remove useless type castYao Xingtao1-1/+1
2024-07-22hw/nvme: actually implement abortAyush Mishra1-0/+32
2024-07-22hw/nvme: add cross namespace copy supportArun Kumar2-103/+289
2024-07-22target/s390x: filter deprecated properties based on model expansion typeCollin Walling2-9/+12
2024-07-22tests: increase timeout per instance of bios-tables-testIgor Mammedov1-1/+1
2024-07-22qtest/fuzz: make range overlap check more readableYao Xingtao1-1/+2
2024-07-22hw: Fix crash that happens when introspecting scsi-block on older machine typesThomas Huth1-1/+2
2024-07-22tests/avocado/machine_aspeed.py: Increase timeout for TPM testCédric Le Goater1-1/+1
2024-07-22tests/avocado: Remove the remainders of the virtiofs_submounts testThomas Huth4-341/+0
2024-07-22tests/avocado/mem-addr-space-check: Remove unused "import signal"Thomas Huth1-1/+0
2024-07-22tests/avocado: Move LinuxTest related code into a separate fileThomas Huth8-244/+262
2024-07-22tests/avocado: Allow overwriting AVOCADO_SHOW env variablePhilippe Mathieu-Daudé1-1/+1
2024-07-22hw/nvme: fix memory leak in nvme_dsmZheyu Ma1-0/+1
2024-07-22ui/vdagent: send caps on fe_openMarc-André Lureau1-2/+4
2024-07-22ui/vdagent: notify clipboard peers of serial resetMarc-André Lureau3-0/+5
2024-07-22ui/vdagent: improve vdagent_fe_open() traceMarc-André Lureau2-2/+3
2024-07-22ui: add more tracing for dbusMarc-André Lureau4-2/+8
2024-07-22Cursor: 8 -> 1 bit alpha downsampling improvementPhil Dennis-Jordan1-1/+1
2024-07-22virtio-gpu-gl: declare dependency on ui-openglMarc-André Lureau1-0/+1
2024-07-22tests/tcg/aarch64: Fix test-mte.pyRichard Henderson1-1/+1
2024-07-22semihosting: Restrict to TCGPhilippe Mathieu-Daudé1-0/+1
2024-07-22target/xtensa: Restrict semihosting to TCGPhilippe Mathieu-Daudé1-1/+1
2024-07-22target/riscv: Restrict semihosting to TCGPhilippe Mathieu-Daudé1-2/+2
2024-07-22target/mips: Restrict semihosting to TCGPhilippe Mathieu-Daudé1-1/+1
2024-07-22target/m68k: Restrict semihosting to TCGPhilippe Mathieu-Daudé1-1/+1
2024-07-22target/mips: Add semihosting stubPhilippe Mathieu-Daudé2-2/+19
2024-07-22target/m68k: Add semihosting stubPhilippe Mathieu-Daudé2-1/+19
2024-07-22semihosting: Include missing 'gdbstub/syscalls.h' headerPhilippe Mathieu-Daudé1-0/+2
2024-07-22plugins/execlog.c: correct dump of registers valuesFrédéric Pétrot1-1/+1
2024-07-22tests/plugins: use qemu_plugin_outs for inline statsAlex Bennée1-25/+33