Sign in
qemu
/
qemu
/
cbb145567c21d2bc41e8197a243c7d5480c6fca0
/
migration
/
exec.c
cbab4fa
migration: convert exec backend to accept MigrateAddress.
by Het Gala
· 1 year, 5 months ago
72a8192
migration: convert migration 'uri' into 'MigrateAddress'
by Het Gala
· 1 year, 5 months ago
cc37d98
*: Add missing includes of qemu/error-report.h
by Richard Henderson
· 2 years ago
c31772a
Fix exec migration on Windows (w32+w64).
by John Berberian, Jr
· 2 years, 2 months ago
a429e7f
migration: unify incoming processing
by Peter Xu
· 7 years ago
0efc914
migration: fix exec/fd migrations
by Juan Quintela
· 7 years ago
e89f5ff
migration: let incoming side use thread context
by Peter Xu
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
688a3dc
migration: Route errors down through migration_channel_connect
by Dr. David Alan Gilbert
· 7 years ago
2a543bf
migration: Teach it about G_SOURCE_REMOVE
by Juan Quintela
· 8 years ago
1adc1ce
migration: Remove unneeded includes
by Juan Quintela
· 8 years ago
6666c96
migration: Move migration.h to migration/
by Juan Quintela
· 8 years ago
5431471
migration: Remove MigrationState from migration_channel_incomming()
by Juan Quintela
· 8 years ago
f4dbe1b
migration: Export exec.c functions in its own file
by Juan Quintela
· 8 years ago
dd4339c
migration: Split migration/channel.c for channel operations
by Juan Quintela
· 8 years ago
062d81f
migration: setup bi-directional I/O channel for exec: protocol
by Daniel P. Berrange
· 8 years ago
6f01f13
migration: set name for all I/O channels created
by Daniel P. Berrange
· 8 years ago
22724f4
migration: rename functions to starting migrations
by Daniel P. Berrange
· 9 years ago
e122636
migration: add support for encrypting data with TLS
by Daniel P. Berrange
· 9 years ago
527792f
migration: convert exec socket protocol to use QIOChannel
by Daniel P. Berrange
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
89a02a9
migration: rename 'file' in MigrationState to 'to_dst_file'
by zhanghailiang
· 9 years ago
1393a48
migration: Clean up includes
by Peter Maydell
· 9 years ago
82e1cc4
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
by Fam Zheng
· 10 years ago
329c9b1
Remove migration- pre/post fixes off files in migration/ dir
by Dr. David Alan Gilbert
· 10 years ago
[Renamed from migration/migration-exec.c]
60fe637
Start migrating migration code into a migration directory
by Dr. David Alan Gilbert
· 10 years ago
[Renamed from migration-exec.c]
6a1751b
aio / timers: Untangle include files
by Alex Bligh
· 12 years ago
b352365
migration: eliminate s->migration_file
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
13c7b2d
qemu-file: check exit status when closing a pipe QEMUFile
by Paolo Bonzini
· 12 years ago
817b9ed
migration: merge qemu_popen_cmd with qemu_popen
by Paolo Bonzini
· 12 years ago
dd217b8
migration: make writes blocking
by Juan Quintela
· 13 years ago
557ec5a
migration: include qemu-file.h
by Juan Quintela
· 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
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
1c12e1f
migration: move qemu_fclose to process_incoming_migration
by Paolo Bonzini
· 13 years ago
6c36013
migration: xxx_close will only be called once
by Paolo Bonzini
· 12 years ago
a6ef290
migration: clean up server sockets and handlers before invoking process_incoming_migration
by Paolo Bonzini
· 13 years ago
d263a20
migration: replace qemu_stdio_fd with qemu_get_fd
by Paolo Bonzini
· 13 years ago
43eaae2
migration (incoming): add error propagation to fd and exec protocols
by Paolo Bonzini
· 12 years ago
f37afb5
migration (outgoing): add error propagation for all protocols
by Paolo Bonzini
· 12 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
e375fe3
exec_close(): return -errno on errors (v2)
by Eduardo Habkost
· 13 years ago
ce81267
exec_close(): accept any negative value as qemu_fclose() error
by Eduardo Habkost
· 13 years ago
07af445
migration: move migrate_new to do_migrate
by Juan Quintela
· 15 years ago
0edda1c
migration: Refactor MigrationState creation
by Juan Quintela
· 15 years ago
22f00a4
migration: Rename FdMigrationState MigrationState
by Juan Quintela
· 15 years ago
3f77fc5
migration: Fold MigrationState into FdMigrationState
by Juan Quintela
· 15 years ago
7be4363
migration: Make *start_outgoing_migration return FdMigrationState
by Juan Quintela
· 15 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
a08784d
Remove unused sysemu.h include directives
by Blue Swirl
· 14 years ago
511c023
Factorize common migration incoming code
by Juan Quintela
· 15 years ago
0ffbba3
migration-exec: fix OpenBSD build warning
by Blue Swirl
· 15 years ago
41ef56e
migration: respect exit status with exec:
by Anthony Liguori
· 15 years ago
1c39e2a
remove useless cast
by Juan Quintela
· 15 years ago
cfaf6d3
migration: Clear fd also in error cases
by Juan Quintela
· 15 years ago
d0f2c4c
Do not use dprintf
by malc
· 15 years ago
f327aa0
live migration: Propagate output monitor to callback handler
by Jan Kiszka
· 15 years ago
c163b5c
Block live migration
by lirans@il.ibm.com
· 15 years ago
7f79dd2
unify popen/fopen qemu wrappers
by Paolo Bonzini
· 16 years ago
9075000
Fix detached migration with exec.
by Chris Lalancette
· 16 years ago
d399f67
fix migration to obey -S
by Paolo Bonzini
· 16 years ago
89befdd
honor -S on incoming migration
by Paolo Bonzini
· 16 years ago
8a43b1e
Allow monitor interaction when using migrate -exec
by Chris Lalancette
· 16 years ago
731b036
monitor: Decouple terminals (Jan Kiszka)
by aliguori
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
8ad9fa5
Fix brown-paper-bag bugs from live-migration patch (Charles Duffy)
by aliguori
· 16 years ago
065e281
Reintroduce migrate-to-exec: support (Charles Duffy)
by aliguori
· 16 years ago