Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-05-05 | Count used RAMBlock pages for migration_dirty_pages | Dr. David Alan Gilbert | 1 | -4/+17 |
2014-03-08 | XBZRLE: Fix qemu crash when resize the xbzrle cache | Gonglei | 1 | -3/+49 |
2014-02-25 | Fix two XBZRLE corruption issues | Dr. David Alan Gilbert | 1 | -15/+49 |
2014-02-04 | Don't abort on memory allocation error | Orit Wasserman | 1 | -1/+3 |
2014-02-04 | Don't abort on out of memory when creating page cache | Orit Wasserman | 1 | -2/+16 |
2014-02-04 | migration:fix free XBZRLE decoded_buf wrong | Gonglei (Arei) | 1 | -10/+12 |
2014-02-04 | Add check for cache size smaller than page size | Orit Wasserman | 1 | -0/+4 |
2014-02-04 | Set xbzrle buffers to NULL after freeing them to avoid double free errors | Orit Wasserman | 1 | -0/+3 |
2014-01-13 | migration: synchronize memory bitmap 64bits at a time | Juan Quintela | 1 | -9/+29 |
2014-01-13 | ram: split function that synchronizes a range | Juan Quintela | 1 | -14/+20 |
2014-01-13 | memory: unfold memory_region_test_and_clear() | Juan Quintela | 1 | -3/+7 |
2013-11-19 | migration: drop MADVISE_DONT_NEED for incoming zero pages | Peter Lieven | 1 | -8/+0 |
2013-09-30 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 1 | -7/+2 |
2013-09-28 | smbios: Make multiple -smbios type= accumulate sanely | Markus Armbruster | 1 | -3/+0 |
2013-09-28 | smbios: Convert to QemuOpts | Markus Armbruster | 1 | -2/+2 |
2013-09-28 | smbios: Normalize smbios_entry_add()'s error handling to exit(1) | Markus Armbruster | 1 | -3/+1 |
2013-09-24 | migration: ram_handle_compressed | Isaku Yamahata | 1 | -5/+6 |
2013-09-24 | arch_init: make is_zero_page accept size | Isaku Yamahata | 1 | -5/+4 |
2013-09-24 | arch_init: right return for ram_save_iterate | Lei Li | 1 | -5/+10 |
2013-09-03 | cpu: Replace qemu_for_each_cpu() | Andreas Färber | 1 | -6/+5 |
2013-08-29 | Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5 | Anthony Liguori | 1 | -1/+2 |
2013-08-26 | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori | 1 | -6/+6 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 1 | -6/+6 |