index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
Commit message (
Expand
)
Author
Age
Files
Lines
*
hmp: show all of snapshot info on every block dev in output of 'info snapshots'
Lin Ma
2016-07-13
1
-7
/
+90
*
hmp: use snapshot name to determine whether a snapshot is 'fully available'
Lin Ma
2016-07-13
1
-1
/
+5
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-2
/
+2
*
trace: split out trace events for migration/ directory
Daniel P. Berrange
2016-06-20
1
-0
/
+209
*
migration: code clean up
Liang Li
2016-06-17
1
-21
/
+15
*
migration: refine the decompression code
Liang Li
2016-06-17
1
-25
/
+25
*
migration: refine the compression code
Liang Li
2016-06-17
1
-44
/
+40
*
migration: protect the quit flag by lock
Liang Li
2016-06-17
1
-16
/
+16
*
migration: refine ram_save_compressed_page
Liang Li
2016-06-17
1
-14
/
+13
*
qemu-file: Fix qemu_put_compression_data flaw
Liang Li
2016-06-17
2
-7
/
+34
*
migration: remove useless code
Liang Li
2016-06-17
1
-1
/
+0
*
migration: Fix a potential issue
Liang Li
2016-06-17
1
-0
/
+19
*
migration: Fix multi-thread compression bug
Liang Li
2016-06-17
1
-11
/
+27
*
migration: fix inability to save VM after snapshot
Denis V. Lunev
2016-06-17
1
-1
/
+11
*
migration: Trace improvements
Dr. David Alan Gilbert
2016-06-17
1
-6
/
+7
*
migration: Don't use *_to_cpup() and cpu_to_*w()
Peter Maydell
2016-06-17
2
-8
/
+8
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
migration: rename functions to starting migrations
Daniel P. Berrange
2016-06-16
6
-27
/
+27
*
Postcopy: Check for support when setting the capability
Dr. David Alan Gilbert
2016-06-16
1
-0
/
+14
*
Postcopy: Add stats on page requests
Dr. David Alan Gilbert
2016-06-16
2
-0
/
+3
*
Migration: Split out ram part of qmp_query_migrate
Dr. David Alan Gilbert
2016-06-16
1
-35
/
+22
*
Postcopy: Avoid 0 length discards
Dr. David Alan Gilbert
2016-06-16
1
-1
/
+3
*
Introduce "xen-load-devices-state"
Wen Congyang
2016-06-13
1
-0
/
+37
*
migration/block: Convert saving to BlockBackend
Kevin Wolf
2016-06-08
1
-45
/
+79
*
migration/block: Convert load to BlockBackend
Kevin Wolf
2016-06-08
1
-16
/
+10
*
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
2016-06-08
1
-2
/
+3
*
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
1
-1
/
+0
*
exec: remove ram_addr argument from qemu_ram_block_from_host
Paolo Bonzini
2016-05-29
1
-2
/
+1
*
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...
Peter Maydell
2016-05-26
17
-1568
/
+1057
|
\
|
*
migration: remove qemu_get_fd method from QEMUFile
Daniel P. Berrange
2016-05-26
1
-14
/
+0
|
*
migration: remove support for non-iovec based write handlers
Daniel P. Berrange
2016-05-26
2
-36
/
+8
|
*
migration: add support for encrypting data with TLS
Daniel P. Berrange
2016-05-26
6
-15
/
+225
|
*
migration: define 'tls-creds' and 'tls-hostname' migration parameters
Daniel P. Berrange
2016-05-26
1
-0
/
+14
|
*
migration: don't use an array for storing migrate parameters
Daniel P. Berrange
2016-05-26
2
-36
/
+25
|
*
migration: move definition of struct QEMUFile back into qemu-file.c
Daniel P. Berrange
2016-05-26
2
-55
/
+23
|
*
migration: delete QEMUFile stdio implementation
Daniel P. Berrange
2016-05-26
2
-197
/
+1
|
*
migration: delete QEMUFile sockets implementation
Daniel P. Berrange
2016-05-26
2
-324
/
+1
|
*
migration: delete QEMUSizedBuffer struct
Daniel P. Berrange
2016-05-26
2
-369
/
+1
|
*
migration: delete QEMUFile buffer implementation
Daniel P. Berrange
2016-05-26
1
-96
/
+0
|
*
migration: convert savevm to use QIOChannel for writing to files
Daniel P. Berrange
2016-05-26
1
-3
/
+5
|
*
migration: convert RDMA to use QIOChannel interface
Daniel P. Berrange
2016-05-26
1
-99
/
+275
|
*
migration: convert exec socket protocol to use QIOChannel
Daniel P. Berrange
2016-05-26
3
-36
/
+33
|
*
migration: convert fd socket protocol to use QIOChannel
Daniel P. Berrange
2016-05-26
3
-52
/
+31
|
*
migration: convert tcp socket protocol to use QIOChannel
Daniel P. Berrange
2016-05-26
3
-103
/
+32
|
*
migration: rename unix.c to socket.c
Daniel P. Berrange
2016-05-26
2
-22
/
+33
|
*
migration: convert unix socket protocol to use QIOChannel
Daniel P. Berrange
2016-05-26
3
-53
/
+75
|
*
migration: convert post-copy to use QIOChannelBuffer
Daniel P. Berrange
2016-05-26
2
-39
/
+23
|
*
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
2016-05-26
4
-12
/
+17
|
*
migration: add helpers for creating QEMUFile from a QIOChannel
Daniel P. Berrange
2016-05-26
1
-0
/
+21
|
*
migration: introduce a new QEMUFile impl based on QIOChannel
Daniel P. Berrange
2016-05-26
2
-0
/
+181
[next]