summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* memory: split dirty bitmap into threeJuan Quintela2014-01-134-15/+16
* bitmap: Add bitmap_zero_extend operationJuan Quintela2014-01-131-0/+9
* memory: cpu_physical_memory_clear_dirty_flag() result is never usedJuan Quintela2014-01-131-2/+2
* memory: only resize dirty bitmap when memory size increasesJuan Quintela2014-01-131-3/+9
* memory: make sure that client is always inside rangeJuan Quintela2014-01-131-0/+4
* memory: use bit 2 for migrationJuan Quintela2014-01-131-1/+2
* memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela2014-01-135-42/+34
* memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela2014-01-133-11/+4
* memory: set single dirty flags when possibleJuan Quintela2014-01-132-4/+7
* memory: all users of cpu_physical_memory_get_dirty used only one flagJuan Quintela2014-01-131-7/+2
* memory: make cpu_physical_memory_is_dirty return boolJuan Quintela2014-01-132-7/+8
* exec: create function to get a single dirty bitJuan Quintela2014-01-132-1/+7
* memory: create function to set a single dirty bitJuan Quintela2014-01-132-1/+7
* exec: use accessor function to know if memory is dirtyJuan Quintela2014-01-131-1/+1
* memory: cpu_physical_memory_set_dirty_range() return voidJuan Quintela2014-01-131-1/+1
* memory: cpu_physical_memory_set_dirty_flags() result is never usedJuan Quintela2014-01-131-2/+2
* bitmap: use long as indexJuan Quintela2014-01-133-75/+76
* tests: Some unit tests for vmstate.cEduardo Habkost2014-01-133-0/+362
* savevm: Small comment about why timer QEMUFile/VMState code is in savevm.cEduardo Habkost2014-01-131-2/+6
* qemu-file: Move QEMUFile code to qemu-file.cEduardo Habkost2014-01-133-820/+827
* vmstate: Move VMState code to vmstate.cEduardo Habkost2014-01-133-645/+651
* savevm.c: Coding style fixEduardo Habkost2014-01-131-1/+2
* savevm.c: Coding style fixesEduardo Habkost2014-01-131-31/+44
* savevm: Convert all tabs to spacesEduardo Habkost2014-01-131-9/+9
* migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost2014-01-132-11/+11
* qemu-file: Make a few functions non-staticEduardo Habkost2014-01-132-4/+8
* migration: Fix rate limitMatthew Garrett2014-01-131-1/+1
* introduce MIG_STATE_CANCELLING stateZhanghaoyu (A)2014-01-131-10/+16
* avoid a bogus COMPLETED->CANCELLED transitionZhanghaoyu (A)2014-01-131-1/+8
* Merge remote-tracking branch 'pmaydell/tags/pull-cocoa-20140112' into stagingAnthony Liguori2014-01-122-37/+64
|\
| * MAINTAINERS: add myself as cocoa UI co-maintainerPeter Maydell2014-01-121-0/+1
| * ui/cocoa: Remove stray tabsPeter Maydell2014-01-121-3/+3
| * ui/cocoa: Draw black rectangle if we have no data yetPeter Maydell2014-01-121-1/+6
| * ui/cocoa: Redraw at correct size when switching surfacePeter Maydell2014-01-121-7/+17
| * ui/cocoa: Fix code for starting QEMU via image file load dialogPeter Maydell2014-01-121-6/+6
| * ui/cocoa: Add ".qcow2" to extension list for image load dialogPeter Maydell2014-01-121-1/+1
| * ui/cocoa: Send warning message to stderr, not stdoutPeter Maydell2014-01-121-1/+1
| * ui/cocoa: Correct typos in comments and variable namesPeter Maydell2014-01-121-14/+14
| * ui/cocoa: Pass command key through to guest when VM has mousegrabPeter Maydell2014-01-121-7/+18
* | Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140112' into st...Anthony Liguori2014-01-121-1/+1
|\ \ | |/ |/|
| * arm: fix compile on bigendian hostAlexey Kardashevskiy2014-01-121-1/+1
|/
* Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2014-01-102-1/+30
|\
| * scsi-disk: add UNMAP limits to block limits VPD pagePaolo Bonzini2013-12-221-0/+20
| * block/iscsi: use a bh to schedule co reentrancePeter Lieven2013-12-161-1/+10
* | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2014-01-1024-541/+535
|\ \
| * | commit: Remove unused checkFam Zheng2013-12-201-7/+1
| * | qemu-iotests: Update test cases for commit activeFam Zheng2013-12-201-42/+32
| * | commit: Support commit active layerFam Zheng2013-12-203-4/+21
| * | block: Add commit_active_start()Fam Zheng2013-12-202-19/+69
| * | mirror: Move base to MirrorBlockJobFam Zheng2013-12-201-2/+10
OpenPOWER on IntegriCloud