aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-27Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri
2022-04-22hw/display/vmware_vga: do not discard screen updatesCarwyn Ellis
2022-04-21Merge tag 'pull-migration-20220421a' of https://gitlab.com/dagrh/qemu into st...Richard Henderson
2022-04-21Merge tag 'pull-rx-20220421' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-21Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingRichard Henderson
2022-04-21migration: Read state onceDr. David Alan Gilbert
2022-04-21migration: Fix operator typeDr. David Alan Gilbert
2022-04-21migration: Allow migrate-recover to run multiple timesPeter Xu
2022-04-21migration: Move channel setup out of postcopy_try_recover()Peter Xu
2022-04-21migration: Export ram_load_postcopy()Peter Xu
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu
2022-04-21migration: Add pss.postcopy_requested statusPeter Xu
2022-04-21migration: Drop multifd tls_hostname cachePeter Xu
2022-04-21migration: Postpone releasing MigrationState.hostnamePeter Xu
2022-04-21tests: expand the migration precopy helper to support failuresDaniel P. Berrangé
2022-04-21tests: switch migration FD passing test to use common precopy helperDaniel P. Berrangé
2022-04-21tests: introduce ability to provide hooks for migration precopy testDaniel P. Berrangé
2022-04-21tests: merge code for UNIX and TCP migration pre-copy testsDaniel P. Berrangé
2022-04-21tests: switch MigrateStart struct to be stack allocatedDaniel P. Berrangé
2022-04-21migration: fix use of TLS PSK credentials with a UNIX socketDaniel P. Berrangé
2022-04-21tests: print newline after QMP response in qtest logsDaniel P. Berrangé
2022-04-21tests: support QTEST_TRACE env variableDaniel P. Berrangé
2022-04-21tests: improve error message when saving TLS PSK file failsDaniel P. Berrangé
2022-04-21Merge tag 'pull-qapi-2022-04-21' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson
2022-04-21target/rx: update PC correctly in wait instructionTomoaki Kawada
2022-04-21target/rx: set PSW.I when executing wait instructionTomoaki Kawada
2022-04-21hw/rx: rx-gdbsim DTB load address aligned of 16byte.Yoshinori Sato
2022-04-21target/rx: Swap stack pointers on clrpsw/setpsw instructionRichard Henderson
2022-04-21target/rx: Move DISAS_UPDATE check for write to PSWRichard Henderson
2022-04-21target/rx: Store PSW.U in tb->flagsRichard Henderson
2022-04-21target/rx: Put tb_flags into DisasContextRichard Henderson
2022-04-21Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson
2022-04-21Merge tag 'pull-target-arm-20220421' of https://git.linaro.org/people/pmaydel...Richard Henderson
2022-04-21python/qmp: remove pylint workaround from legacy.pyJohn Snow
2022-04-21python: rename 'aqmp-tui' to 'qmp-tui'John Snow
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow
2022-04-21python: re-enable pylint duplicate-code warningsJohn Snow
2022-04-21python: remove the old QMP packageJohn Snow
2022-04-21python/aqmp: copy qmp docstrings to qemu.aqmp.legacyJohn Snow
2022-04-21python/aqmp: fully separate from qmp.QEMUMonitorProtocolJohn Snow
2022-04-21python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow
2022-04-21python: temporarily silence pylint duplicate-code warningsJohn Snow
2022-04-21python/aqmp-tui: relicense as LGPLv2+John Snow
2022-04-21python/qmp-shell: relicense as LGPLv2+John Snow
2022-04-21python/aqmp: relicense as LGPLv2+John Snow
2022-04-21python/aqmp: add explicit GPLv2 license to legacy.pyJohn Snow
2022-04-21iotests: switch to AQMPJohn Snow
2022-04-21iotests/mirror-top-perms: switch to AQMPJohn Snow
2022-04-21scripts/bench-block-job: switch to AQMPJohn Snow
2022-04-21python/machine: permanently switch to AQMPJohn Snow