index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
ram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
migrate: Introduce zero RAM checks to skip RAM migration
Ashijeet Acharya
2017-02-13
1
-7
/
+15
*
migration: discard non-dirty ram pages after the start of postcopy
Pavel Butsykin
2017-02-13
1
-0
/
+19
*
add 'release-ram' migrate capability
Pavel Butsykin
2017-02-13
1
-1
/
+21
*
migration: add MigrationState arg for ram_save_/compressed_/page()
Pavel Butsykin
2017-02-13
1
-7
/
+8
*
migration: transform remaining DPRINTF into trace_
Juan Quintela
2017-01-24
1
-14
/
+4
*
migration: Fix return code of ram_save_iterate()
Thomas Huth
2016-11-14
1
-3
/
+3
*
COLO: Send PVM state to secondary side when do checkpoint
zhanghailiang
2016-10-30
1
-10
/
+27
*
migration: Remove static allocation of xzblre cache buffer
Vijaya Kumar K
2016-10-24
1
-1
/
+3
*
Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]
Dr. David Alan Gilbert
2016-10-13
1
-1
/
+3
*
migration: sync all address spaces
Paolo Bonzini
2016-09-27
1
-1
/
+1
*
cutils: Export only buffer_is_zero
Richard Henderson
2016-09-13
1
-1
/
+1
*
migration/ram: fix typo
Cao jin
2016-08-11
1
-2
/
+2
*
migration: code clean up
Liang Li
2016-06-17
1
-21
/
+15
*
migration: refine the decompression code
Liang Li
2016-06-17
1
-25
/
+25
*
migration: refine the compression code
Liang Li
2016-06-17
1
-44
/
+40
*
migration: protect the quit flag by lock
Liang Li
2016-06-17
1
-16
/
+16
*
migration: refine ram_save_compressed_page
Liang Li
2016-06-17
1
-14
/
+13
*
qemu-file: Fix qemu_put_compression_data flaw
Liang Li
2016-06-17
1
-5
/
+13
*
migration: remove useless code
Liang Li
2016-06-17
1
-1
/
+0
*
migration: Fix a potential issue
Liang Li
2016-06-17
1
-0
/
+19
*
migration: Fix multi-thread compression bug
Liang Li
2016-06-17
1
-11
/
+27
*
Postcopy: Add stats on page requests
Dr. David Alan Gilbert
2016-06-16
1
-0
/
+1
*
Postcopy: Avoid 0 length discards
Dr. David Alan Gilbert
2016-06-16
1
-1
/
+3
*
migration: don't use an array for storing migrate parameters
Daniel P. Berrange
2016-05-26
1
-4
/
+2
*
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in...
Peter Maydell
2016-05-24
1
-2
/
+2
|
\
|
*
migration: Promote improved autoconverge commands out of experimental state
Jason J. Herne
2016-05-23
1
-2
/
+2
*
|
memory: drop find_ram_block()
Gonglei
2016-05-23
1
-1
/
+1
|
/
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+2
*
Fix some typos found by codespell
Stefan Weil
2016-05-18
1
-1
/
+1
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
migration: fix incorrect memory_global_dirty_log_start outside BQL
Paolo Bonzini
2016-02-16
1
-0
/
+4
*
memory: RCU ram_list.dirty_memory[] for safe RAM hotplug
Stefan Hajnoczi
2016-02-09
1
-4
/
+0
*
migration/ram: Fix some helper functions' parameter to use PageSearchStatus
zhanghailiang
2016-02-05
1
-14
/
+19
*
ram: Split host_from_stream_offset() into two helper functions
zhanghailiang
2016-02-05
1
-15
/
+25
*
migration: Clean up includes
Peter Maydell
2016-01-29
1
-1
/
+1
*
fpu: Replace uint8 typedef with uint8_t
Peter Maydell
2016-01-22
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...
Peter Maydell
2016-01-14
1
-1
/
+1
|
\
|
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2016-01-13
1
-1
/
+1
*
|
multithread decompression: Avoid one copy
Dr. David Alan Gilbert
2016-01-13
1
-8
/
+3
*
|
Use qemu_get_buffer_in_place for xbzrle data
Dr. David Alan Gilbert
2016-01-13
1
-2
/
+4
*
|
Migration: Emit event at start of pass
Dr. David Alan Gilbert
2016-01-13
1
-0
/
+4
|
/
*
Fix xbzrle vs last_sent_block update
Dr. David Alan Gilbert
2015-12-11
1
-1
/
+10
*
Set last_sent_block
Dr. David Alan Gilbert
2015-11-19
1
-0
/
+1
*
Postcopy: Fix TP!=HP zero case
Dr. David Alan Gilbert
2015-11-12
1
-1
/
+1
*
migration: print ram_addr_t as RAM_ADDR_FMT not %zx
Juan Quintela
2015-11-12
1
-2
/
+3
*
Host page!=target page: Cleanup bitmaps
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+172
*
Don't sync dirty bitmaps in postcopy
Dr. David Alan Gilbert
2015-11-10
1
-2
/
+5
*
postcopy: Check order of received target pages
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+11
*
Postcopy: Use helpers to map pages during migration
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+129
*
Page request: Consume pages off the post-copy queue
Dr. David Alan Gilbert
2015-11-10
1
-31
/
+218
[next]