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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-19
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
1
-1
/
+7
2014-03-09
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
1
-1
/
+1
2014-02-25
rdma: rename 'x-rdma' => 'rdma'
Michael R. Hines
1
-3
/
+3
2014-02-04
XBZRLE cache size should not be larger than guest memory size
Orit Wasserman
1
-0
/
+7
2014-02-04
migration:fix free XBZRLE decoded_buf wrong
Gonglei (Arei)
1
-0
/
+1
2014-02-04
Add check for cache size smaller than page size
Orit Wasserman
1
-1
/
+9
2014-01-14
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
1
-0
/
+1
2014-01-13
migration: Fix rate limit
Matthew Garrett
1
-1
/
+1
2014-01-13
introduce MIG_STATE_CANCELLING state
Zhanghaoyu (A)
1
-10
/
+16
2014-01-13
avoid a bogus COMPLETED->CANCELLED transition
Zhanghaoyu (A)
1
-1
/
+8
2014-01-06
migration: qmp_migrate(): keep working after syntax error
Luiz Capitulino
1
-0
/
+1
2013-10-05
migration: Fix compiler warning ('caps' may be used uninitialized)
Michael Tokarev
1
-0
/
+1
2013-09-24
migration: Fix debug print type
Christoffer Dall
1
-1
/
+2
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-8
/
+8
2013-08-22
aio / timers: Untangle include files
Alex Bligh
1
-0
/
+1
2013-08-01
migration: don't use uninitialized variables
Pawit Pornkitprasan
1
-2
/
+2
2013-08-01
migration: send total time in QMP at "completed" stage
Pawit Pornkitprasan
1
-0
/
+1
2013-07-29
migration: fix spice migration
Stefan Hajnoczi
1
-2
/
+2
2013-07-29
migration: notify migration state before starting thread
Stefan Hajnoczi
1
-1
/
+3
2013-07-23
rdma: account for the time spent in MIG_STATE_SETUP through QMP
Michael R. Hines
1
-0
/
+9
2013-07-23
rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition
Michael R. Hines
1
-7
/
+14
2013-07-23
rdma: allow state transitions between other states besides ACTIVE
Michael R. Hines
1
-6
/
+6
2013-07-23
rdma: core logic
Michael R. Hines
1
-0
/
+8
2013-07-19
block-migration: efficiently encode zero blocks
Peter Lieven
1
-0
/
+9
2013-07-15
Merge remote-tracking branch 'quintela/migration.next' into staging
Anthony Liguori
1
-0
/
+9
2013-07-15
migration: Fail migration on bdrv_flush_all() error
Kevin Wolf
1
-3
/
+14
2013-07-12
Add 'auto-converge' migration capability
Chegu Vinod
1
-0
/
+9
2013-07-04
add a header file for atomic operations
Paolo Bonzini
1
-2
/
+1
2013-06-27
rdma: introduce capability x-rdma-pin-all
Michael R. Hines
1
-0
/
+9
2013-06-27
rdma: export throughput w/ MigrationStats QMP
Michael R. Hines
1
-0
/
+6
2013-06-01
migration: Remove duplicate bandwidth_limit set
Lei Li
1
-1
/
+0
2013-05-17
Revert "migration: don't account sleep time for calculating bandwidth"
Michael Roth
1
-4
/
+1
2013-04-17
migration: reflect incoming failure to shell
Eric Blake
1
-1
/
+1
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-1
/
+1
2013-03-26
migration: do not sent zero pages in bulk stage
Peter Lieven
1
-1
/
+2
2013-03-11
migration: inline migrate_fd_close
Paolo Bonzini
1
-12
/
+2
2013-03-11
migration: eliminate s->migration_file
Paolo Bonzini
1
-47
/
+4
2013-03-11
migration: move contents of migration_close to migrate_fd_cleanup
Paolo Bonzini
1
-10
/
+7
2013-03-11
migration: move rate limiting to QEMUFile
Paolo Bonzini
1
-50
/
+1
2013-03-11
migration: small changes around rate-limiting
Paolo Bonzini
1
-8
/
+11
2013-03-11
migration: use qemu_ftell to compute bandwidth
Paolo Bonzini
1
-1
/
+3
2013-03-11
migration: use QEMUFile for writing outgoing migration data
Paolo Bonzini
1
-38
/
+8
2013-03-11
migration: use QEMUFile for migration channel lifetime
Paolo Bonzini
1
-3
/
+5
2013-03-11
migration: use qemu_file_rate_limit consistently
Paolo Bonzini
1
-2
/
+2
2013-03-11
migration: remove useless qemu_file_get_error check
Paolo Bonzini
1
-6
/
+0
2013-03-11
migration: detect error before sleeping
Paolo Bonzini
1
-3
/
+4
2013-03-11
migration: eliminate last_round
Paolo Bonzini
1
-6
/
+5
2013-03-11
Rename buffered_ to migration_
Juan Quintela
1
-16
/
+16
2013-03-11
migration: yay, buffering is gone
Paolo Bonzini
1
-58
/
+21
2013-03-11
migration: run setup callbacks out of big lock
Paolo Bonzini
1
-2
/
+0
[next]