aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-13memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela
2014-01-13memory: cpu_physical_memory_get_dirty() is used as returning a boolJuan Quintela
2014-01-13memory: make cpu_physical_memory_get_dirty() the main functionJuan Quintela
2014-01-13memory: unfold cpu_physical_memory_set_dirty_flag()Juan Quintela
2014-01-13memory: unfold cpu_physical_memory_set_dirty() in its only userJuan Quintela
2014-01-13memory: unfold cpu_physical_memory_clear_dirty_flag() in its only userJuan Quintela
2014-01-13memory: split dirty bitmap into threeJuan Quintela
2014-01-13bitmap: Add bitmap_zero_extend operationJuan Quintela
2014-01-13memory: cpu_physical_memory_clear_dirty_flag() result is never usedJuan Quintela
2014-01-13memory: only resize dirty bitmap when memory size increasesJuan Quintela
2014-01-13memory: make sure that client is always inside rangeJuan Quintela
2014-01-13memory: use bit 2 for migrationJuan Quintela
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela
2014-01-13memory: set single dirty flags when possibleJuan Quintela
2014-01-13memory: all users of cpu_physical_memory_get_dirty used only one flagJuan Quintela
2014-01-13memory: make cpu_physical_memory_is_dirty return boolJuan Quintela
2014-01-13exec: create function to get a single dirty bitJuan Quintela
2014-01-13memory: create function to set a single dirty bitJuan Quintela
2014-01-13exec: use accessor function to know if memory is dirtyJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() return voidJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_flags() result is never usedJuan Quintela
2014-01-13bitmap: use long as indexJuan Quintela
2014-01-13tests: Some unit tests for vmstate.cEduardo Habkost
2014-01-13savevm: Small comment about why timer QEMUFile/VMState code is in savevm.cEduardo Habkost
2014-01-13qemu-file: Move QEMUFile code to qemu-file.cEduardo Habkost
2014-01-13vmstate: Move VMState code to vmstate.cEduardo Habkost
2014-01-13savevm.c: Coding style fixEduardo Habkost
2014-01-13savevm.c: Coding style fixesEduardo Habkost
2014-01-13savevm: Convert all tabs to spacesEduardo Habkost
2014-01-13migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost
2014-01-13qemu-file: Make a few functions non-staticEduardo Habkost
2014-01-13migration: Fix rate limitMatthew Garrett
2014-01-13introduce MIG_STATE_CANCELLING stateZhanghaoyu (A)
2014-01-13avoid a bogus COMPLETED->CANCELLED transitionZhanghaoyu (A)
2014-01-12Merge remote-tracking branch 'pmaydell/tags/pull-cocoa-20140112' into stagingAnthony Liguori
2014-01-12Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140112' into st...Anthony Liguori
2014-01-12MAINTAINERS: add myself as cocoa UI co-maintainerPeter Maydell
2014-01-12ui/cocoa: Remove stray tabsPeter Maydell
2014-01-12ui/cocoa: Draw black rectangle if we have no data yetPeter Maydell
2014-01-12ui/cocoa: Redraw at correct size when switching surfacePeter Maydell
2014-01-12ui/cocoa: Fix code for starting QEMU via image file load dialogPeter Maydell
2014-01-12ui/cocoa: Add ".qcow2" to extension list for image load dialogPeter Maydell
2014-01-12ui/cocoa: Send warning message to stderr, not stdoutPeter Maydell
2014-01-12ui/cocoa: Correct typos in comments and variable namesPeter Maydell
2014-01-12ui/cocoa: Pass command key through to guest when VM has mousegrabPeter Maydell
2014-01-12arm: fix compile on bigendian hostAlexey Kardashevskiy
2014-01-10Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2014-01-10Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori