The following changes since commit f0a5a31c33a8109061c2493e475c8a2f4d022432:
Update version for v9.2.0-rc0 release (2024-11-13 21:44:45 +0000) are available in the Git repository at: https://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to 378a645b2f6125b1bdbd1fae3e8f30452d5b5934: vl: use qmp_device_add() in qemu_create_cli_devices() (2024-11-14 17:55:51 +0100) ---------------------------------------------------------------- Block layer patches - Fix qmp_device_add() to not throw non-scalar options away (fixes iothread-vq-mapping being silently ignored in device_add) - iotests: Fix mypy failure - parallels: Avoid potential integer overflow - Fix crash in migration_is_running() ---------------------------------------------------------------- Dmitry Frolov (1): parallels: fix possible int overflow John Snow (4): iotests: reflow ReproducibleTestRunner arguments iotests: correct resultclass type in ReproducibleTestRunner python: disable too-many-positional-arguments warning python: silence pylint raising-non-exception error Peter Xu (1): migration: Check current_migration in migration_is_running() Stefan Hajnoczi (2): qdev-monitor: avoid QemuOpts in QMP device_add vl: use qmp_device_add() in qemu_create_cli_devices() block/parallels.c | 4 ++-- migration/migration.c | 4 ++++ system/qdev-monitor.c | 42 ++++++++++++++++++++++++++++-------------- system/vl.c | 14 ++++---------- python/scripts/mkvenv.py | 3 +++ tests/qemu-iotests/iotests.py | 11 +++++++---- python/setup.cfg | 1 + tests/qemu-iotests/pylintrc | 1 + 8 files changed, 50 insertions(+), 30 deletions(-)