summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-22dump/win_dump: add helper macros for Windows dump header accessViktor Prutyanov1-35/+65
2022-04-22include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov3-14/+14
2022-04-22dump: Consolidate elf note functionJanosch Frank1-7/+11
2022-04-22dump: Cleanup dump_begin write functionsJanosch Frank1-31/+11
2022-04-22dump: Consolidate phdr note writesJanosch Frank1-46/+48
2022-04-22dump: Introduce dump_is_64bit() helper functionJanosch Frank1-10/+15
2022-04-22dump: Add more offset variablesJanosch Frank2-20/+19
2022-04-22dump: Remove the section if when calculating the memory offsetJanosch Frank1-16/+8
2022-04-22dump: Introduce shdr_num to decrease complexityJanosch Frank2-13/+13
2022-04-22dump: Remove the sh_info variableJanosch Frank2-22/+25
2022-04-22dump: Use ERRP_GUARD()Janosch Frank1-83/+61
2022-04-21migration: Read state onceDr. David Alan Gilbert1-2/+3
2022-04-21migration: Fix operator typeDr. David Alan Gilbert1-1/+1
2022-04-21migration: Allow migrate-recover to run multiple timesPeter Xu3-15/+2
2022-04-21migration: Move channel setup out of postcopy_try_recover()Peter Xu1-12/+11
2022-04-21migration: Export ram_load_postcopy()Peter Xu2-1/+2
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu4-22/+24
2022-04-21migration: Add pss.postcopy_requested statusPeter Xu1-0/+6
2022-04-21migration: Drop multifd tls_hostname cachePeter Xu2-9/+3
2022-04-21migration: Postpone releasing MigrationState.hostnamePeter Xu2-1/+3
2022-04-21tests: expand the migration precopy helper to support failuresDaniel P. Berrangé1-9/+42
2022-04-21tests: switch migration FD passing test to use common precopy helperDaniel P. Berrangé1-36/+21
2022-04-21tests: introduce ability to provide hooks for migration precopy testDaniel P. Berrangé1-0/+38
2022-04-21tests: merge code for UNIX and TCP migration pre-copy testsDaniel P. Berrangé1-49/+49
2022-04-21tests: switch MigrateStart struct to be stack allocatedDaniel P. Berrangé1-78/+56
2022-04-21migration: fix use of TLS PSK credentials with a UNIX socketDaniel P. Berrangé1-4/+0
2022-04-21tests: print newline after QMP response in qtest logsDaniel P. Berrangé1-1/+4
2022-04-21tests: support QTEST_TRACE env variableDaniel P. Berrangé1-2/+6
2022-04-21tests: improve error message when saving TLS PSK file failsDaniel P. Berrangé1-1/+1
2022-04-21target/rx: update PC correctly in wait instructionTomoaki Kawada1-1/+1
2022-04-21target/rx: set PSW.I when executing wait instructionTomoaki Kawada1-0/+1
2022-04-21hw/rx: rx-gdbsim DTB load address aligned of 16byte.Yoshinori Sato1-1/+1
2022-04-21target/rx: Swap stack pointers on clrpsw/setpsw instructionRichard Henderson1-1/+6
2022-04-21target/rx: Move DISAS_UPDATE check for write to PSWRichard Henderson1-10/+4
2022-04-21target/rx: Store PSW.U in tb->flagsRichard Henderson2-19/+24
2022-04-21target/rx: Put tb_flags into DisasContextRichard Henderson1-1/+3
2022-04-21python/qmp: remove pylint workaround from legacy.pyJohn Snow1-2/+0
2022-04-21python: rename 'aqmp-tui' to 'qmp-tui'John Snow2-9/+9
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow30-71/+71
2022-04-21python: re-enable pylint duplicate-code warningsJohn Snow1-1/+0
2022-04-21python: remove the old QMP packageJohn Snow6-410/+4
2022-04-21python/aqmp: copy qmp docstrings to qemu.aqmp.legacyJohn Snow1-8/+90
2022-04-21python/aqmp: fully separate from qmp.QEMUMonitorProtocolJohn Snow1-6/+31
2022-04-21python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow3-32/+27
2022-04-21python: temporarily silence pylint duplicate-code warningsJohn Snow1-0/+1
2022-04-21python/aqmp-tui: relicense as LGPLv2+John Snow1-1/+1
2022-04-21python/qmp-shell: relicense as LGPLv2+John Snow1-3/+4
2022-04-21python/aqmp: relicense as LGPLv2+John Snow1-3/+3
2022-04-21python/aqmp: add explicit GPLv2 license to legacy.pyJohn Snow1-0/+11
2022-04-21iotests: switch to AQMPJohn Snow1-2/+1