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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: catch unknown flags in ram_load
Peter Lieven
2014-06-16
1
-1
/
+1
*
migration: Increase default max_downtime from 30ms to 300ms
Alexey Kardashevskiy
2014-06-16
1
-1
/
+1
*
migration: show average throughput when migration finishes
Peter Lieven
2014-05-14
1
-0
/
+5
*
migration: expose xbzrle cache miss rate
ChenLiang
2014-05-05
1
-0
/
+1
*
migration: expose the bitmap_sync_count to the end
ChenLiang
2014-05-05
1
-0
/
+2
*
Disallow outward migration while awaiting incoming migration
Dr. David Alan Gilbert
2014-05-05
1
-0
/
+5
*
migration: add more traces
Alexey Kardashevskiy
2014-03-27
1
-24
/
+6
*
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
2014-03-19
1
-1
/
+7
*
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
2014-03-09
1
-1
/
+1
*
rdma: rename 'x-rdma' => 'rdma'
Michael R. Hines
2014-02-25
1
-3
/
+3
*
XBZRLE cache size should not be larger than guest memory size
Orit Wasserman
2014-02-04
1
-0
/
+7
*
migration:fix free XBZRLE decoded_buf wrong
Gonglei (Arei)
2014-02-04
1
-0
/
+1
*
Add check for cache size smaller than page size
Orit Wasserman
2014-02-04
1
-1
/
+9
*
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
2014-01-14
1
-0
/
+1
|
\
|
*
migration: qmp_migrate(): keep working after syntax error
Luiz Capitulino
2014-01-06
1
-0
/
+1
*
|
migration: Fix rate limit
Matthew Garrett
2014-01-13
1
-1
/
+1
*
|
introduce MIG_STATE_CANCELLING state
Zhanghaoyu (A)
2014-01-13
1
-10
/
+16
*
|
avoid a bogus COMPLETED->CANCELLED transition
Zhanghaoyu (A)
2014-01-13
1
-1
/
+8
|
/
*
migration: Fix compiler warning ('caps' may be used uninitialized)
Michael Tokarev
2013-10-05
1
-0
/
+1
*
migration: Fix debug print type
Christoffer Dall
2013-09-24
1
-1
/
+2
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-8
/
+8
*
aio / timers: Untangle include files
Alex Bligh
2013-08-22
1
-0
/
+1
*
migration: don't use uninitialized variables
Pawit Pornkitprasan
2013-08-01
1
-2
/
+2
*
migration: send total time in QMP at "completed" stage
Pawit Pornkitprasan
2013-08-01
1
-0
/
+1
*
migration: fix spice migration
Stefan Hajnoczi
2013-07-29
1
-2
/
+2
*
migration: notify migration state before starting thread
Stefan Hajnoczi
2013-07-29
1
-1
/
+3
*
rdma: account for the time spent in MIG_STATE_SETUP through QMP
Michael R. Hines
2013-07-23
1
-0
/
+9
*
rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition
Michael R. Hines
2013-07-23
1
-7
/
+14
*
rdma: allow state transitions between other states besides ACTIVE
Michael R. Hines
2013-07-23
1
-6
/
+6
*
rdma: core logic
Michael R. Hines
2013-07-23
1
-0
/
+8
*
block-migration: efficiently encode zero blocks
Peter Lieven
2013-07-19
1
-0
/
+9
*
Merge remote-tracking branch 'quintela/migration.next' into staging
Anthony Liguori
2013-07-15
1
-0
/
+9
|
\
|
*
Add 'auto-converge' migration capability
Chegu Vinod
2013-07-12
1
-0
/
+9
*
|
migration: Fail migration on bdrv_flush_all() error
Kevin Wolf
2013-07-15
1
-3
/
+14
|
/
*
add a header file for atomic operations
Paolo Bonzini
2013-07-04
1
-2
/
+1
*
rdma: introduce capability x-rdma-pin-all
Michael R. Hines
2013-06-27
1
-0
/
+9
*
rdma: export throughput w/ MigrationStats QMP
Michael R. Hines
2013-06-27
1
-0
/
+6
*
migration: Remove duplicate bandwidth_limit set
Lei Li
2013-06-01
1
-1
/
+0
*
Revert "migration: don't account sleep time for calculating bandwidth"
Michael Roth
2013-05-17
1
-4
/
+1
*
migration: reflect incoming failure to shell
Eric Blake
2013-04-17
1
-1
/
+1
*
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-04-02
1
-1
/
+1
*
migration: do not sent zero pages in bulk stage
Peter Lieven
2013-03-26
1
-1
/
+2
*
migration: inline migrate_fd_close
Paolo Bonzini
2013-03-11
1
-12
/
+2
*
migration: eliminate s->migration_file
Paolo Bonzini
2013-03-11
1
-47
/
+4
*
migration: move contents of migration_close to migrate_fd_cleanup
Paolo Bonzini
2013-03-11
1
-10
/
+7
*
migration: move rate limiting to QEMUFile
Paolo Bonzini
2013-03-11
1
-50
/
+1
*
migration: small changes around rate-limiting
Paolo Bonzini
2013-03-11
1
-8
/
+11
*
migration: use qemu_ftell to compute bandwidth
Paolo Bonzini
2013-03-11
1
-1
/
+3
*
migration: use QEMUFile for writing outgoing migration data
Paolo Bonzini
2013-03-11
1
-38
/
+8
*
migration: use QEMUFile for migration channel lifetime
Paolo Bonzini
2013-03-11
1
-3
/
+5
[next]