aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-30dma: Let dma_memory_set() take MemTxAttrs argumentPhilippe Mathieu-Daudé4-6/+8
2021-12-30dma: Let dma_memory_valid() take MemTxAttrs argumentPhilippe Mathieu-Daudé2-3/+3
2021-12-30hw/scsi/megasas: Use uint32_t for reply queue head/tail valuesPhilippe Mathieu-Daudé2-6/+6
2021-12-29Merge tag 'pull-jobs-2021-12-29' of https://src.openvz.org/scm/~vsementsov/qe...Richard Henderson12-55/+60
2021-12-28blockjob: drop BlockJob.blk fieldVladimir Sementsov-Ogievskiy6-32/+16
2021-12-28test-bdrv-drain: don't use BlockJob.blkVladimir Sementsov-Ogievskiy1-4/+8
2021-12-28block/stream: add own blkVladimir Sementsov-Ogievskiy1-6/+18
2021-12-28test-blockjob-txn: don't abuse job->blkVladimir Sementsov-Ogievskiy1-9/+1
2021-12-28blockjob: implement and use block_job_get_aio_contextVladimir Sementsov-Ogievskiy4-4/+16
2021-12-28job.c: add missing notifier initializationEmanuele Giuseppe Esposito1-0/+1
2021-12-23Merge tag 'pull-pa-20211223' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-7/+12
2021-12-23target/hppa: Fix deposit assert from trans_shrpw_immRichard Henderson1-7/+12
2021-12-23Merge tag 'for-upstream-mtest' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson6-561/+51
2021-12-23Merge tag 'pull-nbd-2021-12-22-v2' of https://src.openvz.org/scm/~vsementsov/...Richard Henderson6-31/+199
2021-12-23build: use "meson test" as the test harnessPaolo Bonzini6-561/+51
2021-12-23iotests: add nbd-reconnect-on-open testVladimir Sementsov-Ogievskiy2-0/+82
2021-12-23iotests.py: add qemu_io_popen()Vladimir Sementsov-Ogievskiy1-0/+3
2021-12-23iotests.py: add and use qemu_io_wrap_args()Vladimir Sementsov-Ogievskiy1-10/+10
2021-12-23iotests.py: add qemu_tool_popen()Vladimir Sementsov-Ogievskiy1-3/+11
2021-12-22Merge tag 'pull-block-2021-12-22' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson2-10/+80
2021-12-22iotests: check: multiprocessing supportVladimir Sementsov-Ogievskiy2-9/+64
2021-12-22iotests/testrunner.py: move updating last_elapsed to run_testsVladimir Sementsov-Ogievskiy1-1/+3
2021-12-22iotests/testrunner.py: add doc string for run_test()Vladimir Sementsov-Ogievskiy1-0/+13
2021-12-22Merge tag 'pull-request-2021-12-22' of https://gitlab.com/thuth/qemu into sta...Richard Henderson14-72/+158
2021-12-22tests/qtest/virtio-net-failover: Use g_file_open_tmp() to create temporary fileThomas Huth1-3/+5
2021-12-22tests/qtest/boot-order-test: Check whether machines are availableThomas Huth1-0/+5
2021-12-22tests/qtest/cdrom-test: Check whether devices are available before using themThomas Huth1-21/+39
2021-12-22tests/qtest: Improve endianness-test to work with missing machines and devicesThomas Huth1-1/+4
2021-12-22tests/qtest: Add a function that checks whether a device is availableThomas Huth2-0/+52
2021-12-22MAINTAINERS: Update COLO Proxy sectionZhang Chen1-0/+1
2021-12-22tests/qtest: Make the filter tests independent from a specific NICThomas Huth4-40/+38
2021-12-22tests/qtest/boot-serial-test: Silence the warning about deprecated sga deviceThomas Huth1-5/+5
2021-12-22failover: Silence warning messages during qtestLaurent Vivier2-2/+9
2021-12-21Merge tag 'pull-loong-20211221-2' of https://gitlab.com/rth7680/qemu into sta...Richard Henderson11-1/+3085
2021-12-21configure, meson.build: Mark support for loongarch64 hostsWANG Xuerui2-1/+6
2021-12-21linux-user: Implement CPU-specific signal handler for loongarch64 hostsWANG Xuerui1-0/+87
2021-12-21common-user: Add safe syscall handling for loongarch64 hostsWANG Xuerui1-0/+90
2021-12-21tcg/loongarch64: Register the JITWANG Xuerui1-0/+44
2021-12-21tcg/loongarch64: Implement tcg_target_initWANG Xuerui1-0/+27
2021-12-21tcg/loongarch64: Implement exit_tb/goto_tbWANG Xuerui1-0/+19
2021-12-21tcg/loongarch64: Implement tcg_target_qemu_prologueWANG Xuerui1-0/+68
2021-12-21tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st opsWANG Xuerui2-0/+355
2021-12-21tcg/loongarch64: Implement simple load/store opsWANG Xuerui2-0/+132
2021-12-21tcg/loongarch64: Implement tcg_out_callWANG Xuerui1-0/+34
2021-12-21tcg/loongarch64: Implement setcond opsWANG Xuerui2-0/+70
2021-12-21tcg/loongarch64: Implement br/brcond opsWANG Xuerui2-0/+54
2021-12-21tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu opsWANG Xuerui3-8/+74
2021-12-21tcg/loongarch64: Implement add/sub opsWANG Xuerui2-0/+40
2021-12-21tcg/loongarch64: Implement shl/shr/sar/rotl/rotr opsWANG Xuerui3-2/+94
2021-12-21tcg/loongarch64: Implement clz/ctz opsWANG Xuerui3-4/+47