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
2016-10-31
tcg: protect translation related stuff with tb_lock.
KONRAD Frederic
4
-6
/
+44
2016-10-31
translate-all: Add assert_(memory|tb)_lock annotations
Alex Bennée
1
-1
/
+21
2016-10-31
linux-user/elfload: ensure mmap_lock() held while setting up
Alex Bennée
1
-0
/
+4
2016-10-31
tcg: comment on which functions have to be called with tb_lock held
Paolo Bonzini
4
-5
/
+29
2016-10-31
cpu-exec: include cpu_index in CPU_LOG_EXEC messages
Alex Bennée
1
-2
/
+3
2016-10-31
translate-all: add DEBUG_LOCKING asserts
Alex Bennée
4
-0
/
+52
2016-10-31
translate_all: DEBUG_FLUSH -> DEBUG_TB_FLUSH
Alex Bennée
1
-4
/
+4
2016-10-31
cpus: make all_vcpus_paused() return bool
Alex Bennée
1
-3
/
+3
2016-10-31
s390x/pci: Check memory region dispatching callbacks
Pierre Morel
1
-5
/
+20
2016-10-31
s390x/pci: use generic interface to inject interrupt
Yi Min Zhao
1
-3
/
+1
2016-10-30
MAINTAINERS: Add maintainer for COLO framework related files
zhanghailiang
1
-0
/
+8
2016-10-30
configure: Support enable/disable COLO feature
zhanghailiang
2
-1
/
+12
2016-10-30
docs: Add documentation for COLO feature
zhanghailiang
1
-0
/
+189
2016-10-30
COLO: Implement failover work for secondary VM
zhanghailiang
1
-0
/
+34
2016-10-30
COLO: Implement the process of failover for primary VM
zhanghailiang
4
-1
/
+55
2016-10-30
COLO: Introduce state to record failover process
zhanghailiang
5
-0
/
+69
2016-10-30
COLO: Add 'x-colo-lost-heartbeat' command to trigger failover
zhanghailiang
12
-1
/
+149
2016-10-30
COLO: Synchronize PVM's state to SVM periodically
zhanghailiang
1
-0
/
+12
2016-10-30
COLO: Add checkpoint-delay parameter for migrate-set-parameters
zhanghailiang
4
-2
/
+36
2016-10-30
COLO: Load VMState into QIOChannelBuffer before restore it
zhanghailiang
1
-2
/
+65
2016-10-30
COLO: Send PVM state to secondary side when do checkpoint
zhanghailiang
2
-17
/
+105
2016-10-30
COLO: Add a new RunState RUN_STATE_COLO
zhanghailiang
2
-1
/
+12
2016-10-30
COLO: Introduce checkpointing protocol
zhanghailiang
3
-2
/
+226
2016-10-30
COLO: Establish a new communicating path for COLO
zhanghailiang
1
-0
/
+28
2016-10-30
migration: Switch to COLO process after finishing loadvm
zhanghailiang
6
-0
/
+67
2016-10-30
migration: Enter into COLO mode after migration if COLO is enabled
zhanghailiang
6
-6
/
+80
2016-10-30
COLO: migrate COLO related info to secondary node
zhanghailiang
4
-0
/
+57
2016-10-30
migration: Introduce capability 'x-colo' to migration
zhanghailiang
9
-2
/
+89
2016-10-28
xen: Rename xen_be_del_xendev
Emil Condrea
3
-3
/
+3
2016-10-28
xen: Rename xen_be_find_xendev
Emil Condrea
4
-5
/
+5
2016-10-28
xen: Rename xen_be_evtchn_event
Emil Condrea
3
-3
/
+3
2016-10-28
xen: Rename xen_be_send_notify
Emil Condrea
7
-15
/
+15
2016-10-28
xen: Rename xen_be_unbind_evtchn
Emil Condrea
7
-7
/
+7
2016-10-28
xen: Rename xen_be_printf to xen_pv_printf
Emil Condrea
10
-117
/
+117
2016-10-28
xen: Move xenstore cleanup and mkdir functions
Emil Condrea
2
-49
/
+51
2016-10-28
xen: Prepare xendev qtail to be shared with frontends
Emil Condrea
4
-51
/
+62
2016-10-28
xen: Move evtchn functions to xen_pvdev.c
Emil Condrea
4
-37
/
+39
2016-10-28
xen: Move xenstore_update to xen_pvdev.c
Emil Condrea
4
-27
/
+30
2016-10-28
xen: Create a new file xen_pvdev.c
Emil Condrea
5
-189
/
+222
2016-10-28
xen: Fix coding style warnings
Emil Condrea
6
-16
/
+31
2016-10-28
xen: Fix coding style errors
Emil Condrea
4
-64
/
+76
2016-10-28
net: split colo_compare_pkt_info into two trace events
Alex Bennée
2
-11
/
+13
2016-10-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into st...
Peter Maydell
4
-150
/
+225
2016-10-28
Merge remote-tracking branch 'remotes/vivier/tags/m68k-part2-pull-request' in...
Peter Maydell
5
-248
/
+507
2016-10-28
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161028' into...
Peter Maydell
87
-1713
/
+4981
2016-10-28
Fix build for less common build directories names
Stefan Weil
1
-1
/
+1
2016-10-28
clean-up: removed duplicate #includes
Anand J
28
-36
/
+0
2016-10-28
scripts/clean-includes: added duplicate #include check
Anand J
1
-14
/
+42
2016-10-28
monitor: deprecate 'default' option
Marc-André Lureau
4
-14
/
+9
2016-10-28
qemu-ga: Remove stray 'q' in documentation
Stefan Weil
1
-1
/
+1
[prev]
[next]