Sign in
qemu
/
qemu
/
df313f481f4167bf0af0a0d362b77aa22574ff56
/
migration
/
ram.c
5c90308
migration: Fix return code of ram_save_iterate()
by Thomas Huth
· 8 years ago
a91246c
COLO: Send PVM state to secondary side when do checkpoint
by zhanghailiang
· 8 years ago
adb65de
migration: Remove static allocation of xzblre cache buffer
by Vijaya Kumar K
· 8 years ago
2ebeaec
Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]
by Dr. David Alan Gilbert
· 9 years ago
9c1f8f4
migration: sync all address spaces
by Paolo Bonzini
· 8 years ago
a1febc4
cutils: Export only buffer_is_zero
by Richard Henderson
· 9 years ago
e110aa9
migration/ram: fix typo
by Cao jin
· 9 years ago
0d9f9a5
migration: code clean up
by Liang Li
· 9 years ago
33d151f
migration: refine the decompression code
by Liang Li
· 9 years ago
a7a9a88
migration: refine the compression code
by Liang Li
· 9 years ago
90e56fb
migration: protect the quit flag by lock
by Liang Li
· 9 years ago
fc50438
migration: refine ram_save_compressed_page
by Liang Li
· 9 years ago
b3be289
qemu-file: Fix qemu_put_compression_data flaw
by Liang Li
· 9 years ago
e7bb92e
migration: remove useless code
by Liang Li
· 9 years ago
5533b2e
migration: Fix a potential issue
by Liang Li
· 9 years ago
73a8912
migration: Fix multi-thread compression bug
by Liang Li
· 9 years ago
d3bf541
Postcopy: Add stats on page requests
by Dr. David Alan Gilbert
· 9 years ago
d688c62
Postcopy: Avoid 0 length discards
by Dr. David Alan Gilbert
· 9 years ago
2594f56
migration: don't use an array for storing migrate parameters
by Daniel P. Berrange
· 9 years ago
9969436
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' into staging
by Peter Maydell
· 9 years ago
fa53a0e
memory: drop find_ram_block()
by Gonglei
· 9 years ago
d85a31d
migration: Promote improved autoconverge commands out of experimental state
by Jason J. Herne
· 9 years ago
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
cb8d4c8
Fix some typos found by codespell
by Stefan Weil
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
4987783
migration: fix incorrect memory_global_dirty_log_start outside BQL
by Paolo Bonzini
· 9 years ago
5b82b70
memory: RCU ram_list.dirty_memory[] for safe RAM hotplug
by Stefan Hajnoczi
· 9 years ago
a08f689
migration/ram: Fix some helper functions' parameter to use PageSearchStatus
by zhanghailiang
· 9 years ago
4c4bad4
ram: Split host_from_stream_offset() into two helper functions
by zhanghailiang
· 9 years ago
1393a48
migration: Clean up includes
by Peter Maydell
· 9 years ago
d341d9f
fpu: Replace uint8 typedef with uint8_t
by Peter Maydell
· 9 years ago
17c8a21
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into staging
by Peter Maydell
· 9 years ago
9af9e0f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 9 years ago
c1bc662
multithread decompression: Avoid one copy
by Dr. David Alan Gilbert
· 9 years ago
063e760
Use qemu_get_buffer_in_place for xbzrle data
by Dr. David Alan Gilbert
· 9 years ago
4addcd4
Migration: Emit event at start of pass
by Dr. David Alan Gilbert
· 9 years ago
3fd3c4b
Fix xbzrle vs last_sent_block update
by Dr. David Alan Gilbert
· 9 years ago
84e7b80
Set last_sent_block
by Dr. David Alan Gilbert
· 9 years ago
a3b6ff6
Postcopy: Fix TP!=HP zero case
by Dr. David Alan Gilbert
· 9 years ago
9458ad6
migration: print ram_addr_t as RAM_ADDR_FMT not %zx
by Juan Quintela
· 9 years ago
99e314e
Host page!=target page: Cleanup bitmaps
by Dr. David Alan Gilbert
· 9 years ago
663e6c1
Don't sync dirty bitmaps in postcopy
by Dr. David Alan Gilbert
· 9 years ago
c53b7dd
postcopy: Check order of received target pages
by Dr. David Alan Gilbert
· 9 years ago
a718087
Postcopy: Use helpers to map pages during migration
by Dr. David Alan Gilbert
· 9 years ago
a82d593
Page request: Consume pages off the post-copy queue
by Dr. David Alan Gilbert
· 9 years ago
6c595cd
Page request: Process incoming page request
by Dr. David Alan Gilbert
· 9 years ago
1caddf8
postcopy: Incoming initialisation
by Dr. David Alan Gilbert
· 9 years ago
e0b266f
migration_completion: Take current state
by Dr. David Alan Gilbert
· 9 years ago
f3f491f
Postcopy: Maintain unsentmap
by Dr. David Alan Gilbert
· 9 years ago
763c906
Add qemu_savevm_state_complete_postcopy
by Dr. David Alan Gilbert
· 9 years ago
c31b098
Modify save_live_pending for postcopy
by Dr. David Alan Gilbert
· 9 years ago
a3e06c3
Rename save_live_complete to save_live_complete_precopy
by Dr. David Alan Gilbert
· 9 years ago
a776aa1
ram_load: Factor out host_from_stream_offset call and check
by Dr. David Alan Gilbert
· 9 years ago
4f2e425
ram_debug_dump_bitmap: Dump a migration bitmap as text
by Dr. David Alan Gilbert
· 9 years ago
e3dd749
qemu_ram_block_by_name
by Dr. David Alan Gilbert
· 9 years ago
6ad2a21
migration: code clean up
by Liang Li
· 9 years ago
d1a8548
migration: rename cancel to cleanup in SaveVMHandles
by Liang Li
· 9 years ago
94f5a43
migration: defer migration_end & blk_mig_cleanup
by Liang Li
· 9 years ago
60be634
migration: fix deadlock
by Denis V. Lunev
· 9 years ago
070afca
migration: Dynamic cpu throttling for auto-converge
by Jason J. Herne
· 10 years ago
b9e6092
ram_find_and_save_block: Split out the finding
by Dr. David Alan Gilbert
· 9 years ago
b8fb8cb
Move dirty page search state into separate structure
by Dr. David Alan Gilbert
· 9 years ago
2f68e39
migration/ram.c: Use RAMBlock rather than MemoryRegion
by Dr. David Alan Gilbert
· 10 years ago
9f5f380
migration: reduce the count of strlen call
by Liang Li
· 10 years ago
d09a6fd
migration: fix RCU deadlock
by Paolo Bonzini
· 10 years ago
dd63169
migration: extend migration_bitmap
by Li Zhijian
· 10 years ago
2ff6403
migration: protect migration_bitmap
by Li Zhijian
· 10 years ago
632e3a5
Rework ram_control_load_hook to hook during block load
by Dr. David Alan Gilbert
· 10 years ago
5ee6926
arch_init: Clean up the duplicate variable 'len' defining in ram_load()
by zhanghailiang
· 10 years ago
7205c9e
migration: reduce include files
by Juan Quintela
· 10 years ago
76cc7b5
migration: Add myself to the copyright list of both files
by Juan Quintela
· 10 years ago
56e93d2
migration: move ram stuff to migration/ram
by Juan Quintela
· 10 years ago