index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-22
dump/win_dump: add helper macros for Windows dump header access
Viktor Prutyanov
1
-35
/
+65
2022-04-22
include/qemu: rename Windows context definitions to expose bitness
Viktor Prutyanov
3
-14
/
+14
2022-04-22
dump: Consolidate elf note function
Janosch Frank
1
-7
/
+11
2022-04-22
dump: Cleanup dump_begin write functions
Janosch Frank
1
-31
/
+11
2022-04-22
dump: Consolidate phdr note writes
Janosch Frank
1
-46
/
+48
2022-04-22
dump: Introduce dump_is_64bit() helper function
Janosch Frank
1
-10
/
+15
2022-04-22
dump: Add more offset variables
Janosch Frank
2
-20
/
+19
2022-04-22
dump: Remove the section if when calculating the memory offset
Janosch Frank
1
-16
/
+8
2022-04-22
dump: Introduce shdr_num to decrease complexity
Janosch Frank
2
-13
/
+13
2022-04-22
dump: Remove the sh_info variable
Janosch Frank
2
-22
/
+25
2022-04-22
dump: Use ERRP_GUARD()
Janosch Frank
1
-83
/
+61
2022-04-21
migration: Read state once
Dr. David Alan Gilbert
1
-2
/
+3
2022-04-21
migration: Fix operator type
Dr. David Alan Gilbert
1
-1
/
+1
2022-04-21
migration: Allow migrate-recover to run multiple times
Peter Xu
3
-15
/
+2
2022-04-21
migration: Move channel setup out of postcopy_try_recover()
Peter Xu
1
-12
/
+11
2022-04-21
migration: Export ram_load_postcopy()
Peter Xu
2
-1
/
+2
2022-04-21
migration: Move migrate_allow_multifd and helpers into migration.c
Peter Xu
4
-22
/
+24
2022-04-21
migration: Add pss.postcopy_requested status
Peter Xu
1
-0
/
+6
2022-04-21
migration: Drop multifd tls_hostname cache
Peter Xu
2
-9
/
+3
2022-04-21
migration: Postpone releasing MigrationState.hostname
Peter Xu
2
-1
/
+3
2022-04-21
tests: expand the migration precopy helper to support failures
Daniel P. Berrangé
1
-9
/
+42
2022-04-21
tests: switch migration FD passing test to use common precopy helper
Daniel P. Berrangé
1
-36
/
+21
2022-04-21
tests: introduce ability to provide hooks for migration precopy test
Daniel P. Berrangé
1
-0
/
+38
2022-04-21
tests: merge code for UNIX and TCP migration pre-copy tests
Daniel P. Berrangé
1
-49
/
+49
2022-04-21
tests: switch MigrateStart struct to be stack allocated
Daniel P. Berrangé
1
-78
/
+56
2022-04-21
migration: fix use of TLS PSK credentials with a UNIX socket
Daniel P. Berrangé
1
-4
/
+0
2022-04-21
tests: print newline after QMP response in qtest logs
Daniel P. Berrangé
1
-1
/
+4
2022-04-21
tests: support QTEST_TRACE env variable
Daniel P. Berrangé
1
-2
/
+6
2022-04-21
tests: improve error message when saving TLS PSK file fails
Daniel P. Berrangé
1
-1
/
+1
2022-04-21
target/rx: update PC correctly in wait instruction
Tomoaki Kawada
1
-1
/
+1
2022-04-21
target/rx: set PSW.I when executing wait instruction
Tomoaki Kawada
1
-0
/
+1
2022-04-21
hw/rx: rx-gdbsim DTB load address aligned of 16byte.
Yoshinori Sato
1
-1
/
+1
2022-04-21
target/rx: Swap stack pointers on clrpsw/setpsw instruction
Richard Henderson
1
-1
/
+6
2022-04-21
target/rx: Move DISAS_UPDATE check for write to PSW
Richard Henderson
1
-10
/
+4
2022-04-21
target/rx: Store PSW.U in tb->flags
Richard Henderson
2
-19
/
+24
2022-04-21
target/rx: Put tb_flags into DisasContext
Richard Henderson
1
-1
/
+3
2022-04-21
python/qmp: remove pylint workaround from legacy.py
John Snow
1
-2
/
+0
2022-04-21
python: rename 'aqmp-tui' to 'qmp-tui'
John Snow
2
-9
/
+9
2022-04-21
python: rename qemu.aqmp to qemu.qmp
John Snow
30
-71
/
+71
2022-04-21
python: re-enable pylint duplicate-code warnings
John Snow
1
-1
/
+0
2022-04-21
python: remove the old QMP package
John Snow
6
-410
/
+4
2022-04-21
python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
John Snow
1
-8
/
+90
2022-04-21
python/aqmp: fully separate from qmp.QEMUMonitorProtocol
John Snow
1
-6
/
+31
2022-04-21
python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
John Snow
3
-32
/
+27
2022-04-21
python: temporarily silence pylint duplicate-code warnings
John Snow
1
-0
/
+1
2022-04-21
python/aqmp-tui: relicense as LGPLv2+
John Snow
1
-1
/
+1
2022-04-21
python/qmp-shell: relicense as LGPLv2+
John Snow
1
-3
/
+4
2022-04-21
python/aqmp: relicense as LGPLv2+
John Snow
1
-3
/
+3
2022-04-21
python/aqmp: add explicit GPLv2 license to legacy.py
John Snow
1
-0
/
+11
2022-04-21
iotests: switch to AQMP
John Snow
1
-2
/
+1
[next]