summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-13memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela4-20/+12
2014-01-13memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()Juan Quintela3-7/+7
2014-01-13memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operationsJuan Quintela1-6/+4
2014-01-13memory: cpu_physical_memory_set_dirty_range() now uses bitmap operationsJuan Quintela1-12/+7
2014-01-13memory: use find_next_bit() to find dirty bitsJuan Quintela1-10/+6
2014-01-13memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela2-4/+4
2014-01-13memory: cpu_physical_memory_get_dirty() is used as returning a boolJuan Quintela1-7/+8
2014-01-13memory: make cpu_physical_memory_get_dirty() the main functionJuan Quintela1-17/+19
2014-01-13memory: unfold cpu_physical_memory_set_dirty_flag()Juan Quintela1-3/+6
2014-01-13memory: unfold cpu_physical_memory_set_dirty() in its only userJuan Quintela1-8/+3
2014-01-13memory: unfold cpu_physical_memory_clear_dirty_flag() in its only userJuan Quintela1-8/+2
2014-01-13memory: split dirty bitmap into threeJuan Quintela4-15/+16
2014-01-13bitmap: Add bitmap_zero_extend operationJuan Quintela1-0/+9
2014-01-13memory: cpu_physical_memory_clear_dirty_flag() result is never usedJuan Quintela1-2/+2
2014-01-13memory: only resize dirty bitmap when memory size increasesJuan Quintela1-3/+9
2014-01-13memory: make sure that client is always inside rangeJuan Quintela1-0/+4
2014-01-13memory: use bit 2 for migrationJuan Quintela1-1/+2
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela5-42/+34
2014-01-13memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela3-11/+4
2014-01-13memory: set single dirty flags when possibleJuan Quintela2-4/+7
2014-01-13memory: all users of cpu_physical_memory_get_dirty used only one flagJuan Quintela1-7/+2
2014-01-13memory: make cpu_physical_memory_is_dirty return boolJuan Quintela2-7/+8
2014-01-13exec: create function to get a single dirty bitJuan Quintela2-1/+7
2014-01-13memory: create function to set a single dirty bitJuan Quintela2-1/+7
2014-01-13exec: use accessor function to know if memory is dirtyJuan Quintela1-1/+1
2014-01-13memory: cpu_physical_memory_set_dirty_range() return voidJuan Quintela1-1/+1
2014-01-13memory: cpu_physical_memory_set_dirty_flags() result is never usedJuan Quintela1-2/+2
2014-01-13bitmap: use long as indexJuan Quintela3-75/+76
2014-01-13tests: Some unit tests for vmstate.cEduardo Habkost3-0/+362
2014-01-13savevm: Small comment about why timer QEMUFile/VMState code is in savevm.cEduardo Habkost1-2/+6
2014-01-13qemu-file: Move QEMUFile code to qemu-file.cEduardo Habkost3-820/+827
2014-01-13vmstate: Move VMState code to vmstate.cEduardo Habkost3-645/+651
2014-01-13savevm.c: Coding style fixEduardo Habkost1-1/+2
2014-01-13savevm.c: Coding style fixesEduardo Habkost1-31/+44
2014-01-13savevm: Convert all tabs to spacesEduardo Habkost1-9/+9
2014-01-13migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost2-11/+11
2014-01-13qemu-file: Make a few functions non-staticEduardo Habkost2-4/+8
2014-01-13migration: Fix rate limitMatthew Garrett1-1/+1
2014-01-13introduce MIG_STATE_CANCELLING stateZhanghaoyu (A)1-10/+16
2014-01-13avoid a bogus COMPLETED->CANCELLED transitionZhanghaoyu (A)1-1/+8
2014-01-12Merge remote-tracking branch 'pmaydell/tags/pull-cocoa-20140112' into stagingAnthony Liguori2-37/+64
2014-01-12Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140112' into st...Anthony Liguori1-1/+1
2014-01-12MAINTAINERS: add myself as cocoa UI co-maintainerPeter Maydell1-0/+1
2014-01-12ui/cocoa: Remove stray tabsPeter Maydell1-3/+3
2014-01-12ui/cocoa: Draw black rectangle if we have no data yetPeter Maydell1-1/+6
2014-01-12ui/cocoa: Redraw at correct size when switching surfacePeter Maydell1-7/+17
2014-01-12ui/cocoa: Fix code for starting QEMU via image file load dialogPeter Maydell1-6/+6
2014-01-12ui/cocoa: Add ".qcow2" to extension list for image load dialogPeter Maydell1-1/+1
2014-01-12ui/cocoa: Send warning message to stderr, not stdoutPeter Maydell1-1/+1
2014-01-12ui/cocoa: Correct typos in comments and variable namesPeter Maydell1-14/+14