index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Add qmp commands to set and query parameters
Liang Li
2015-05-07
1
-0
/
+56
*
migration: Use an array instead of 3 parameters
Liang Li
2015-05-07
1
-12
/
+19
*
migration: Add interface to control compression
Liang Li
2015-05-07
1
-2
/
+5
*
qemu-file: Add compression functions to QEMUFile
Liang Li
2015-05-06
1
-0
/
+39
*
migration: Add the framework of multi-thread decompression
Liang Li
2015-05-06
1
-0
/
+19
*
migration: Add the framework of multi-thread compression
Liang Li
2015-05-06
1
-0
/
+37
*
block: Ensure consistent bitmap function prototypes
John Snow
2015-04-28
1
-4
/
+3
*
qapi: Add optional field "name" to block dirty bitmap
Fam Zheng
2015-04-28
1
-1
/
+1
*
rdma: Fix cleanup in error paths
Padmanabh Ratnakar
2015-03-26
1
-14
/
+8
*
migration: Expose 'cancelling' status to user
zhanghailiang
2015-03-17
1
-5
/
+1
*
migration: Convert 'status' of MigrationInfo to use an enum type
zhanghailiang
2015-03-17
1
-15
/
+5
*
migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_*
zhanghailiang
2015-03-17
1
-43
/
+50
*
migration: Remove unused functions
Thomas Huth
2015-03-17
2
-40
/
+0
*
migrate_incoming: Cleanup/clarify error messages
Dr. David Alan Gilbert
2015-03-17
1
-2
/
+6
*
migration: Fix remaining 32 bit compiler errors
Stefan Weil
2015-03-17
1
-24
/
+29
*
migration: Fix some 32 bit compiler errors
Stefan Weil
2015-03-17
1
-12
/
+11
*
migration/rdma: clean up qemu_rdma_dest_init a bit
Michael Tokarev
2015-03-17
1
-29
/
+22
*
migration: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
2015-03-17
1
-2
/
+1
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-03-16
1
-2
/
+5
|
\
|
*
migration: Convert bdrv_find to blk_by_name
Fam Zheng
2015-03-16
1
-2
/
+5
*
|
ram: make all save_page functions take a uint64_t parameter
Juan Quintela
2015-03-16
2
-2
/
+3
*
|
Add migrate_incoming
Dr. David Alan Gilbert
2015-03-16
1
-0
/
+19
*
|
Add -incoming defer
Dr. David Alan Gilbert
2015-03-16
1
-6
/
+23
|
/
*
migration: Fix coding style (whitespace issues)
Stefan Weil
2015-03-10
1
-10
/
+10
*
Remove superfluous '\n' around error_report()
Gonglei
2015-03-10
1
-1
/
+1
*
Add copyright and author after file split
Stefan Berger
2015-03-10
1
-0
/
+4
*
unbreak dtrace tracing due to double _ in rdma names
Dr. David Alan Gilbert
2015-03-02
1
-13
/
+11
*
migration: Fix warnings caused by missing 'static' attribute
Stefan Weil
2015-02-10
1
-4
/
+4
*
rdma: g_malloc0() can't fail, bury dead error handling
Markus Armbruster
2015-02-10
1
-3
/
+0
*
Tracify migration/rdma.c
Dr. David Alan Gilbert
2015-02-05
1
-189
/
+144
*
migration: Append JSON description of migration stream
Alexander Graf
2015-02-05
1
-6
/
+180
*
qemu-file: Add fast ftell code path
Alexander Graf
2015-02-05
1
-0
/
+16
*
Migration: Add lots of trace events
Dr. David Alan Gilbert
2015-02-05
1
-4
/
+20
*
savevm: Convert fprintf to error_report
Dr. David Alan Gilbert
2015-02-05
1
-3
/
+4
*
migration_cancel: shutdown migration socket
Dr. David Alan Gilbert
2015-01-16
1
-0
/
+12
*
Handle bi-directional communication for fd migration
Cristian Klein
2015-01-16
1
-2
/
+22
*
socket shutdown
Dr. David Alan Gilbert
2015-01-16
2
-4
/
+31
*
QEMUSizedBuffer: only free qsb that qemu_bufopen allocated
Yang Hongyang
2015-01-16
1
-4
/
+6
*
migration/qemu-file.c: Don't shift left into sign bit
Peter Maydell
2015-01-15
1
-1
/
+1
*
migration/block: fix pending() return value
Vladimir Sementsov-Ogievskiy
2015-01-13
1
-2
/
+2
*
block: fix spoiling all dirty bitmaps by mirror and migration
Vladimir Sementsov-Ogievskiy
2015-01-13
1
-2
/
+3
*
Split the QEMU buffered file code out
Dr. David Alan Gilbert
2014-12-16
3
-456
/
+487
*
Split struct QEMUFile out
Dr. David Alan Gilbert
2014-12-16
2
-22
/
+54
*
Remove migration- pre/post fixes off files in migration/ dir
Dr. David Alan Gilbert
2014-12-16
7
-4
/
+4
*
Start migrating migration code into a migration directory
Dr. David Alan Gilbert
2014-12-16
13
-0
/
+7657