aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-21Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson110-482/+475
2022-04-21Merge tag 'pull-target-arm-20220421' of https://git.linaro.org/people/pmaydel...Richard Henderson25-600/+1457
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
2022-04-21qtest: simplify socket_send()Marc-André Lureau1-14/+2
2022-04-21qga: move qga_get_host_name()Marc-André Lureau7-59/+60
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau6-13/+15
2022-04-21tests: run-time skip test-qga if TSAN is enabledMarc-André Lureau2-1/+8
2022-04-21compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}Marc-André Lureau1-0/+8
2022-04-21tests: remove block/qdict checks from check-qobject.cMarc-André Lureau1-8/+0
2022-04-21include: move qdict_{crumple,flatten} declarationsMarc-André Lureau4-3/+5
2022-04-21include: add qemu/keyval.hMarc-André Lureau9-10/+21
2022-04-21include: move qemu_fdatasync() to osdepMarc-André Lureau4-17/+18
2022-04-21include: move qemu_msync() to osdepMarc-André Lureau5-39/+41
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau58-191/+214
2022-04-21osdep.h: move qemu_build_not_reached()Marc-André Lureau2-16/+16
2022-04-21doc/style: CLang -> ClangMarc-André Lureau1-1/+1
2022-04-21intc/exynos4210_gic: replace snprintf() with g_strdup_printf()Marc-André Lureau1-6/+3
2022-04-21arm/allwinner-a10: replace snprintf() with g_strdup_printf()Marc-André Lureau1-3/+1
2022-04-21arm/digic: replace snprintf() with g_strdup_printf()Marc-André Lureau1-4/+1
2022-04-21docs: trace-events-all is installed without renamingMarc-André Lureau1-1/+1
2022-04-21qga: replace usleep() with g_usleep()Marc-André Lureau1-1/+1
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau12-11/+11
2022-04-21hw/hyperv: remove needless qemu-common.h includeMarc-André Lureau1-1/+0
2022-04-21Simplify softmmu/main.cMarc-André Lureau4-21/+20
2022-04-21scripts/analyze-inclusions: drop qemu-common.h from analysisMarc-André Lureau1-4/+0