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
2010-02-19
Monitor: Convert do_migrate() to cmd_new_ret()
Luiz Capitulino
1
-12
/
+17
2010-02-19
Monitor: Convert simple handlers to cmd_new_ret()
Luiz Capitulino
1
-4
/
+10
2010-02-10
Monitor: remove unneeded checks
Luiz Capitulino
1
-3
/
+0
2010-02-07
Do not use dprintf
malc
1
-13
/
+13
2010-02-03
monitor: convert do_migrate_set_downtime() to QObject
Markus Armbruster
1
-1
/
+2
2010-02-03
monitor: Use argument type 'T' for migrate_set_downtime
Markus Armbruster
1
-13
/
+2
2010-02-03
monitor: convert do_migrate_set_speed() to QObject
Markus Armbruster
1
-1
/
+1
2010-02-03
monitor: Use argument type 'b' for migrate_set_speed
Markus Armbruster
1
-15
/
+3
2009-12-19
Revert "monitor: Convert do_migrate_set_speed() to QObject"
Anthony Liguori
1
-1
/
+1
2009-12-12
migration: Convert do_info_migrate() to QObject
Luiz Capitulino
1
-15
/
+102
2009-12-03
block migration: Report progress also via info migration
Jan Kiszka
1
-0
/
+9
2009-12-03
live migration: Propagate output monitor to callback handler
Jan Kiszka
1
-14
/
+16
2009-12-03
live migration: Allow cleanup after cancellation or error
Jan Kiszka
1
-0
/
+1
2009-12-03
migration: Catch multiple start commands
Jan Kiszka
1
-1
/
+7
2009-12-03
migration: Fix use of file after release
Jan Kiszka
1
-3
/
+3
2009-11-17
Block live migration
lirans@il.ibm.com
1
-7
/
+16
2009-10-27
monitor: Convert do_migrate_cancel() to QObject
Luiz Capitulino
1
-1
/
+1
2009-10-27
monitor: Convert do_migrate_set_speed() to QObject
Luiz Capitulino
1
-1
/
+1
2009-10-27
monitor: Convert do_migrate() to QObject
Luiz Capitulino
1
-1
/
+1
2009-09-04
monitor: Port handler_2 to use QDict
Luiz Capitulino
1
-1
/
+3
2009-09-04
monitor: Port handler_1 to use QDict
Luiz Capitulino
1
-2
/
+4
2009-09-04
monitor: Port handler_0 to use QDict
Luiz Capitulino
1
-1
/
+1
2009-08-27
add file descriptor migration
Paolo Bonzini
1
-0
/
+4
2009-08-24
Migration via unix sockets.
Chris Lalancette
1
-0
/
+4
2009-07-10
flush pending aio requests
Glauber Costa
1
-0
/
+1
2009-07-09
Make sure to only vm_start() a failed migration if we were running to begin
Anthony Liguori
1
-1
/
+5
2009-06-16
set migration max downtime
Glauber Costa
1
-0
/
+19
2009-06-16
add non-arbitrary migration stop condition
Glauber Costa
1
-0
/
+11
2009-06-13
migrate_fd_close: delete associated io-handler before closing the fd
Uri Lublin
1
-0
/
+2
2009-05-22
allow changing the speed of a running migration
Glauber Costa
1
-0
/
+7
2009-05-22
augment info migrate with page status
Glauber Costa
1
-0
/
+3
2009-05-20
migrate.c: migrate_fd_put_buffer: Do not busyloop: stop writing if EWOULDBLOCK
Uri Lublin
1
-1
/
+1
2009-04-05
propagate error on failed completion (Glauber Costa)
aliguori
1
-2
/
+8
2009-03-05
monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
aliguori
1
-2
/
+5
2009-03-05
monitor: Decouple terminals (Jan Kiszka)
aliguori
1
-4
/
+9
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
1
-14
/
+14
2008-11-11
Reintroduce migrate-to-exec: support (Charles Duffy)
aliguori
1
-0
/
+178
2008-10-24
Fix whitespace in migration code.
aliguori
1
-25
/
+25
2008-10-13
Introduce TCP live migration protocol
aliguori
1
-2
/
+22
2008-10-13
Introduce UI for live migration
aliguori
1
-0
/
+83