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-04-21
ram: Everything was init to zero, so use memset
Juan Quintela
1
-22
/
+3
2017-04-21
ram: Move migration_dirty_pages to RAMState
Juan Quintela
1
-14
/
+18
2017-04-21
ram: Move xbzrle_overflows into RAMState
Juan Quintela
1
-16
/
+5
2017-04-21
ram: Move xbzrle_cache_miss_rate into RAMState
Juan Quintela
1
-3
/
+5
2017-04-21
ram: Move xbzrle_cache_miss into RAMState
Juan Quintela
1
-5
/
+7
2017-04-21
ram: Move xbzrle_pages into RAMState
Juan Quintela
1
-4
/
+7
2017-04-21
ram: Move xbzrle_bytes into RAMState
Juan Quintela
1
-3
/
+5
2017-04-21
ram: Move iterations into RAMState
Juan Quintela
1
-5
/
+7
2017-04-21
ram: Remove norm_mig_bytes_transferred
Juan Quintela
2
-6
/
+2
2017-04-21
ram: Move norm_pages to RAMState
Juan Quintela
1
-12
/
+14
2017-04-21
ram: Remove unused pages_skipped variable
Juan Quintela
2
-12
/
+2
2017-04-21
ram: Remove unused dup_mig_bytes_transferred()
Juan Quintela
1
-5
/
+0
2017-04-21
ram: Move dup_pages into RAMState
Juan Quintela
1
-11
/
+18
2017-04-21
ram: Move iterations_prev into RAMState
Juan Quintela
1
-7
/
+6
2017-04-21
ram: Move xbzrle_cache_miss_prev into RAMState
Juan Quintela
1
-4
/
+5
2017-04-21
ram: Change num_dirty_pages_period type to uint64_t
Juan Quintela
1
-1
/
+1
2017-04-21
ram: Move num_dirty_pages_period into RAMState
Juan Quintela
1
-9
/
+11
2017-04-21
ram: Change byte_xfer_{prev,now} type to uint64_t
Juan Quintela
1
-2
/
+2
2017-04-21
ram: Move bytes_xfer_prev into RAMState
Juan Quintela
1
-6
/
+7
2017-04-21
ram: Move start time into RAMState
Juan Quintela
1
-9
/
+11
2017-04-21
ram: Move bitmap_sync_count into RAMState
Juan Quintela
1
-11
/
+12
2017-04-21
ram: Add dirty_rate_high_cnt to RAMState
Juan Quintela
1
-10
/
+11
2017-04-21
ram: Create RAMState
Juan Quintela
1
-57
/
+83
2017-04-21
ram: Rename block_name to rbname
Juan Quintela
1
-9
/
+8
2017-04-21
ram: Rename flush_page_queue() to migration_page_queue_free()
Juan Quintela
2
-3
/
+4
2017-04-21
ram: Update all functions comments
Juan Quintela
1
-121
/
+227
2017-04-21
migration/block: use blk_pwrite_zeroes for each zero cluster
Lidong Chen
1
-2
/
+33
2017-04-07
block: Ignore guest dev permissions during incoming migration
Kevin Wolf
1
-0
/
+8
2017-03-16
postcopy: Check for shared memory
Dr. David Alan Gilbert
1
-0
/
+18
2017-03-16
vmstate: fix failed iotests case 68 and 91
QingFeng Hao
1
-4
/
+4
2017-03-16
migration/block: Avoid invoking blk_drain too frequently
Lidong Chen
1
-0
/
+3
2017-03-16
migration: use "" as the default for tls-creds/hostname
Daniel P. Berrange
2
-1
/
+5
2017-03-16
Change the method to calculate dirty-pages-rate
Chao Fan
1
-7
/
+5
2017-03-13
migration: Document handling of bdrv_is_allocated() errors
Eric Blake
1
-0
/
+2
2017-03-02
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170228a'...
Peter Maydell
6
-167
/
+257
2017-03-01
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-4
/
+17
2017-02-28
migration/block: Use real permissions
Kevin Wolf
1
-5
/
+17
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+2
2017-02-28
Add a new qmp command to do checkpoint, query xen replication status
Zhang Chen
1
-0
/
+23
2017-02-28
Add a new qmp command to start/stop replication
Zhang Chen
1
-0
/
+26
2017-02-28
postcopy: Add extra check for COPY function
Dr. David Alan Gilbert
1
-0
/
+4
2017-02-28
postcopy: Check for userfault+hugepage feature
Dr. David Alan Gilbert
1
-1
/
+11
2017-02-28
postcopy: Allow hugepages
Dr. David Alan Gilbert
1
-24
/
+1
2017-02-28
postcopy: Send whole huge pages
Dr. David Alan Gilbert
1
-1
/
+5
2017-02-28
postcopy: Mask fault addresses to huge page boundary
Dr. David Alan Gilbert
1
-4
/
+3
2017-02-28
postcopy: Load huge pages in one go
Dr. David Alan Gilbert
1
-5
/
+8
2017-02-28
postcopy: Use temporary for placing zero huge pages
Dr. David Alan Gilbert
1
-2
/
+21
2017-02-28
postcopy: Plumb pagesize down into place helpers
Dr. David Alan Gilbert
2
-26
/
+36
2017-02-28
postcopy: Record largest page size
Dr. David Alan Gilbert
1
-0
/
+1
[prev]
[next]