summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-08target-arm: A64: Add floating-point<->integer conversion instructionsWill Newton1-3/+20
2014-01-08target-arm: A64: Add floating-point<->fixed-point instructionsAlexander Graf3-1/+200
2014-01-08target-arm: A64: Add extra VFP fixed point conversion helpersWill Newton2-1/+26
2014-01-08target-arm: Ignore most exceptions from scalbn when doing fixpoint conversionPeter Maydell1-0/+9
2014-01-08target-arm: Rename A32 VFP conversion helpersWill Newton3-24/+35
2014-01-08target-arm: Prepare VFP_CONV_FIX helpers for A64 usesWill Newton1-14/+14
2014-01-08softfloat: Add support for ties-away roundingPeter Maydell2-1/+56
2014-01-08softfloat: Refactor code handling various rounding modesPeter Maydell1-164/+241
2014-01-08softfloat: Add float16 <=> float64 conversion functionsPeter Maydell2-0/+77
2014-01-08softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16SubnormalPeter Maydell1-84/+125
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell2-18/+36
2014-01-08softfloat: Fix float64_to_uint32_round_to_zeroTom Musta1-8/+7
2014-01-08softfloat: Fix float64_to_uint32Tom Musta1-8/+7