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