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