Age | Commit message (Expand) | Author |
2023-10-17 | qemu-file: Remove QEMUFileHooks | Juan Quintela |
2023-10-17 | migration/rdma: Create rdma_control_save_page() | Juan Quintela |
2023-10-17 | migration/rdma: Unfold hook_ram_load() | Juan Quintela |
2023-10-17 | migration/rdma: Remove all uses of RAM_CONTROL_HOOK | Juan Quintela |
2023-10-17 | migration/rdma: Unfold ram_control_after_iterate() | Juan Quintela |
2023-10-17 | migration/rdma: Unfold ram_control_before_iterate() | Juan Quintela |
2023-10-17 | migration: Create migrate_rdma() | Juan Quintela |
2023-10-17 | migration: Non multifd migration don't care about multifd flushes | Juan Quintela |
2023-10-17 | migration: hold the BQL during setup | Fiona Ebner |
2023-10-17 | tests/qtest: migration-test: Add tests for file-based migration | Fabiano Rosas |
2023-10-17 | tests/qtest/migration: Add a test for the analyze-migration script | Fabiano Rosas |
2023-10-17 | migration: Fix analyze-migration read operation signedness | Fabiano Rosas |
2023-10-17 | migration: Fix analyze-migration.py when ignore-shared is used | Fabiano Rosas |
2023-10-17 | migration: Add capability parsing to analyze-migration.py | Fabiano Rosas |
2023-10-17 | migration: Fix analyze-migration.py 'configuration' parsing | Fabiano Rosas |
2023-10-17 | migration: Add the configuration vmstate to the json writer | Nikolay Borisov |
2023-10-17 | migration: fix RAMBlock add NULL check | Dmitry Frolov |
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 |