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
docs: Document how to stream to an intermediate layer
Alberto Garcia
1
-11
/
+25
2016-10-31
block: Add QMP support for streaming to an intermediate layer
Alberto Garcia
2
-9
/
+19
2016-10-31
block: Support streaming to an intermediate layer
Alberto Garcia
2
-1
/
+27
2016-10-31
block: Block all intermediate nodes in commit_active_start()
Alberto Garcia
1
-0
/
+8
2016-10-31
block: Block all nodes involved in the block-commit operation
Alberto Garcia
1
-0
/
+14
2016-10-31
block: Check blockers in all nodes involved in a block-commit job
Alberto Garcia
1
-2
/
+9
2016-10-31
block: Use block_job_add_bdrv() in backup_start()
Alberto Garcia
1
-4
/
+1
2016-10-31
block: Use block_job_add_bdrv() in mirror_start_job()
Alberto Garcia
1
-2
/
+1
2016-10-31
block: Add block_job_add_bdrv()
Alberto Garcia
2
-2
/
+29
2016-10-31
block: Pause all jobs during bdrv_reopen_multiple()
Alberto Garcia
1
-1
/
+4
2016-10-31
block: Add bdrv_drain_all_{begin,end}()
Alberto Garcia
2
-3
/
+26
2016-10-31
qapi: allow blockdev-add for ssh
Ashijeet Acharya
1
-3
/
+23
2016-10-31
block/ssh: Use InetSocketAddress options
Ashijeet Acharya
1
-4
/
+5
2016-10-31
block/ssh: Add InetSocketAddress and accept it
Ashijeet Acharya
1
-16
/
+82
2016-10-31
util/qemu-sockets: Make inet_connect_saddr() public
Ashijeet Acharya
2
-2
/
+4
2016-10-31
block/ssh: Add ssh_has_filename_options_conflict()
Ashijeet Acharya
1
-6
/
+21
2016-10-31
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20161031' into staging
Peter Maydell
2
-8
/
+21
2016-10-31
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' ...
Peter Maydell
21
-21
/
+1279
2016-10-31
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20161028-tag' into...
Peter Maydell
12
-525
/
+603
2016-10-31
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
48
-148
/
+121
2016-10-31
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161028'...
Peter Maydell
13
-10
/
+80
2016-10-31
Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into staging
Peter Maydell
36
-482
/
+521
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
[next]