aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-17docs/sphinx: avoid invalid escape in Python stringPaolo Bonzini1-1/+1
2023-10-17tests/docker: avoid invalid escape in Python stringPaolo Bonzini1-1/+1
2023-10-17scripts/get_maintainer.pl: don't print parenthesesEmmanouil Pitsidianakis1-0/+1
2023-10-17scripts: Mark feature_to_c.py as non-executable to fix a build issueThomas Huth1-0/+0
2023-10-17tests/vm: netbsd: install dtcPaolo Bonzini1-1/+5
2023-10-17target/i386: check intercept for XSETBVPaolo Bonzini2-0/+2
2023-10-17target/i386/cpu: Fix CPUID_HT exposureXiaoyao Li2-0/+3
2023-10-17Revert "configure: Add workaround for ccache and clang"Yonggang Luo1-32/+0
2023-10-17iotests: use the correct python to run lintersJohn Snow1-1/+1
2023-10-17iotests: get rid of '..' in path environment outputJohn Snow1-1/+1
2023-10-16Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingStefan Hajnoczi82-1735/+1484
2023-10-16Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi9-87/+49
2023-10-16Merge tag 'pull-ufs-20231013' of https://gitlab.com/jeuk20.kim/qemu into stagingStefan Hajnoczi4-17/+15
2023-10-16Merge tag 'pull-request-2023-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi8-3/+46
2023-10-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi60-499/+843
2023-10-16Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi6-19/+19
2023-10-16Merge tag 'mem-2023-10-12' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi23-113/+839
2023-10-13hw/ufs: Fix incorrect register fieldsJeuk Kim1-2/+2
2023-10-13hw/ufs: Fix code coverity issuesJeuk Kim3-15/+13
2023-10-13LoongArch: step down as general arch maintainerXiaojuan Yang1-2/+0
2023-10-13hw/loongarch/virt: Remove unused 'loongarch_virt_pm' regionSong Gao2-50/+5
2023-10-13hw/loongarch/virt: Remove unused ISA BusPhilippe Mathieu-Daudé3-9/+0
2023-10-13hw/loongarch/virt: Remove unused ISA UARTPhilippe Mathieu-Daudé1-1/+0
2023-10-13hw/loongarch: remove global loaderparams variableThomas Weißschuh1-23/+27
2023-10-13target/loongarch: Add preldx instructionSong Gao3-0/+15
2023-10-13target/loongarch: fix ASXE flag conflictJiajie Chen1-2/+2
2023-10-12python: use vm.cmd() instead of vm.qmp() where appropriateVladimir Sementsov-Ogievskiy44-1462/+988
2023-10-12scripts: add python_qmp_updater.pyVladimir Sementsov-Ogievskiy1-0/+136
2023-10-12tests/vm/basevm.py: use cmd() instead of qmp()Vladimir Sementsov-Ogievskiy1-2/+2
2023-10-12iotests.py: pause_job(): drop return valueVladimir Sementsov-Ogievskiy1-2/+1
2023-10-12iotests: drop some extra ** in qmp() callVladimir Sementsov-Ogievskiy10-56/+54
2023-10-12iotests: drop some extra semicolonsVladimir Sementsov-Ogievskiy2-2/+2
2023-10-12iotests: refactor some common qmp result checks into generic patternVladimir Sementsov-Ogievskiy5-7/+10
2023-10-12iotests: add some missed checks of qmp resultVladimir Sementsov-Ogievskiy4-0/+6
2023-10-12iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.Vladimir Sementsov-Ogievskiy1-1/+6
2023-10-12python/machine.py: upgrade vm.cmd() methodVladimir Sementsov-Ogievskiy1-1/+11
2023-10-12python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy29-199/+204
2023-10-12python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy3-4/+4
2023-10-12scripts/cpu-x86-uarch-abi.py: use .command() instead of .cmd()Vladimir Sementsov-Ogievskiy1-6/+6
2023-10-12qmp_shell.py: _fill_completion() use .command() instead of .cmd()Vladimir Sementsov-Ogievskiy1-6/+14
2023-10-12python/qemu/qmp/legacy: cmd(): drop cmd_id unused argumentVladimir Sementsov-Ogievskiy1-5/+1
2023-10-12target/i386: fix shadowed variable pastoPaolo Bonzini1-1/+1
2023-10-12contrib/vhost-user-gpu: Fix compiler warning when compiling with -WshadowThomas Huth2-7/+7
2023-10-12block: Add assertion for bdrv_graph_wrlock()Kevin Wolf2-2/+4
2023-10-12block: Protect bs->children with graph_lockKevin Wolf4-3/+10
2023-10-12block: Protect bs->parents with graph_lockKevin Wolf2-2/+7
2023-10-12block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCKKevin Wolf4-8/+10
2023-10-12block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCKKevin Wolf10-5/+22
2023-10-12block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCKKevin Wolf7-5/+30
2023-10-12qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCKKevin Wolf1-6/+3