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
/
ram.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-5
/
+0
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
1
-11
/
+0
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
1
-2
/
+3
2017-04-21
ram: Update all functions comments
Juan Quintela
1
-121
/
+227
2017-03-16
Change the method to calculate dirty-pages-rate
Chao Fan
1
-7
/
+5
2017-02-28
postcopy: Send whole huge pages
Dr. David Alan Gilbert
1
-1
/
+5
2017-02-28
postcopy: Load huge pages in one go
Dr. David Alan Gilbert
1
-5
/
+8
2017-02-28
postcopy: Plumb pagesize down into place helpers
Dr. David Alan Gilbert
1
-7
/
+8
2017-02-28
exec: ram_block_discard_range
Dr. David Alan Gilbert
1
-21
/
+3
2017-02-28
postcopy: Chunk discards for hugepages
Dr. David Alan Gilbert
1
-8
/
+9
2017-02-28
postcopy: Transmit and compare individual page sizes
Dr. David Alan Gilbert
1
-0
/
+17
2017-02-28
postcopy: Transmit ram size summary word
Dr. David Alan Gilbert
1
-0
/
+17
2017-02-13
migrate: Introduce zero RAM checks to skip RAM migration
Ashijeet Acharya
1
-7
/
+15
2017-02-13
migration: discard non-dirty ram pages after the start of postcopy
Pavel Butsykin
1
-0
/
+19
2017-02-13
add 'release-ram' migrate capability
Pavel Butsykin
1
-1
/
+21
2017-02-13
migration: add MigrationState arg for ram_save_/compressed_/page()
Pavel Butsykin
1
-7
/
+8
2017-01-24
migration: transform remaining DPRINTF into trace_
Juan Quintela
1
-14
/
+4
2016-11-14
migration: Fix return code of ram_save_iterate()
Thomas Huth
1
-3
/
+3
2016-10-30
COLO: Send PVM state to secondary side when do checkpoint
zhanghailiang
1
-10
/
+27
2016-10-24
migration: Remove static allocation of xzblre cache buffer
Vijaya Kumar K
1
-1
/
+3
2016-10-13
Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]
Dr. David Alan Gilbert
1
-1
/
+3
2016-09-27
migration: sync all address spaces
Paolo Bonzini
1
-1
/
+1
2016-09-13
cutils: Export only buffer_is_zero
Richard Henderson
1
-1
/
+1
2016-08-11
migration/ram: fix typo
Cao jin
1
-2
/
+2
2016-06-17
migration: code clean up
Liang Li
1
-21
/
+15
2016-06-17
migration: refine the decompression code
Liang Li
1
-25
/
+25
2016-06-17
migration: refine the compression code
Liang Li
1
-44
/
+40
2016-06-17
migration: protect the quit flag by lock
Liang Li
1
-16
/
+16
2016-06-17
migration: refine ram_save_compressed_page
Liang Li
1
-14
/
+13
2016-06-17
qemu-file: Fix qemu_put_compression_data flaw
Liang Li
1
-5
/
+13
2016-06-17
migration: remove useless code
Liang Li
1
-1
/
+0
[prev]
[next]