index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-02-08
migration: control whether snapshots are ovewritten
Daniel P. Berrangé
2021-02-08
block: rename and alter bdrv_all_find_snapshot semantics
Daniel P. Berrangé
2021-02-08
block: allow specifying name of block device for vmstate storage
Daniel P. Berrangé
2021-02-08
block: add ability to specify list of blockdevs during snapshot
Daniel P. Berrangé
2021-02-08
migration: stop returning errno from load_snapshot()
Daniel P. Berrangé
2021-02-08
migration: Make save_snapshot() return bool, not 0/-1
Philippe Mathieu-Daudé
2021-02-08
block: push error reporting into bdrv_all_*_snapshot functions
Daniel P. Berrangé
2021-02-08
migration: Display the migration blockers
Dr. David Alan Gilbert
2021-02-08
migration: Add blocker information
Dr. David Alan Gilbert
2021-02-08
migration: Fix a few absurdly defective error messages
Markus Armbruster
2021-02-08
migration: Fix cache_init()'s "Failed to allocate" error messages
Markus Armbruster
2021-02-08
migration: Clean up signed vs. unsigned XBZRLE cache-size
Markus Armbruster
2021-02-08
migration: Fix migrate-set-parameters argument validation
Markus Armbruster
2021-02-08
migration: introduce 'userfaultfd-wrlat.py' script
Andrey Gruzdev
2021-02-08
migration: implementation of background snapshot thread
Andrey Gruzdev
2021-02-08
migration: support UFFD write fault processing in ram_save_iterate()
Andrey Gruzdev
2021-02-08
migration: introduce UFFD-WP low-level interface helpers
Andrey Gruzdev
2021-02-08
migration: introduce 'background-snapshot' migration capability
Andrey Gruzdev
2021-02-08
migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()
Wainer dos Santos Moschetta
2021-02-08
savevm: Fix memory leak of vmstate_configuration
Jinhao Gao
2021-02-08
spapr_pci: Fix memory leak of vmstate_spapr_pci
Jinhao Gao
2021-02-08
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210207' into...
Peter Maydell
2021-02-07
utils/fifo8: add VMSTATE_FIFO8_TEST macro
Mark Cave-Ayland
2021-02-07
utils/fifo8: change fatal errors from abort() to assert()
Mark Cave-Ayland
2021-02-05
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into...
Peter Maydell
2021-02-05
accel: introduce AccelCPUClass extending CPUClass
Claudio Fontana
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
2021-02-05
cpu: move adjust_watchpoint_address to tcg_ops
Claudio Fontana
2021-02-05
physmem: make watchpoint checking code TCG-only
Claudio Fontana
2021-02-05
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
2021-02-05
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
target/arm: do not use cc->do_interrupt for KVM directly
Claudio Fontana
2021-02-05
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
2021-02-05
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
2021-02-05
target/riscv: remove CONFIG_TCG, as it is always TCG
Claudio Fontana
2021-02-05
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
2021-02-05
tcg/tci: Remove TCG_CONST
Richard Henderson
2021-02-05
tcg/tci: Fix TCG_REG_R4 misusage
Richard Henderson
2021-02-05
tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
Richard Henderson
2021-02-05
tcg/tci: Remove TODO as unused
Richard Henderson
2021-02-05
tcg/tci: Implement 64-bit division
Richard Henderson
2021-02-05
tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
Richard Henderson
2021-02-05
tcg/tci: Use g_assert_not_reached
Richard Henderson
[next]