aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 '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-21qga: use fixed-length and GDateTime for log timestampMarc-André Lureau
2022-04-21tests/fuzz: fix warningMarc-André Lureau
2022-04-21qga: remove need for QEMU atomic.hMarc-André Lureau
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau
2022-04-21util: use qemu_create() in qemu_write_pidfile()Marc-André Lureau
2022-04-21util: use qemu_write_full() in qemu_write_pidfile()Marc-André Lureau
2022-04-21util: simplify write in signal handlerMarc-André Lureau
2022-04-21qtest: simplify socket_send()Marc-André Lureau
2022-04-21qga: move qga_get_host_name()Marc-André Lureau
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau
2022-04-21tests: run-time skip test-qga if TSAN is enabledMarc-André Lureau
2022-04-21compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}Marc-André Lureau
2022-04-21tests: remove block/qdict checks from check-qobject.cMarc-André Lureau
2022-04-21include: move qdict_{crumple,flatten} declarationsMarc-André Lureau
2022-04-21include: add qemu/keyval.hMarc-André Lureau
2022-04-21include: move qemu_fdatasync() to osdepMarc-André Lureau
2022-04-21include: move qemu_msync() to osdepMarc-André Lureau
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-21osdep.h: move qemu_build_not_reached()Marc-André Lureau
2022-04-21doc/style: CLang -> ClangMarc-André Lureau
2022-04-21intc/exynos4210_gic: replace snprintf() with g_strdup_printf()Marc-André Lureau
2022-04-21arm/allwinner-a10: replace snprintf() with g_strdup_printf()Marc-André Lureau
2022-04-21arm/digic: replace snprintf() with g_strdup_printf()Marc-André Lureau
2022-04-21docs: trace-events-all is installed without renamingMarc-André Lureau
2022-04-21qga: replace usleep() with g_usleep()Marc-André Lureau
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-21hw/hyperv: remove needless qemu-common.h includeMarc-André Lureau
2022-04-21Simplify softmmu/main.cMarc-André Lureau
2022-04-21scripts/analyze-inclusions: drop qemu-common.h from analysisMarc-André Lureau
2022-04-21glib-compat: isolate g_date_time_format_iso8601 version-bypassMarc-André Lureau
2022-04-21hw/arm: Use bit fields for NPCM7XX PWRON STRAPsHao Wu