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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-18
migration: Make savevm.c target independent
Juan Quintela
2
-8
/
+8
2017-05-18
exec: Create include for target_page_size()
Juan Quintela
3
-0
/
+3
2017-05-18
migration: Remove vmstate.h from migration.h
Juan Quintela
4
-0
/
+4
2017-05-18
migration: Remove qemu-file.h from vmstate.h
Juan Quintela
4
-0
/
+4
2017-05-18
migration: Split vmstate-types.c from vmstate.c
Juan Quintela
3
-643
/
+674
2017-05-18
migration: Move qjson.h to migration/
Juan Quintela
3
-2
/
+31
2017-05-18
migration: Remove migration.h from colo.h
Juan Quintela
2
-1
/
+3
2017-05-18
migration: Export qemu-file-channel.c functions in its own file
Juan Quintela
7
-0
/
+38
2017-05-18
migration: Split migration/channel.c for channel operations
Juan Quintela
8
-51
/
+98
2017-05-18
migration: Create migration/xbzrle.h
Juan Quintela
3
-1
/
+23
2017-05-18
block migration: Allow compile time disable
Dr. David Alan Gilbert
2
-1
/
+15
2017-05-18
migration: Remove old MigrationParams
Juan Quintela
3
-19
/
+7
2017-05-18
migration: Remove use of old MigrationParams
Juan Quintela
4
-22
/
+10
2017-05-18
migration: Create block capability
Juan Quintela
1
-0
/
+71
2017-05-18
postcopy: Require RAMBlocks that are whole pages
Dr. David Alan Gilbert
1
-3
/
+13
2017-05-18
migration: Fix non-multiple of page size migration
Dr. David Alan Gilbert
1
-1
/
+4
2017-05-18
Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging
Stefan Hajnoczi
1
-6
/
+7
2017-05-17
ramblock: add RAMBLOCK_FOREACH()
Peter Xu
1
-6
/
+7
2017-05-17
migration: Move check_migratable() into qdev.c
Juan Quintela
2
-15
/
+10
2017-05-17
migration: Move postcopy stuff to postcopy-ram.c
Juan Quintela
3
-18
/
+44
2017-05-17
migration: Move page_cache.c to migration/
Juan Quintela
3
-1
/
+323
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
1
-0
/
+1
2017-05-17
ram: Rename RAM_SAVE_FLAG_COMPRESS to RAM_SAVE_FLAG_ZERO
Juan Quintela
1
-6
/
+12
2017-05-17
migration: Pass Error ** argument to {save,load}_vmstate
Juan Quintela
1
-26
/
+25
2017-05-17
migration: Fix regression with compression threads
Juan Quintela
1
-9
/
+10
2017-05-11
block: New BdrvChildRole.activate() for blk_resume_after_migration()
Kevin Wolf
2
-6
/
+0
2017-05-11
migration: Unify block node activation error handling
Kevin Wolf
2
-18
/
+10
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
1
-26
/
+23
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
1
-18
/
+18
2017-05-09
sockets: Prepare inet_parse() for flattened SocketAddress
Markus Armbruster
2
-4
/
+5
2017-05-05
Merge remote-tracking branch 'quintela/tags/migration/20170504' into staging
Stefan Hajnoczi
9
-349
/
+213
2017-05-04
Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging
Stefan Hajnoczi
1
-0
/
+8
2017-05-04
migration: Extra tracing
Dr. David Alan Gilbert
2
-0
/
+4
2017-05-04
migration: Move postcopy-ram.h to migration/
Juan Quintela
5
-4
/
+95
2017-05-04
monitor: Move hmp_info_snapshots from savevm.c to hmp.c
Juan Quintela
1
-147
/
+0
2017-05-04
monitor: Move hmp_delvm from savevm.c to hmp.c
Juan Quintela
1
-13
/
+0
2017-05-04
monitor: Move hmp_savevm from savevm.c to hmp.c
Juan Quintela
1
-5
/
+0
2017-05-04
monitor: Remove monitor parameter from save_vmstate
Juan Quintela
1
-10
/
+10
2017-05-04
migration: to_dst_file at that point is NULL
Juan Quintela
2
-2
/
+0
2017-05-04
migration: setup bi-directional I/O channel for exec: protocol
Daniel P. Berrange
1
-2
/
+2
2017-05-04
ram: Split dirty bitmap by RAMBlock
Juan Quintela
2
-167
/
+103
2017-04-28
replication: Make --disable-replication compile again
Markus Armbruster
1
-0
/
+12
2017-04-27
migration: Call blk_resume_after_migration() for postcopy
Kevin Wolf
1
-0
/
+8
2017-04-24
migration: Make errp the last parameter of local functions
Fam Zheng
1
-6
/
+6
2017-04-21
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...
Peter Maydell
5
-626
/
+675
2017-04-21
migration: rename max_size to threshold_size
Peter Xu
2
-10
/
+15
2017-04-21
migration: set current_active_state once
Peter Xu
1
-1
/
+0
2017-04-21
migration: don't close a file descriptor while it can be in use
Laurent Vivier
1
-3
/
+3
2017-04-21
ram: Remove migration_bitmap_extend()
Juan Quintela
1
-34
/
+0
2017-04-21
migration: Remove MigrationState parameter from migration_is_idle()
Juan Quintela
1
-5
/
+3
[next]