aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-24migration: Create migrate_cap_set()Juan Quintela
2023-04-24spice: move client_migrate_info command to ui/Juan Quintela
2023-04-24migration: move migration_global_dump() to migration-hmp-cmds.cJuan Quintela
2023-04-24migration: Minor control flow simplificationEric Blake
2023-04-24Merge tag 'migration-20230420-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson
2023-04-24migration: Pass migrate_caps_check() the old and new capsJuan Quintela
2023-04-24migration: rename enabled_capabilities to capabilitiesJuan Quintela
2023-04-24migration/postcopy: Detect file system on dest hostPeter Xu
2023-04-24vl.c: Create late backends before migration objectPeter Xu
2023-04-24util/mmap-alloc: qemu_fd_getfs()Peter Xu
2023-04-24migration: Handle block device inactivation failures betterEric Blake
2023-04-24migration: Rename normal to normal_pagesJuan Quintela
2023-04-24migration: Rename duplicate to zero_pagesJuan Quintela
2023-04-24migration: Make postcopy_requests atomicJuan Quintela
2023-04-24migration: Make dirty_sync_count atomicJuan Quintela
2023-04-24migration: Make downtime_bytes atomicJuan Quintela
2023-04-24migration: Make precopy_bytes atomicJuan Quintela
2023-04-24migration: Make dirty_sync_missed_zero_copy atomicJuan Quintela
2023-04-24migration: Make multifd_bytes atomicJuan Quintela
2023-04-24migration: Update atomic stats out of the mutexJuan Quintela
2023-04-24migration: Merge ram_counters and ram_atomic_countersJuan Quintela
2023-04-24migration: remove extra whitespace character for code style李皆俊
2023-04-23Merge tag 'pull-tcg-20230423' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-04-23tcg/riscv: Conditionalize tcg_out_exts_i32_i64Richard Henderson
2023-04-23tcg: Clear TCGLabelQemuLdst on allocationRichard Henderson
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson
2023-04-23tcg: Introduce tcg_out_movextRichard Henderson
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson
2023-04-23tcg: Split out tcg_out_exts_i32_i64Richard Henderson
2023-04-23tcg: Split out tcg_out_ext32uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext32sRichard Henderson
2023-04-23tcg: Split out tcg_out_ext16uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext16sRichard Henderson
2023-04-23tcg: Split out tcg_out_ext8uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext8sRichard Henderson
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson
2023-04-23tcg: Replace if + tcg_abort with tcg_debug_assertRichard Henderson
2023-04-22Merge tag 'pull-hex-20230421' of https://github.com/quic/qemu into stagingRichard Henderson
2023-04-22Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-04-21Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson
2023-04-21Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructionsTaylor Simpson
2023-04-21Hexagon (target/hexagon) Remove unused slot variable in helpersTaylor Simpson
2023-04-21Hexagon (tests/tcg/hexagon) Move HVX test infra to header fileTaylor Simpson
2023-04-21Hexagon (target/hexagon) Updates to USR should use get_result_gprTaylor Simpson
2023-04-21Hexagon (target/hexagon) Add overrides for count trailing zeros/onesTaylor Simpson
2023-04-21Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_storesTaylor Simpson
2023-04-21Hexagon (target/hexagon) Remove redundant/unused macrosTaylor Simpson
2023-04-21Use black code style for python scriptsMarco Liebel
2023-04-21Use f-strings in python scriptsMarco Liebel