Sign in
qemu
/
qemu
/
34506b30e4210b417aa38d1518aa2c53fb7cf39b
/
migration
42da555
migration: set state to post-migrate on failure
by Dr. David Alan Gilbert
· 9 years ago
0c204cc
hmp: show all of snapshot info on every block dev in output of 'info snapshots'
by Lin Ma
· 9 years ago
3a1ee71
hmp: use snapshot name to determine whether a snapshot is 'fully available'
by Lin Ma
· 9 years ago
0b8b875
coroutine: move entry argument to qemu_coroutine_create
by Paolo Bonzini
· 9 years ago
521d47c
trace: split out trace events for migration/ directory
by Daniel P. Berrange
· 9 years ago
0d9f9a5
migration: code clean up
by Liang Li
· 9 years ago
33d151f
migration: refine the decompression code
by Liang Li
· 9 years ago
a7a9a88
migration: refine the compression code
by Liang Li
· 9 years ago
90e56fb
migration: protect the quit flag by lock
by Liang Li
· 9 years ago
fc50438
migration: refine ram_save_compressed_page
by Liang Li
· 9 years ago
b3be289
qemu-file: Fix qemu_put_compression_data flaw
by Liang Li
· 9 years ago
e7bb92e
migration: remove useless code
by Liang Li
· 9 years ago
5533b2e
migration: Fix a potential issue
by Liang Li
· 9 years ago
73a8912
migration: Fix multi-thread compression bug
by Liang Li
· 9 years ago
6dcf666
migration: fix inability to save VM after snapshot
by Denis V. Lunev
· 9 years ago
023ad1a
migration: Trace improvements
by Dr. David Alan Gilbert
· 9 years ago
4d88513
migration: Don't use *_to_cpup() and cpu_to_*w()
by Peter Maydell
· 9 years ago
02d0e09
os-posix: include sys/mman.h
by Paolo Bonzini
· 9 years ago
22724f4
migration: rename functions to starting migrations
by Daniel P. Berrange
· 9 years ago
096631b
Postcopy: Check for support when setting the capability
by Dr. David Alan Gilbert
· 9 years ago
d3bf541
Postcopy: Add stats on page requests
by Dr. David Alan Gilbert
· 9 years ago
a22463a
Migration: Split out ram part of qmp_query_migrate
by Dr. David Alan Gilbert
· 9 years ago
d688c62
Postcopy: Avoid 0 length discards
by Dr. David Alan Gilbert
· 9 years ago
88c1656
Introduce "xen-load-devices-state"
by Wen Congyang
· 9 years ago
ebd2f9e
migration/block: Convert saving to BlockBackend
by Kevin Wolf
· 9 years ago
ad2964b
migration/block: Convert load to BlockBackend
by Kevin Wolf
· 9 years ago
74021bc
block: Switch bdrv_write_zeroes() to byte interface
by Eric Blake
· 9 years ago
030c98a
all: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
f615f39
exec: remove ram_addr argument from qemu_ram_block_from_host
by Paolo Bonzini
· 9 years ago
aef11b8
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' into staging
by Peter Maydell
· 9 years ago
12992c1
migration: remove qemu_get_fd method from QEMUFile
by Daniel P. Berrange
· 9 years ago
11808bb
migration: remove support for non-iovec based write handlers
by Daniel P. Berrange
· 9 years ago
e122636
migration: add support for encrypting data with TLS
by Daniel P. Berrange
· 9 years ago
69ef1f3
migration: define 'tls-creds' and 'tls-hostname' migration parameters
by Daniel P. Berrange
· 9 years ago
2594f56
migration: don't use an array for storing migrate parameters
by Daniel P. Berrange
· 9 years ago
a24939f
migration: move definition of struct QEMUFile back into qemu-file.c
by Daniel P. Berrange
· 9 years ago
7fdc61c
migration: delete QEMUFile stdio implementation
by Daniel P. Berrange
· 9 years ago
40946ae
migration: delete QEMUFile sockets implementation
by Daniel P. Berrange
· 9 years ago
2a22b4f
migration: delete QEMUSizedBuffer struct
by Daniel P. Berrange
· 9 years ago
8b7c5c0
migration: delete QEMUFile buffer implementation
by Daniel P. Berrange
· 9 years ago
8925839
migration: convert savevm to use QIOChannel for writing to files
by Daniel P. Berrange
· 9 years ago
6ddd2d7
migration: convert RDMA to use QIOChannel interface
by Daniel P. Berrange
· 9 years ago
527792f
migration: convert exec socket protocol to use QIOChannel
by Daniel P. Berrange
· 9 years ago
64802ee
migration: convert fd socket protocol to use QIOChannel
by Daniel P. Berrange
· 9 years ago
e65c67e
migration: convert tcp socket protocol to use QIOChannel
by Daniel P. Berrange
· 9 years ago
6f860ae
migration: rename unix.c to socket.c
by Daniel P. Berrange
· 9 years ago
d984464
migration: convert unix socket protocol to use QIOChannel
by Daniel P. Berrange
· 9 years ago
61b67d4
migration: convert post-copy to use QIOChannelBuffer
by Daniel P. Berrange
· 9 years ago
d59ce6f
migration: add reporting of errors for outgoing migration
by Daniel P. Berrange
· 9 years ago
48f0748
migration: add helpers for creating QEMUFile from a QIOChannel
by Daniel P. Berrange
· 9 years ago
a9cfeb3
migration: introduce a new QEMUFile impl based on QIOChannel
by Daniel P. Berrange
· 9 years ago
9e4d2b9
migration: force QEMUFile to blocking mode for outgoing migration
by Daniel P. Berrange
· 9 years ago
06ad513
migration: introduce set_blocking function in QEMUFileOps
by Daniel P. Berrange
· 9 years ago
0436e09
migration: split migration hooks out of QEMUFileOps
by Daniel P. Berrange
· 9 years ago
baf51e7
migration: ensure qemu_fflush() always writes full data amount
by Daniel P. Berrange
· 9 years ago
88be7b4
block: Fix bdrv_next() memory leak
by Kevin Wolf
· 9 years ago
9969436
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' into staging
by Peter Maydell
· 9 years ago
fe904ea
migration: regain control of images when migration fails to complete
by Greg Kurz
· 9 years ago
24f3902
savevm: fail if migration blockers are present
by Greg Kurz
· 9 years ago
fa53a0e
memory: drop find_ram_block()
by Gonglei
· 9 years ago
d85a31d
migration: Promote improved autoconverge commands out of experimental state
by Jason J. Herne
· 9 years ago
b72fe9e
migration/qjson: Drop gratuitous use of QOM
by Markus Armbruster
· 9 years ago
17b74b9
migration: Move qjson.[ch] to migration/
by Markus Armbruster
· 9 years ago
6bd8ab6
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
7c8eece
block: Avoid bs->blk in bdrv_next()
by Kevin Wolf
· 9 years ago
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
cb8d4c8
Fix some typos found by codespell
by Stefan Weil
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
0dcee62
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-7' into staging
by Peter Maydell
· 9 years ago
32c3db5
postcopy: Remove the x-
by Dr. David Alan Gilbert
· 9 years ago
a587a3f
postcopy: listen thread is never joined
by Dr. David Alan Gilbert
· 9 years ago
8646992
migration: fix use-after-free in loadvm_postcopy_handle_run_bh
by Denis V. Lunev
· 9 years ago
568b01c
migration: fix warning for source_return_path_thread
by Peter Xu
· 9 years ago
b16a44e
osdep: remove use of socket_error() from all code
by Daniel P. Berrange
· 9 years ago
614e801
Postcopy: Fix sync count in info migrate
by Dr. David Alan Gilbert
· 9 years ago
902c053
migration: allow machine to enforce configuration section migration
by Greg Kurz
· 9 years ago
ea6a55b
migration (postcopy): move bdrv_invalidate_cache_all of of coroutine context
by Denis V. Lunev
· 9 years ago
0aa6aef
migration (ordinary): move bdrv_invalidate_cache_all of of coroutine context
by Denis V. Lunev
· 9 years ago
d8b9d77
migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFD
by Matthew Fortune
· 9 years ago
bdf46d6
migration: reorder code to make it symmetric
by Wei Yang
· 9 years ago
df215b5
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 9 years ago
ef0716d
block-migration: acquire AioContext as necessary
by Paolo Bonzini
· 9 years ago
b82fc32
Postcopy+spice: Pass spice migration data earlier
by Dr. David Alan Gilbert
· 9 years ago
9bd9c7f
block migration: Activate image on destination before writing to it
by Kevin Wolf
· 9 years ago
4987783
migration: fix incorrect memory_global_dirty_log_start outside BQL
by Paolo Bonzini
· 9 years ago
5b648de
rdma: remove check on time_spent when calculating mbs
by Wei Yang
· 9 years ago
5b82b70
memory: RCU ram_list.dirty_memory[] for safe RAM hotplug
by Stefan Hajnoczi
· 9 years ago
15d6169
migration: fix bad string passed to error_report()
by Greg Kurz
· 9 years ago
b33dc45
migration: remove useless code.
by Liang Li
· 9 years ago
a08f689
migration/ram: Fix some helper functions' parameter to use PageSearchStatus
by zhanghailiang
· 9 years ago
fb3520a
savevm: Split load vm state function qemu_loadvm_state
by zhanghailiang
· 9 years ago
89a02a9
migration: rename 'file' in MigrationState to 'to_dst_file'
by zhanghailiang
· 9 years ago
4c4bad4
ram: Split host_from_stream_offset() into two helper functions
by zhanghailiang
· 9 years ago
1393a48
migration: Clean up includes
by Peter Maydell
· 9 years ago
d341d9f
fpu: Replace uint8 typedef with uint8_t
by Peter Maydell
· 9 years ago
76b1c7f
block: Inactivate BDS when migration completes
by Kevin Wolf
· 9 years ago
b47d3af
vmstate: Introduce VMSTATE_VARRAY_MULTPLY
by Juan Quintela
· 9 years ago
5517474
vmstate: introduce CPU_DoubleU arrays
by Juan Quintela
· 9 years ago
17c8a21
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into staging
by Peter Maydell
· 9 years ago
Next »