summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-12ui/cocoa: Pass command key through to guest when VM has mousegrabPeter Maydell1-7/+18
2014-01-12arm: fix compile on bigendian hostAlexey Kardashevskiy1-1/+1
2014-01-10Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2-1/+30
2014-01-10Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori24-541/+535
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori18-140/+359
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori12-113/+118
2014-01-10Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140107' into st...Anthony Liguori0-0/+0
2014-01-10Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori6-10/+23
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton4-10/+6
2014-01-10linux-user: Support the accept4 socketcallAndré Hentschel2-0/+17
2014-01-09Merge remote-tracking branch 'otubo/seccomp' into stagingAnthony Liguori1-0/+1
2014-01-09Merge remote-tracking branch 'rth/ldst-i386-2' into stagingAnthony Liguori2-1551/+1130
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori84-183/+493
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori18-218/+233
2014-01-09Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140108' into st...Anthony Liguori27-667/+4504
2014-01-08target-arm: A64: Add support for FCVT between half, single and doublePeter Maydell3-1/+96
2014-01-08target-arm: A64: Add 1-source 32-to-32 and 64-to-64 FP instructionsPeter Maydell3-1/+191