index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-10-17
migration: Allow user to specify available switchover bandwidth
Peter Xu
2023-10-17
migration: Use g_autofree to simplify ram_dirty_bitmap_reload()
Philippe Mathieu-Daudé
2023-10-17
migration: refactor migration_completion
Wei Wang
2023-10-16
Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging
Stefan Hajnoczi
2023-10-16
Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into s...
Stefan Hajnoczi
2023-10-16
Merge tag 'pull-ufs-20231013' of https://gitlab.com/jeuk20.kim/qemu into staging
Stefan Hajnoczi
2023-10-16
Merge tag 'pull-request-2023-10-12' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2023-10-16
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2023-10-16
Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
2023-10-16
Merge tag 'mem-2023-10-12' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2023-10-13
hw/ufs: Fix incorrect register fields
Jeuk Kim
2023-10-13
hw/ufs: Fix code coverity issues
Jeuk Kim
2023-10-13
LoongArch: step down as general arch maintainer
Xiaojuan Yang
2023-10-13
hw/loongarch/virt: Remove unused 'loongarch_virt_pm' region
Song Gao
2023-10-13
hw/loongarch/virt: Remove unused ISA Bus
Philippe Mathieu-Daudé
2023-10-13
hw/loongarch/virt: Remove unused ISA UART
Philippe Mathieu-Daudé
2023-10-13
hw/loongarch: remove global loaderparams variable
Thomas Weißschuh
2023-10-13
target/loongarch: Add preldx instruction
Song Gao
2023-10-13
target/loongarch: fix ASXE flag conflict
Jiajie Chen
2023-10-12
python: use vm.cmd() instead of vm.qmp() where appropriate
Vladimir Sementsov-Ogievskiy
2023-10-12
scripts: add python_qmp_updater.py
Vladimir Sementsov-Ogievskiy
2023-10-12
tests/vm/basevm.py: use cmd() instead of qmp()
Vladimir Sementsov-Ogievskiy
2023-10-12
iotests.py: pause_job(): drop return value
Vladimir Sementsov-Ogievskiy
2023-10-12
iotests: drop some extra ** in qmp() call
Vladimir Sementsov-Ogievskiy
2023-10-12
iotests: drop some extra semicolons
Vladimir Sementsov-Ogievskiy
2023-10-12
iotests: refactor some common qmp result checks into generic pattern
Vladimir Sementsov-Ogievskiy
2023-10-12
iotests: add some missed checks of qmp result
Vladimir Sementsov-Ogievskiy
2023-10-12
iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.
Vladimir Sementsov-Ogievskiy
2023-10-12
python/machine.py: upgrade vm.cmd() method
Vladimir Sementsov-Ogievskiy
2023-10-12
python/qemu: rename command() to cmd()
Vladimir Sementsov-Ogievskiy
2023-10-12
python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
Vladimir Sementsov-Ogievskiy
2023-10-12
scripts/cpu-x86-uarch-abi.py: use .command() instead of .cmd()
Vladimir Sementsov-Ogievskiy
2023-10-12
qmp_shell.py: _fill_completion() use .command() instead of .cmd()
Vladimir Sementsov-Ogievskiy
2023-10-12
python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
Vladimir Sementsov-Ogievskiy
2023-10-12
target/i386: fix shadowed variable pasto
Paolo Bonzini
2023-10-12
contrib/vhost-user-gpu: Fix compiler warning when compiling with -Wshadow
Thomas Huth
2023-10-12
block: Add assertion for bdrv_graph_wrlock()
Kevin Wolf
2023-10-12
block: Protect bs->children with graph_lock
Kevin Wolf
2023-10-12
block: Protect bs->parents with graph_lock
Kevin Wolf
2023-10-12
block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCK
Kevin Wolf
2023-10-12
qcow2: Mark qcow2_inactivate() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_amend_options() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_primary_child() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCK
Kevin Wolf
[next]