aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2014-01-10Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140107' into st...Anthony Liguori
2014-01-10Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton
2014-01-10linux-user: Support the accept4 socketcallAndré Hentschel
2014-01-09Merge remote-tracking branch 'otubo/seccomp' into stagingAnthony Liguori
2014-01-09Merge remote-tracking branch 'rth/ldst-i386-2' into stagingAnthony Liguori
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2014-01-09Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140108' into st...Anthony Liguori
2014-01-08target-arm: A64: Add support for FCVT between half, single and doublepull-target-arm-20140108Peter Maydell
2014-01-08target-arm: A64: Add 1-source 32-to-32 and 64-to-64 FP instructionsPeter Maydell
2014-01-08target-arm: A64: Add floating-point<->integer conversion instructionsWill Newton
2014-01-08target-arm: A64: Add floating-point<->fixed-point instructionsAlexander Graf
2014-01-08target-arm: A64: Add extra VFP fixed point conversion helpersWill Newton
2014-01-08target-arm: Ignore most exceptions from scalbn when doing fixpoint conversionPeter Maydell
2014-01-08target-arm: Rename A32 VFP conversion helpersWill Newton
2014-01-08target-arm: Prepare VFP_CONV_FIX helpers for A64 usesWill Newton
2014-01-08softfloat: Add support for ties-away roundingPeter Maydell
2014-01-08softfloat: Refactor code handling various rounding modesPeter Maydell
2014-01-08softfloat: Add float16 <=> float64 conversion functionsPeter Maydell
2014-01-08softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16SubnormalPeter Maydell
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell
2014-01-08softfloat: Fix float64_to_uint32_round_to_zeroTom Musta
2014-01-08softfloat: Fix float64_to_uint32Tom Musta
2014-01-08softfloat: Fix float64_to_uint64_round_to_zeroTom Musta
2014-01-08softfloat: Add float32_to_uint64()Tom Musta
2014-01-08softfloat: Fix factor 2 error for scalbn on denormal inputsPeter Maydell
2014-01-08softfloat: Only raise Invalid when conversions to int are out of rangePeter Maydell
2014-01-08softfloat: Fix float64_to_uint64Tom Musta
2014-01-08softfloat: Make the int-to-float functions take exact-width typesPeter Maydell
2014-01-08softfloat: Add 16 bit integer to float conversionsPeter Maydell
2014-01-08softfloat: Add float to 16bit integer conversions.Will Newton
2014-01-08softfloat: Fix exception flag handling for float32_to_float16()Peter Maydell
2014-01-08hw: arm_gic: Introduce gic_set_priority functionChristoffer Dall
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall
2014-01-08target-arm: fix build with gcc 4.8.2Michael S. Tsirkin
2014-01-08arm/xilinx_zynq: Always instantiate the GEMsPeter Crosthwaite
2014-01-08target-arm: remove raw_read|write duplicationPeter Crosthwaite