aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-08migration: Add blocker informationDr. David Alan Gilbert
2021-02-08migration: Fix a few absurdly defective error messagesMarkus Armbruster
2021-02-08migration: Fix cache_init()'s "Failed to allocate" error messagesMarkus Armbruster
2021-02-08migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster
2021-02-08migration: Fix migrate-set-parameters argument validationMarkus Armbruster
2021-02-08migration: introduce 'userfaultfd-wrlat.py' scriptAndrey Gruzdev
2021-02-08migration: implementation of background snapshot threadAndrey Gruzdev
2021-02-08migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev
2021-02-08migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev
2021-02-08migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev
2021-02-08migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()Wainer dos Santos Moschetta
2021-02-08savevm: Fix memory leak of vmstate_configurationJinhao Gao
2021-02-08spapr_pci: Fix memory leak of vmstate_spapr_pciJinhao Gao
2021-02-08Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210207' into...Peter Maydell
2021-02-07utils/fifo8: add VMSTATE_FIFO8_TEST macroMark Cave-Ayland
2021-02-07utils/fifo8: change fatal errors from abort() to assert()Mark Cave-Ayland
2021-02-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into...Peter Maydell
2021-02-05accel: introduce AccelCPUClass extending CPUClassClaudio Fontana
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana
2021-02-05physmem: make watchpoint checking code TCG-onlyClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05target/arm: do not use cc->do_interrupt for KVM directlyClaudio Fontana
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana
2021-02-05target/riscv: remove CONFIG_TCG, as it is always TCGClaudio Fontana
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2021-02-05tcg/tci: Remove TCG_CONSTRichard Henderson
2021-02-05tcg/tci: Fix TCG_REG_R4 misusageRichard Henderson
2021-02-05tcg/tci: Restrict TCG_TARGET_NB_REGS to 16Richard Henderson
2021-02-05tcg/tci: Remove TODO as unusedRichard Henderson
2021-02-05tcg/tci: Implement 64-bit divisionRichard Henderson
2021-02-05tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*Richard Henderson
2021-02-05tcg/tci: Use g_assert_not_reachedRichard Henderson
2021-02-05tcg/tci: Merge INDEX_op_{st_i32,st32_i64}Richard Henderson
2021-02-05tcg/tci: Move stack bounds check to compile-timeRichard Henderson
2021-02-05tcg/tci: Merge INDEX_op_st16_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_st8_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld16s_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld16u_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld8s_{i32,i64}Richard Henderson