aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson14-511/+146
2023-05-16accel/tcg: Honor atomicity of storesRichard Henderson3-66/+545
2023-05-16accel/tcg: Honor atomicity of loadsRichard Henderson3-51/+716
2023-05-16include/exec/memop: Add MO_ATOM_*Richard Henderson2-6/+58
2023-05-16tcg/i386: Set P_REXW in tcg_out_addi_ptrRichard Henderson1-1/+1
2023-05-16Merge tag 'pull-9p-20230516' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson6-17/+49
2023-05-16configure: make clear that VirtFS is 9pChristian Schoenebeck1-2/+2
2023-05-169pfs/xen: Fix segfault on shutdownJason Andryuk2-13/+28
2023-05-16tests/9p: fix potential leak in v9fs_rreaddir()Christian Schoenebeck1-0/+5
2023-05-16Don't require libcap-ng for virtfs supportPeter Foley3-3/+15
2023-05-16Merge tag 'pull-request-2023-05-15v2' of https://gitlab.com/thuth/qemu into s...Richard Henderson62-224/+557
2023-05-16tests/tcg/s390x: Test EXECUTE of relative branchesIlya Leoshkevich2-0/+159
2023-05-16target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich1-23/+58
2023-05-16tests/tcg/s390x: Enable the multiarch system testsIlya Leoshkevich3-14/+69
2023-05-16tests/tcg/multiarch: Make the system memory test work on big-endianIlya Leoshkevich1-24/+43
2023-05-16s390x/tcg: Fix LDER instruction formatIlya Leoshkevich1-1/+1
2023-05-16hw/net: Move xilinx_ethlite.c to the target-independent source setThomas Huth2-2/+2
2023-05-16hw/core: Move machine-qmp-cmds.c into the target independent source setThomas Huth2-6/+3
2023-05-16cpu: Introduce a wrapper for being able to use TARGET_NAME in common codeThomas Huth2-0/+7
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth4-14/+15
2023-05-16docs/about/emulation: fix typoLizhi Yang1-1/+1
2023-05-16docs/devel: remind developers to run CI container pipeline when updating imagesAni Sinha1-0/+6
2023-05-16s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda3-6/+12
2023-05-16util/async-teardown: wire up query-command-line-optionsClaudio Imbrenda4-11/+63
2023-05-16tests/lcitool: Add mtools and xorriso and remove genisoimage as dependenciesAni Sinha21-27/+45
2023-05-16tests: libvirt-ci: Update to commit 'c8971e90ac' to pull in mformat and xorrisoAni Sinha1-0/+0
2023-05-16Add information how to fix common build error on Windows in symlink-install-treeMateusz Krawczuk1-0/+3
2023-05-16hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron2-12/+9
2023-05-16tests/qtest: replace qmp_discard_response with qtest_qmp_assert_successDaniel P. Berrangé8-57/+40
2023-05-16net: stream: test reconnect option with an unix socketLaurent Vivier1-21/+18
2023-05-16sysemu/kvm: Remove unused headersPhilippe Mathieu-Daudé2-3/+1
2023-05-16tests/avocado/virtio-gpu: Fix the URLs of the test_virtio_vga_virgl testThomas Huth1-2/+2
2023-05-15Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson30-52/+2100
2023-05-15Merge tag 'migration-20230515-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson13-67/+97
2023-05-15Merge tag 'pull-loongarch-20230515' of https://gitlab.com/gaosong/qemu into s...Richard Henderson9-62/+136
2023-05-15docs/zoned-storage:add zoned emulation use caseSam Li1-0/+19
2023-05-15virtio-blk: add some trace events for zoned emulationSam Li2-0/+19
2023-05-15block: add accounting for zone append operationSam Li7-11/+113
2023-05-15virtio-blk: add zoned storage emulation for zoned devicesSam Li3-0/+393
2023-05-15block: add some trace events for zone appendSam Li2-0/+5
2023-05-15qemu-iotests: test zone append operationSam Li3-0/+107
2023-05-15block: introduce zone append write for zoned devicesSam Li10-8/+173
2023-05-15file-posix: add tracking of the zone write pointersSam Li3-4/+193
2023-05-15docs/zoned-storage: add zoned device documentationSam Li3-0/+50
2023-05-15block: add some trace events for new block layer APIsSam Li2-0/+5
2023-05-15iotests: test new zone operationsSam Li2-0/+142
2023-05-15block: add zoned BlockDriver check to block layerSam Li4-0/+37
2023-05-15block/raw-format: add zone operations to pass through requestsSam Li1-0/+17
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li9-3/+696
2023-05-15block/file-posix: introduce helper functions for sysfs attributesSam Li2-34/+96