Sign in
qemu
/
qemu
/
6b1275ff15b205a7738aa8ba96fe355f097b5879
/
migration.c
4900116
Add a 'name' parameter to qemu_thread_create
by Dr. David Alan Gilbert
· 11 years ago
41310c6
rdma: rename 'x-rdma' => 'rdma'
by Michael R. Hines
· 11 years ago
a5615b1
XBZRLE cache size should not be larger than guest memory size
by Orit Wasserman
· 11 years ago
905f26f
migration:fix free XBZRLE decoded_buf wrong
by Gonglei (Arei)
· 11 years ago
c91e681
Add check for cache size smaller than page size
by Orit Wasserman
· 11 years ago
133fe77
Merge remote branch 'luiz/queue/qmp' into qmpq
by Edgar E. Iglesias
· 11 years ago
4059683
migration: Fix rate limit
by Matthew Garrett
· 11 years ago
51cf4c1
introduce MIG_STATE_CANCELLING state
by Zhanghaoyu (A)
· 11 years ago
6f2b811
avoid a bogus COMPLETED->CANCELLED transition
by Zhanghaoyu (A)
· 11 years ago
c950114
migration: qmp_migrate(): keep working after syntax error
by Luiz Capitulino
· 11 years ago
387eede
migration: Fix compiler warning ('caps' may be used uninitialized)
by Michael Tokarev
· 11 years ago
5016e2d
migration: Fix debug print type
by Christoffer Dall
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
6a1751b
aio / timers: Untangle include files
by Alex Bligh
· 11 years ago
8c0426a
migration: don't use uninitialized variables
by Pawit Pornkitprasan
· 11 years ago
00c1499
migration: send total time in QMP at "completed" stage
by Pawit Pornkitprasan
· 11 years ago
02edd2e
migration: fix spice migration
by Stefan Hajnoczi
· 11 years ago
9287ac2
migration: notify migration state before starting thread
by Stefan Hajnoczi
· 11 years ago
ed4fbd1
rdma: account for the time spent in MIG_STATE_SETUP through QMP
by Michael R. Hines
· 11 years ago
29ae8a4
rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition
by Michael R. Hines
· 11 years ago
d58f574
rdma: allow state transitions between other states besides ACTIVE
by Michael R. Hines
· 11 years ago
2da776d
rdma: core logic
by Michael R. Hines
· 11 years ago
323004a
block-migration: efficiently encode zero blocks
by Peter Lieven
· 11 years ago
6453a3a
Merge remote-tracking branch 'quintela/migration.next' into staging
by Anthony Liguori
· 11 years ago
0e1146a
migration: Fail migration on bdrv_flush_all() error
by Kevin Wolf
· 11 years ago
bde1e2e
Add 'auto-converge' migration capability
by Chegu Vinod
· 12 years ago
5444e76
add a header file for atomic operations
by Paolo Bonzini
· 12 years ago
60d9222
rdma: introduce capability x-rdma-pin-all
by Michael R. Hines
· 12 years ago
7e114f8
rdma: export throughput w/ MigrationStats QMP
by Michael R. Hines
· 12 years ago
12cd30e
migration: Remove duplicate bandwidth_limit set
by Lei Li
· 12 years ago
77417f1
Revert "migration: don't account sleep time for calculating bandwidth"
by Michael Roth
· 12 years ago
4aead69
migration: reflect incoming failure to shell
by Eric Blake
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
f1c7279
migration: do not sent zero pages in bulk stage
by Peter Lieven
· 12 years ago
6f190a0
migration: inline migrate_fd_close
by Paolo Bonzini
· 12 years ago
b352365
migration: eliminate s->migration_file
by Paolo Bonzini
· 12 years ago
404a7c0
migration: move contents of migration_close to migrate_fd_cleanup
by Paolo Bonzini
· 12 years ago
1964a39
migration: move rate limiting to QEMUFile
by Paolo Bonzini
· 12 years ago
442773c
migration: small changes around rate-limiting
by Paolo Bonzini
· 12 years ago
be7172e
migration: use qemu_ftell to compute bandwidth
by Paolo Bonzini
· 12 years ago
e6a1cf2
migration: use QEMUFile for writing outgoing migration data
by Paolo Bonzini
· 12 years ago
f8bbc12
migration: use QEMUFile for migration channel lifetime
by Paolo Bonzini
· 12 years ago
a0ff044
migration: use qemu_file_rate_limit consistently
by Paolo Bonzini
· 12 years ago
db2f253
migration: remove useless qemu_file_get_error check
by Paolo Bonzini
· 12 years ago
fd45ee2
migration: detect error before sleeping
by Paolo Bonzini
· 12 years ago
059f896
migration: eliminate last_round
by Paolo Bonzini
· 12 years ago
5f496a1
Rename buffered_ to migration_
by Juan Quintela
· 12 years ago
edaae61
migration: yay, buffering is gone
by Paolo Bonzini
· 12 years ago
9b09503
migration: run setup callbacks out of big lock
by Paolo Bonzini
· 12 years ago
32c835b
migration: run pending/iterate callbacks out of big lock
by Paolo Bonzini
· 12 years ago
bb1fadc
migration: cleanup migration (including thread) in the iothread
by Paolo Bonzini
· 12 years ago
f4410a5
migration: prepare to access s->state outside critical sections
by Paolo Bonzini
· 12 years ago
c09e5bb
migration: add migrate_set_state tracepoint
by Kazuya Saito
· 12 years ago
a3fa1d7
migration: do not nest flushing of device data
by Paolo Bonzini
· 12 years ago
dba433c
migration: simplify error handling
by Paolo Bonzini
· 12 years ago
63dfbd7
migration: use qemu_file_set_error
by Paolo Bonzini
· 12 years ago
f582151
migration: flush all data to fd when buffered_flush is called
by Paolo Bonzini
· 12 years ago
7a2c172
migration: move more error handling to migrate_fd_cleanup
by Paolo Bonzini
· 12 years ago
891518a
migration: always use vm_stop_force_state
by Paolo Bonzini
· 12 years ago
5da5aad
migration: simplify while loop
by Paolo Bonzini
· 12 years ago
90f8ae7
migration: calculate expected_downtime
by Juan Quintela
· 12 years ago
7161082
migration: don't account sleep time for calculating bandwidth
by Juan Quintela
· 12 years ago
a3e879c
migration: calculate end time after we have sent the data
by Juan Quintela
· 12 years ago
cc283e3
migration: change initial value of expected_downtime
by Juan Quintela
· 12 years ago
d7cd369
migration: restrict scope of incoming fd read handler
by Stefan Hajnoczi
· 12 years ago
312fd5f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 12 years ago
6522773
migration: remove argument to qemu_savevm_state_cancel
by Juan Quintela
· 12 years ago
b22ff1f
migration: Only go to the iterate stage if there is anything to send
by Juan Quintela
· 12 years ago
c369f40
migration: unfold rest of migrate_fd_put_ready() into thread
by Juan Quintela
· 12 years ago
7de6a69
migration: move exit condition to migration thread
by Juan Quintela
· 12 years ago
f7b67be
migration: Add buffered_flush error handling
by Juan Quintela
· 12 years ago
76f5933
migration: move beginning stage to the migration thread
by Juan Quintela
· 12 years ago
1e97305
migration: fix off-by-one in buffered_rate_limit
by Paolo Bonzini
· 12 years ago
2524263
migration: remove double call to migrate_fd_close
by Paolo Bonzini
· 12 years ago
b9c961a
migration: make function static
by Paolo Bonzini
· 12 years ago
f65a874
use XFER_LIMIT_RATIO consistently
by Paolo Bonzini
· 12 years ago
9848a40
migration: merge QEMUFileBuffered into MigrationState
by Juan Quintela
· 12 years ago
e659586
migration: fix qemu_get_fd for BufferedFile
by Paolo Bonzini
· 12 years ago
0d3b26f
migration: move migration notifier
by Juan Quintela
· 12 years ago
2e45086
migration: Inline qemu_fopen_ops_buffered into migrate_fd_connect
by Juan Quintela
· 12 years ago
0e288fa
migration: move migration_fd_put_ready()
by Juan Quintela
· 12 years ago
5b4e1eb
migration: add XFER_LIMIT_RATIO
by Juan Quintela
· 12 years ago
0d82d0e
migration: move buffered_file.c code into migration.c
by Juan Quintela
· 12 years ago
e4ed154
savevm: New save live migration method: pending
by Juan Quintela
· 12 years ago
e762748
migration: just lock migrate_fd_put_ready
by Juan Quintela
· 12 years ago
188a428
migration: remove unfreeze logic
by Juan Quintela
· 12 years ago
dd217b8
migration: make writes blocking
by Juan Quintela
· 12 years ago
766bd17
migration: move migration thread init code to migrate_fd_put_ready
by Juan Quintela
· 12 years ago
edfa1af
migration: make qemu_fopen_ops_buffered() return void
by Juan Quintela
· 12 years ago
24ea1e4
migration: remove double call to migrate_fd_close
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
82a4da7
migration: move process_incoming_migration to a coroutine
by Paolo Bonzini
· 12 years ago
1c12e1f
migration: move qemu_fclose to process_incoming_migration
by Paolo Bonzini
· 12 years ago
8dc592e
migration: use migrate_fd_close in migrate_fd_cleanup
by Paolo Bonzini
· 12 years ago
3f4331b
Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable
by Aurelien Jarno
· 12 years ago
29ed72f
migration: go to paused state after finishing incoming migration with -S
by Paolo Bonzini
· 12 years ago
Next »