aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-23iotests.py: add qemu_tool_popen()Vladimir Sementsov-Ogievskiy
2021-12-22Merge tag 'pull-block-2021-12-22' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson
2021-12-22iotests: check: multiprocessing supportVladimir Sementsov-Ogievskiy
2021-12-22iotests/testrunner.py: move updating last_elapsed to run_testsVladimir Sementsov-Ogievskiy
2021-12-22iotests/testrunner.py: add doc string for run_test()Vladimir Sementsov-Ogievskiy
2021-12-22Merge tag 'pull-request-2021-12-22' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2021-12-22tests/qtest/virtio-net-failover: Use g_file_open_tmp() to create temporary fileThomas Huth
2021-12-22tests/qtest/boot-order-test: Check whether machines are availableThomas Huth
2021-12-22tests/qtest/cdrom-test: Check whether devices are available before using themThomas Huth
2021-12-22tests/qtest: Improve endianness-test to work with missing machines and devicesThomas Huth
2021-12-22tests/qtest: Add a function that checks whether a device is availableThomas Huth
2021-12-22MAINTAINERS: Update COLO Proxy sectionZhang Chen
2021-12-22tests/qtest: Make the filter tests independent from a specific NICThomas Huth
2021-12-22tests/qtest/boot-serial-test: Silence the warning about deprecated sga deviceThomas Huth
2021-12-22failover: Silence warning messages during qtestLaurent Vivier
2021-12-21Merge tag 'pull-loong-20211221-2' of https://gitlab.com/rth7680/qemu into sta...Richard Henderson
2021-12-21configure, meson.build: Mark support for loongarch64 hostsWANG Xuerui
2021-12-21linux-user: Implement CPU-specific signal handler for loongarch64 hostsWANG Xuerui
2021-12-21common-user: Add safe syscall handling for loongarch64 hostsWANG Xuerui
2021-12-21tcg/loongarch64: Register the JITWANG Xuerui
2021-12-21tcg/loongarch64: Implement tcg_target_initWANG Xuerui
2021-12-21tcg/loongarch64: Implement exit_tb/goto_tbWANG Xuerui
2021-12-21tcg/loongarch64: Implement tcg_target_qemu_prologueWANG Xuerui
2021-12-21tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement simple load/store opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement tcg_out_callWANG Xuerui
2021-12-21tcg/loongarch64: Implement setcond opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement br/brcond opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement add/sub opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement shl/shr/sar/rotl/rotr opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement clz/ctz opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement bswap{16,32,64} opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement deposit/extract opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement sign-/zero-extension opsWANG Xuerui
2021-12-21tcg/loongarch64: Implement goto_ptrWANG Xuerui
2021-12-21tcg/loongarch64: Implement tcg_out_mov and tcg_out_moviWANG Xuerui
2021-12-21tcg/loongarch64: Implement the memory barrier opWANG Xuerui
2021-12-21tcg/loongarch64: Implement necessary relocation operationsWANG Xuerui
2021-12-21tcg/loongarch64: Define the operand constraintsWANG Xuerui
2021-12-21tcg/loongarch64: Add register names, allocation order and input/output setsWANG Xuerui
2021-12-21tcg/loongarch64: Add generated instruction opcodes and encoding helpersWANG Xuerui
2021-12-21tcg/loongarch64: Add the tcg-target.h fileWANG Xuerui
2021-12-21MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainerWANG Xuerui
2021-12-21elf: Add machine type value for LoongArchWANG Xuerui
2021-12-21Merge tag 'dbus-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Richard Henderson
2021-12-21nbd/client-connection: improve error message of cancelled attemptVladimir Sementsov-Ogievskiy
2021-12-21nbd/client-connection: nbd_co_establish_connection(): return real errorVladimir Sementsov-Ogievskiy
2021-12-21nbd: allow reconnect on open, with corresponding new optionsVladimir Sementsov-Ogievskiy