index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-08
block: rename and alter bdrv_all_find_snapshot semantics
Daniel P. Berrangé
5
-13
/
+27
2021-02-08
block: allow specifying name of block device for vmstate storage
Daniel P. Berrangé
6
-14
/
+35
2021-02-08
block: add ability to specify list of blockdevs during snapshot
Daniel P. Berrangé
6
-63
/
+159
2021-02-08
migration: stop returning errno from load_snapshot()
Daniel P. Berrangé
5
-14
/
+21
2021-02-08
migration: Make save_snapshot() return bool, not 0/-1
Philippe Mathieu-Daudé
4
-11
/
+18
2021-02-08
block: push error reporting into bdrv_all_*_snapshot functions
Daniel P. Berrangé
7
-90
/
+68
2021-02-08
migration: Display the migration blockers
Dr. David Alan Gilbert
1
-0
/
+9
2021-02-08
migration: Add blocker information
Dr. David Alan Gilbert
4
-2
/
+43
2021-02-08
migration: Fix a few absurdly defective error messages
Markus Armbruster
1
-12
/
+11
2021-02-08
migration: Fix cache_init()'s "Failed to allocate" error messages
Markus Armbruster
1
-4
/
+2
2021-02-08
migration: Clean up signed vs. unsigned XBZRLE cache-size
Markus Armbruster
7
-9
/
+9
2021-02-08
migration: Fix migrate-set-parameters argument validation
Markus Armbruster
2
-26
/
+26
2021-02-08
migration: introduce 'userfaultfd-wrlat.py' script
Andrey Gruzdev
1
-0
/
+122
2021-02-08
migration: implementation of background snapshot thread
Andrey Gruzdev
4
-3
/
+258
2021-02-08
migration: support UFFD write fault processing in ram_save_iterate()
Andrey Gruzdev
4
-29
/
+306
2021-02-08
migration: introduce UFFD-WP low-level interface helpers
Andrey Gruzdev
5
-0
/
+391
2021-02-08
migration: introduce 'background-snapshot' migration capability
Andrey Gruzdev
5
-1
/
+134
2021-02-08
migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()
Wainer dos Santos Moschetta
1
-1
/
+1
2021-02-08
savevm: Fix memory leak of vmstate_configuration
Jinhao Gao
1
-4
/
+27
2021-02-08
spapr_pci: Fix memory leak of vmstate_spapr_pci
Jinhao Gao
1
-0
/
+11
2021-02-08
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210207' into...
Peter Maydell
2
-18
/
+14
2021-02-07
utils/fifo8: add VMSTATE_FIFO8_TEST macro
Mark Cave-Ayland
1
-6
/
+10
2021-02-07
utils/fifo8: change fatal errors from abort() to assert()
Mark Cave-Ayland
1
-12
/
+4
2021-02-05
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into...
Peter Maydell
108
-1064
/
+1564
2021-02-05
accel: introduce AccelCPUClass extending CPUClass
Claudio Fontana
4
-0
/
+87
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
44
-163
/
+361
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
24
-53
/
+125
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
36
-306
/
+582
2021-02-05
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
5
-17
/
+12
2021-02-05
cpu: move adjust_watchpoint_address to tcg_ops
Claudio Fontana
4
-9
/
+10
2021-02-05
physmem: make watchpoint checking code TCG-only
Claudio Fontana
1
-69
/
+72
2021-02-05
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
14
-19
/
+23
2021-02-05
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
12
-29
/
+34
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
27
-42
/
+41
2021-02-05
target/arm: do not use cc->do_interrupt for KVM directly
Claudio Fontana
2
-4
/
+6
2021-02-05
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
7
-9
/
+9
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
26
-38
/
+42
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
25
-42
/
+54
2021-02-05
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
13
-22
/
+30
2021-02-05
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
5
-40
/
+77
2021-02-05
target/riscv: remove CONFIG_TCG, as it is always TCG
Claudio Fontana
1
-2
/
+1
2021-02-05
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
25
-30
/
+48
2021-02-05
tcg/tci: Remove TCG_CONST
Richard Henderson
4
-194
/
+89
2021-02-05
tcg/tci: Fix TCG_REG_R4 misusage
Richard Henderson
2
-10
/
+5
2021-02-05
tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
Richard Henderson
2
-53
/
+5
2021-02-05
tcg/tci: Remove TODO as unused
Richard Henderson
1
-8
/
+0
2021-02-05
tcg/tci: Implement 64-bit division
Richard Henderson
3
-11
/
+25
2021-02-05
tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
Richard Henderson
2
-20
/
+0
2021-02-05
tcg/tci: Use g_assert_not_reached
Richard Henderson
1
-8
/
+7
2021-02-05
tcg/tci: Merge INDEX_op_{st_i32,st32_i64}
Richard Henderson
1
-6
/
+1
[next]