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
/
include
/
migration
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-26
migration (ordinary): move bdrv_invalidate_cache_all of of coroutine context
Denis V. Lunev
1
-0
/
+2
2016-02-26
migration/vmstate: document VMStateFlags
Sascha Silbe
1
-10
/
+90
2016-02-23
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...
Peter Maydell
1
-0
/
+4
2016-02-23
include: Clean up includes
Peter Maydell
2
-2
/
+0
2016-02-23
Postcopy+spice: Pass spice migration data earlier
Dr. David Alan Gilbert
1
-0
/
+4
2016-02-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-9
/
+9
2016-02-05
migration: rename 'file' in MigrationState to 'to_dst_file'
zhanghailiang
1
-1
/
+1
2016-02-04
Fix virtio migration
Dr. David Alan Gilbert
1
-9
/
+9
2016-01-16
vmstate: Introduce VMSTATE_VARRAY_MULTPLY
Juan Quintela
1
-0
/
+11
2016-01-16
vmstate: introduce CPU_DoubleU arrays
Juan Quintela
1
-0
/
+7
2016-01-13
migration: Add state records for migration incoming
zhanghailiang
1
-0
/
+1
2016-01-13
migration: Export migrate_set_state()
zhanghailiang
1
-0
/
+2
2016-01-09
Add VMSTATE_STRUCT_VARRAY_KNOWN
Dr. David Alan Gilbert
1
-0
/
+13
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-2
/
+2
2015-11-10
Postcopy: Mark nohugepage before discard
Dr. David Alan Gilbert
1
-0
/
+6
2015-11-10
Start up a postcopy/listener thread ready for incoming page data
Dr. David Alan Gilbert
1
-0
/
+4
2015-11-10
Postcopy; Handle userfault requests
Dr. David Alan Gilbert
1
-0
/
+3
2015-11-10
postcopy_ram.c: place_page and helpers
Dr. David Alan Gilbert
2
-0
/
+22
2015-11-10
Page request: Process incoming page request
Dr. David Alan Gilbert
1
-0
/
+22
2015-11-10
Page request: Add MIG_RP_MSG_REQ_PAGES reverse command
Dr. David Alan Gilbert
1
-0
/
+5
2015-11-10
Postcopy: Postcopy startup in migration thread
Dr. David Alan Gilbert
1
-0
/
+3
2015-11-10
postcopy: ram_enable_notify to switch on userfault
Dr. David Alan Gilbert
2
-0
/
+9
2015-11-10
postcopy: Incoming initialisation
Dr. David Alan Gilbert
2
-0
/
+15
2015-11-10
migration_completion: Take current state
Dr. David Alan Gilbert
2
-0
/
+40
2015-11-10
Add qemu_savevm_state_complete_postcopy
Dr. David Alan Gilbert
1
-0
/
+1
2015-11-10
MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration state
Dr. David Alan Gilbert
1
-0
/
+2
2015-11-10
migrate_start_postcopy: Command to trigger transition to postcopy
Dr. David Alan Gilbert
1
-0
/
+3
2015-11-10
postcopy: OS support test
Dr. David Alan Gilbert
1
-0
/
+19
2015-11-10
Modify save_live_pending for postcopy
Dr. David Alan Gilbert
1
-2
/
+3
2015-11-10
Add wrappers and handlers for sending/receiving the postcopy-ram migration me...
Dr. David Alan Gilbert
1
-0
/
+27
2015-11-10
Add migration-capability boolean for postcopy-ram.
Dr. David Alan Gilbert
1
-0
/
+1
2015-11-10
Rework loadvm path for subloops
Dr. David Alan Gilbert
1
-0
/
+6
2015-11-10
Return path: Source handling of return path
Dr. David Alan Gilbert
1
-0
/
+8
2015-11-10
Return path: Send responses from destination to source
Dr. David Alan Gilbert
1
-0
/
+19
2015-11-10
Return path: Control commands
Dr. David Alan Gilbert
1
-0
/
+2
2015-11-10
Migration commands
Dr. David Alan Gilbert
1
-0
/
+1
2015-11-10
Return path: Open a return path on QEMUFile for sockets
Dr. David Alan Gilbert
1
-0
/
+7
2015-11-10
Rename save_live_complete to save_live_complete_precopy
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-10
migrate_init: Call from savevm
Dr. David Alan Gilbert
1
-3
/
+1
2015-11-10
ram_debug_dump_bitmap: Dump a migration bitmap as text
Dr. David Alan Gilbert
1
-0
/
+1
2015-11-10
Add wrapper for setting blocking status on a QEMUFile
Dr. David Alan Gilbert
1
-0
/
+1
2015-11-10
Add qemu_get_buffer_in_place to avoid copies some of the time
Dr. David Alan Gilbert
1
-0
/
+2
2015-11-10
Rename mis->file to from_src_file
Dr. David Alan Gilbert
1
-1
/
+1
2015-11-04
migration: rename cancel to cleanup in SaveVMHandles
Liang Li
1
-1
/
+1
2015-09-29
migration: qemu-file more size_t'ifying
Dr. David Alan Gilbert
1
-5
/
+5
2015-09-29
migration: size_t'ify some of qemu-file
Dr. David Alan Gilbert
1
-4
/
+4
2015-09-29
vmstate: Remove redefinition of VMSTATE_UINT32_ARRAY
Soren Brinkmann
1
-3
/
+0
2015-08-03
migration: Fix global state with Xen.
Anthony PERARD
1
-0
/
+1
2015-07-27
vmstate: remove unused declaration
Marc-André Lureau
1
-3
/
+0
2015-07-15
migration: We also want to store the global state for savevm
Juan Quintela
1
-0
/
+1
[next]