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
/
ram.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-20
memory: fix race between TCG and accesses to dirty bitmap
Paolo Bonzini
1
-0
/
+1
2019-08-14
migration: add some multifd traces
Juan Quintela
1
-0
/
+3
2019-08-14
migration: Make global sem_sync semaphore by channel
Juan Quintela
1
-7
/
+7
2019-08-14
migration: Add traces for multifd terminate threads
Juan Quintela
1
-0
/
+4
2019-08-14
migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmap
Wei Yang
1
-3
/
+3
2019-08-14
migration: update ram_counters for multifd sync packet
Ivan Ren
1
-0
/
+2
2019-08-14
migration: add speed limit for multifd migration
Ivan Ren
1
-10
/
+12
2019-08-14
migration/postcopy: use QEMU_IS_ALIGNED to replace host_offset
Wei Yang
1
-5
/
+2
2019-08-14
migration/postcopy: simplify calculation of run_start and fixup_start_addr
Wei Yang
1
-27
/
+7
2019-08-14
migration/postcopy: make PostcopyDiscardState a static variable
Wei Yang
1
-19
/
+11
2019-08-14
migration: extract ram_load_precopy
Wei Yang
1
-27
/
+46
2019-08-14
migration: return -EINVAL directly when version_id mismatch
Wei Yang
1
-1
/
+1
2019-08-14
migration: just pass RAMBlock is enough
Wei Yang
1
-5
/
+4
2019-08-14
migration/postcopy: do_fixup is true when host_offset is non-zero
Wei Yang
1
-4
/
+1
2019-08-14
migration/postcopy: reduce one operation to calculate fixup_start_addr
Wei Yang
1
-4
/
+6
2019-08-14
migration/postcopy: discard_length must not be 0
Wei Yang
1
-3
/
+1
2019-08-14
migration/postcopy: break the loop when there is no more page to discard
Wei Yang
1
-13
/
+13
2019-08-14
migration/postcopy: the valid condition is one less then end
Wei Yang
1
-1
/
+1
2019-07-24
migration: fix migrate_cancel multifd migration leads destination hung forever
Ivan Ren
1
-0
/
+5
2019-07-24
migration: Make explicit that we are quitting multifd
Juan Quintela
1
-0
/
+9
2019-07-24
migration: fix migrate_cancel leads live_migration thread hung forever
Ivan Ren
1
-2
/
+14
2019-07-24
migration: fix migrate_cancel leads live_migration thread endless loop
Ivan Ren
1
-7
/
+29
2019-07-15
migration: always initial RAMBlock.bmap to 1 for new migration
Ivan Ren
1
-7
/
+8
2019-07-15
migration/postcopy: fix document of postcopy_send_discard_bm_ram()
Wei Yang
1
-3
/
+2
2019-07-15
migration: allow private destination ram with x-ignore-shared
Peng Tao
1
-7
/
+0
2019-07-15
migration: Split log_clear() into smaller chunks
Peter Xu
1
-0
/
+44
2019-07-15
migration: No need to take rcu during sync_dirty_bitmap
Peter Xu
1
-0
/
+1
2019-07-15
migration/ram.c: reset complete_round when we gets a queued page
Wei Yang
1
-0
/
+6
2019-07-15
migration/multifd: sync packet_num after all thread are done
Wei Yang
1
-4
/
+4
2019-07-15
migration/xbzrle: update cache and current_data in one place
Wei Yang
1
-10
/
+15
2019-07-15
migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOS
Wei Yang
1
-1
/
+1
2019-06-06
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
1
-1
/
+1
2019-06-06
migration: fix a typo
Li Qiang
1
-1
/
+1
2019-06-05
migratioin/ram: leave RAMBlock->bmap blank on allocating
Wei Yang
1
-5
/
+13
2019-06-05
migration/ram.c: multifd_send_state->count is not really used
Wei Yang
1
-5
/
+0
2019-06-05
migration/ram.c: MultiFDSendParams.sem_sync is not really used
Wei Yang
1
-4
/
+0
2019-05-14
migration/ram.c: fix typos in comments
Wei Yang
1
-5
/
+5
2019-05-14
migration: update comments of migration bitmap
Yi Wang
1
-3
/
+1
2019-05-14
migration/ram.c: start of migration_bitmap_sync_range is always 0
Wei Yang
1
-4
/
+4
2019-04-09
migration/ram.c: Fix use-after-free in multifd_recv_unfill_packet()
Peter Maydell
1
-1
/
+1
2019-04-05
migration/ram.c: Fix codes conflict about bitmap_mutex
Zhang Chen
1
-0
/
+2
2019-03-25
multifd: Add some padding
Juan Quintela
1
-0
/
+3
2019-03-25
multifd: Change default packet size
Juan Quintela
1
-1
/
+1
2019-03-25
multifd: Be flexible about packet size
Juan Quintela
1
-6
/
+18
2019-03-25
multifd: Drop x-multifd-page-count parameter
Juan Quintela
1
-5
/
+10
2019-03-25
multifd: Create new next_packet_size field
Juan Quintela
1
-2
/
+13
2019-03-25
multifd: Rename "size" member to pages_alloc
Juan Quintela
1
-11
/
+12
2019-03-25
multifd: Only send pages when packet are not empty
Juan Quintela
1
-6
/
+12
2019-03-06
migration/ram.c: add the free page optimization enable flag
Wei Wang
1
-1
/
+17
2019-03-06
migration/ram.c: add a notifier chain for precopy
Wei Wang
1
-3
/
+48
[next]