summary refs log tree commit diff stats
path: root/scripts/render_block_graph.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-22hw/display/vmware_vga: do not discard screen updatesCarwyn Ellis2-18/+24
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
2022-04-21iotests/mirror-top-perms: switch to AQMPJohn Snow1-6/+3
2022-04-21scripts/bench-block-job: switch to AQMPJohn Snow1-2/+1
2022-04-21python/machine: permanently switch to AQMPJohn Snow2-12/+8
2022-04-21qga: use fixed-length and GDateTime for log timestampMarc-André Lureau1-5/+3
2022-04-21tests/fuzz: fix warningMarc-André Lureau1-2/+0
2022-04-21qga: remove need for QEMU atomic.hMarc-André Lureau1-7/+5
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau6-21/+18
2022-04-21util: use qemu_create() in qemu_write_pidfile()Marc-André Lureau1-2/+1
2022-04-21util: use qemu_write_full() in qemu_write_pidfile()Marc-André Lureau1-1/+1
2022-04-21util: simplify write in signal handlerMarc-André Lureau1-16/+2