Age | Commit message (Expand) | Author | Files | Lines |
2015-08-13 | smbios: move smbios code into a common folder | Wei Huang | 1 | -1/+1 |
2015-06-12 | migration: reduce include files | Juan Quintela | 1 | -23/+0 |
2015-06-12 | migration: move ram stuff to migration/ram | Juan Quintela | 1 | -1588/+0 |
2015-06-05 | migration: move dirty bitmap sync to ram_addr.h | Stefan Hajnoczi | 1 | -44/+2 |
2015-06-02 | arch_init: Drop target-x86_64.conf | Ikey Doherty | 1 | -1/+0 |
2015-05-07 | migration: Fix migration state update issue | Liang Li | 1 | -1/+1 |
2015-05-07 | migration: avoid divide by zero in xbzrle cache miss rate | Michael Chapman | 1 | -3/+5 |
2015-05-07 | migration: Add the core code for decompression | Liang Li | 1 | -2/+48 |
2015-05-07 | migration: Make compression co-work with xbzrle | Liang Li | 1 | -1/+11 |
2015-05-07 | migration: Add the core code of multi-thread compression | Liang Li | 1 | -7/+178 |
2015-05-06 | migration: Split save_zero_page from ram_save_page | Liang Li | 1 | -18/+43 |
2015-05-06 | arch_init: Add and free data struct for decompression | Liang Li | 1 | -1/+12 |
2015-05-06 | arch_init: Alloc and free data struct for compression | Liang Li | 1 | -1/+34 |
2015-05-06 | migration: Add the framework of multi-thread decompression | Liang Li | 1 | -0/+77 |
2015-05-06 | migration: Add the framework of multi-thread compression | Liang Li | 1 | -2/+92 |
2015-03-26 | migration: remove last_sent_block from save_page_header | Juan Quintela | 1 | -6/+6 |
2015-03-17 | arch_init: Count the total number of pages by using helper function | zhanghailiang | 1 | -7/+1 |
2015-03-16 | rename save_block_hdr to save_page_header | Juan Quintela | 1 | -8/+19 |
2015-03-16 | save_block_hdr: we can recalculate the cont parameter here | Juan Quintela | 1 | -23/+24 |
2015-03-16 | save_xbzrle_page: change calling convention | Juan Quintela | 1 | -19/+25 |
2015-03-16 | ram_save_page: change calling covention | Juan Quintela | 1 | -19/+38 |
2015-03-16 | ram_find_and_save_block: change calling convention | Juan Quintela | 1 | -22/+23 |
2015-03-16 | ram: make all save_page functions take a uint64_t parameter | Juan Quintela | 1 | -3/+8 |
2015-02-26 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into... | Peter Maydell | 1 | -2/+1 |
2015-02-18 | error: Use error_report_err() where appropriate | Markus Armbruster | 1 | -2/+1 |
2015-02-16 | Convert ram_list to RCU | Mike Day | 1 | -18/+47 |
2015-02-16 | exec: convert ram_list to QLIST | Mike Day | 1 | -9/+10 |
2015-02-16 | cosmetic changes preparing for the following patches | Mike Day | 1 | -5/+4 |
2015-01-15 | xbzrle: optimize XBZRLE to decrease the cache misses | ChenLiang | 1 | -3/+5 |
2015-01-08 | arch_init: support resizing on incoming migration | Michael S. Tsirkin | 1 | -5/+8 |
2015-01-08 | exec: split length -> used_length/max_length | Michael S. Tsirkin | 1 | -9/+10 |
2014-11-20 | migration: static variables will not be reset at second migration | ChenLiang | 1 | -3/+12 |
2014-11-18 | migration: fix parameter validation on ram load | Michael S. Tsirkin | 1 | -2/+3 |
2014-10-14 | migration: catch unknown flag combinations in ram_load | Peter Lieven | 1 | -30/+32 |
2014-10-04 | accel: Remove tcg_available() function | Eduardo Habkost | 1 | -5/+0 |
2014-09-01 | target-tricore: Add target stubs and qom-cpu | Bastian Koppelmann | 1 | -0/+2 |
2014-08-09 | Show length mismatch error is hex | Alex Bligh | 1 | -2/+2 |
2014-06-16 | migration: catch unknown flags in ram_load | Peter Lieven | 1 | -19/+23 |
2014-06-10 | migration: Plug memory leak in migrate-set-cache-size command | Chen Gang | 1 | -1/+0 |
2014-05-24 | arch_init: replace fprintf(stderr, ...) with error_report() | Le Tan | 1 | -17/+15 |
2014-05-14 | Split ram_save_block | Dr. David Alan Gilbert | 1 | -62/+79 |
2014-05-14 | arch_init: Simplify code for load_xbzrle() | Chen Gang | 1 | -10/+4 |
2014-05-07 | arch_init: Be sure of only one exit entry with DPRINTF() for ram_load() | Chen Gang | 1 | -4/+8 |
2014-05-05 | migration: expose xbzrle cache miss rate | ChenLiang | 1 | -0/+18 |
2014-05-05 | migration: expose the bitmap_sync_count to the end | ChenLiang | 1 | -0/+1 |
2014-05-05 | migration: Add counts of updating the dirty bitmap | ChenLiang | 1 | -0/+5 |
2014-05-05 | XBZRLE: Fix one XBZRLE corruption issues | ChenLiang | 1 | -12/+13 |
2014-05-05 | migration: remove duplicate code | ChenLiang | 1 | -35/+33 |
2014-05-05 | Init the XBZRLE.lock in ram_mig_init | Dr. David Alan Gilbert | 1 | -30/+31 |
2014-05-05 | Provide init function for ram migration | Dr. David Alan Gilbert | 1 | -1/+6 |