aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-17migration: Allow user to specify available switchover bandwidthPeter Xu
2023-10-17migration: Use g_autofree to simplify ram_dirty_bitmap_reload()Philippe Mathieu-Daudé
2023-10-17migration: refactor migration_completionWei Wang
2023-10-16Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingStefan Hajnoczi
2023-10-16Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2023-10-16Merge tag 'pull-ufs-20231013' of https://gitlab.com/jeuk20.kim/qemu into stagingStefan Hajnoczi
2023-10-16Merge tag 'pull-request-2023-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-10-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-10-16Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi
2023-10-16Merge tag 'mem-2023-10-12' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2023-10-13hw/ufs: Fix incorrect register fieldsJeuk Kim
2023-10-13hw/ufs: Fix code coverity issuesJeuk Kim
2023-10-13LoongArch: step down as general arch maintainerXiaojuan Yang
2023-10-13hw/loongarch/virt: Remove unused 'loongarch_virt_pm' regionSong Gao
2023-10-13hw/loongarch/virt: Remove unused ISA BusPhilippe Mathieu-Daudé
2023-10-13hw/loongarch/virt: Remove unused ISA UARTPhilippe Mathieu-Daudé
2023-10-13hw/loongarch: remove global loaderparams variableThomas Weißschuh
2023-10-13target/loongarch: Add preldx instructionSong Gao
2023-10-13target/loongarch: fix ASXE flag conflictJiajie Chen
2023-10-12python: use vm.cmd() instead of vm.qmp() where appropriateVladimir Sementsov-Ogievskiy
2023-10-12scripts: add python_qmp_updater.pyVladimir Sementsov-Ogievskiy
2023-10-12tests/vm/basevm.py: use cmd() instead of qmp()Vladimir Sementsov-Ogievskiy
2023-10-12iotests.py: pause_job(): drop return valueVladimir Sementsov-Ogievskiy
2023-10-12iotests: drop some extra ** in qmp() callVladimir Sementsov-Ogievskiy
2023-10-12iotests: drop some extra semicolonsVladimir Sementsov-Ogievskiy
2023-10-12iotests: refactor some common qmp result checks into generic patternVladimir Sementsov-Ogievskiy
2023-10-12iotests: add some missed checks of qmp resultVladimir Sementsov-Ogievskiy
2023-10-12iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.Vladimir Sementsov-Ogievskiy
2023-10-12python/machine.py: upgrade vm.cmd() methodVladimir Sementsov-Ogievskiy
2023-10-12python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy
2023-10-12python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy
2023-10-12scripts/cpu-x86-uarch-abi.py: use .command() instead of .cmd()Vladimir Sementsov-Ogievskiy
2023-10-12qmp_shell.py: _fill_completion() use .command() instead of .cmd()Vladimir Sementsov-Ogievskiy
2023-10-12python/qemu/qmp/legacy: cmd(): drop cmd_id unused argumentVladimir Sementsov-Ogievskiy
2023-10-12target/i386: fix shadowed variable pastoPaolo Bonzini
2023-10-12contrib/vhost-user-gpu: Fix compiler warning when compiling with -WshadowThomas Huth
2023-10-12block: Add assertion for bdrv_graph_wrlock()Kevin Wolf
2023-10-12block: Protect bs->children with graph_lockKevin Wolf
2023-10-12block: Protect bs->parents with graph_lockKevin Wolf
2023-10-12block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCKKevin Wolf
2023-10-12qcow2: Mark qcow2_inactivate() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_amend_options() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_primary_child() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCKKevin Wolf