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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-04-21
ram: Use RAMBitmap type for coherence
Juan Quintela
1
-5
/
+5
2017-04-21
ram: rename last_ram_offset() last_ram_pages()
Juan Quintela
1
-6
/
+5
2017-04-21
ram: Use ramblock and page offset instead of absolute offset
Juan Quintela
1
-38
/
+27
2017-04-21
ram: Change offset field in PageSearchStatus to page
Juan Quintela
1
-25
/
+26
2017-04-21
ram: Remember last_page instead of last_offset
Juan Quintela
1
-7
/
+7
2017-04-21
ram: Use page number instead of an address for the bitmap operations
Juan Quintela
2
-44
/
+36
2017-04-21
ram: reorganize last_sent_block
Juan Quintela
1
-21
/
+15
2017-04-21
ram: ram_discard_range() don't use the mis parameter
Juan Quintela
3
-12
/
+6
2017-04-21
ram: Pass RAMBlock to bitmap_sync
Juan Quintela
1
-4
/
+4
2017-04-21
ram: Add page-size to output in 'info migrate'
Chao Fan
1
-0
/
+1
2017-04-21
ram: Rename qemu_target_page_bits() to qemu_target_page_size()
Juan Quintela
3
-10
/
+10
2017-04-21
ram: We don't need MigrationState parameter anymore
Juan Quintela
1
-17
/
+10
2017-04-21
migration: Remove MigrationState from migration_in_postcopy
Juan Quintela
3
-16
/
+16
2017-04-21
ram: Remove compression_switch and inline its logic
Juan Quintela
1
-4
/
+8
2017-04-21
ram: Move QEMUFile into RAMState
Juan Quintela
1
-47
/
+37
2017-04-21
ram: Add QEMUFile to RAMState
Juan Quintela
1
-7
/
+10
2017-04-21
ram: Move postcopy_requests into RAMState
Juan Quintela
2
-7
/
+11
2017-04-21
ram: Move dirty_pages_rate to RAMState
Juan Quintela
2
-7
/
+12
2017-04-21
ram: Remove dirty_bytes_rate
Juan Quintela
2
-4
/
+3
2017-04-21
ram: Create ram_dirty_sync_count()
Juan Quintela
2
-3
/
+6
2017-04-21
ram: Move src_page_req* to RAMState
Juan Quintela
2
-27
/
+39
2017-04-21
ram: Move last_req_rb to RAMState
Juan Quintela
2
-3
/
+5
2017-04-21
ram: Remove ram_save_remaining
Juan Quintela
1
-11
/
+6
2017-04-21
ram: Use the RAMState bytes_transferred parameter
Juan Quintela
1
-48
/
+27
2017-04-21
ram: Move bytes_transferred into RAMState
Juan Quintela
1
-18
/
+17
2017-04-21
ram: Move migration_bitmap_rcu into RAMState
Juan Quintela
1
-39
/
+47
2017-04-21
ram: Move migration_bitmap_mutex into RAMState
Juan Quintela
1
-7
/
+8
[next]