summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-03roms: remove explicit MAKEFLAGS from recursive make invocationsBruce Rogers1-11/+11
2014-02-01Merge remote-tracking branch 'qmp-unstable/queue/qmp' into stagingPeter Maydell9-26/+160
2014-02-01Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140131' into st...Peter Maydell16-70/+3087
2014-02-01Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014012...Peter Maydell4-17/+77
2014-02-01Merge remote-tracking branch 'remotes/sstabellini/xen-140130' into stagingPeter Maydell1-2/+4
2014-01-31arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writesChristoffer Dall1-1/+5
2014-01-31arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall2-6/+12
2014-01-31target-arm: A64: Add SIMD shift by immediateAlex Bennée1-2/+373
2014-01-31target-arm: A64: Add simple SIMD 3-same floating point opsPeter Maydell1-2/+188
2014-01-31target-arm: A64: Add integer ops from SIMD 3-same groupPeter Maydell1-1/+164
2014-01-31target-arm: A64: Add logic ops from SIMD 3 same groupPeter Maydell1-1/+72
2014-01-31target-arm: A64: Add top level decode for SIMD 3-same groupPeter Maydell1-1/+44
2014-01-31target-arm: A64: Add SIMD scalar 3 same add, sub and compare opsPeter Maydell1-1/+130
2014-01-31target-arm: A64: Add SIMD three-different ABDL instructionsPeter Maydell1-2/+33
2014-01-31target-arm: A64: Add SIMD three-different multiply accumulate insnsPeter Maydell1-1/+232
2014-01-31target-arm: Add AArch32 SIMD VCVTA, VCVTN, VCVTP and VCVTMWill Newton1-1/+52
2014-01-31target-arm: Add AArch32 FP VCVTA, VCVTN, VCVTP and VCVTMWill Newton1-0/+61
2014-01-31target-arm: Add AArch32 SIMD VRINTA, VRINTN, VRINTP, VRINTM, VRINTZWill Newton1-1/+39
2014-01-31target-arm: Add set_neon_rmode helperWill Newton2-0/+18
2014-01-31target-arm: Add support for AArch32 SIMD VRINTXWill Newton1-1/+10
2014-01-31target-arm: Add support for AArch32 FP VRINTXWill Newton1-0/+11
2014-01-31target-arm: Add support for AArch32 FP VRINTZWill Newton1-0/+16
2014-01-31target-arm: Add support for AArch32 FP VRINTRWill Newton1-0/+11
2014-01-31target-arm: Add AArch32 FP VRINTA, VRINTN, VRINTP and VRINTMWill Newton1-0/+54
2014-01-31target-arm: Move arm_rmode_to_sf to a shared location.Will Newton3-28/+30
2014-01-31display: avoid multi-statement macroPaolo Bonzini4-29/+59
2014-01-31ZYNQ: Implement board MIDR control for ZynqAlistair Francis1-0/+7
2014-01-31ARM: Convert MIDR to a propertyAlistair Francis1-0/+1
2014-01-31hw/arm/boot: Don't set up ATAGS for autogenerated dtb bootingPeter Maydell1-2/+7
2014-01-31target-arm: A64: Add SIMD scalar copy instructionsPeter Maydell1-1/+42
2014-01-31target-arm: A64: Add SIMD modified immediate groupAlex Bennée1-1/+119
2014-01-31target-arm: A64: Add SIMD copy operationsAlex Bennée1-1/+209
2014-01-31target-arm: A64: Add SIMD across-lanes instructionsMichael Matz1-1/+176
2014-01-31target-arm: A64: Add SIMD ZIP/UZP/TRNMichael Matz1-1/+75
2014-01-31target-arm: A64: Add SIMD TBL/TBLXMichael Matz3-1/+86
2014-01-31target-arm: A64: Add SIMD EXTPeter Maydell1-1/+78
2014-01-31target-arm: A64: Add decode skeleton for SIMD data processing insnsAlex Bennée1-1/+305
2014-01-31target-arm: A64: Add SIMD ld/st singlePeter Maydell1-2/+142
2014-01-31target-arm: A64: Add SIMD ld/st multipleAlex Bennée1-2/+248
2014-01-31Merge remote-tracking branch 'stefanha/tags/tracing-pull-request' into stagingPeter Maydell3-13/+29
2014-01-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingPeter Maydell49-338/+1963
2014-01-31Merge remote-tracking branch 'sstabellini/xen-170114' into stagingPeter Maydell2-5/+10
2014-01-30Merge remote-tracking branch 'stefanha/tags/net-pull-request' into stagingPeter Maydell3-13/+12
2014-01-30Merge remote-tracking branch 'rth/tcg-movbe' into stagingPeter Maydell2-52/+101
2014-01-30address_space_translate: do not cross page boundariesStefano Stabellini1-2/+4
2014-01-30Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell12-12/+16
2014-01-30TCG: Fix I64-on-32bit-host temporariesAlexander Graf1-1/+1
2014-01-28monitor: Cleanup mon->outbuf on write errorStratos Psomadakis1-2/+2
2014-01-28virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov3-19/+19
2014-01-28add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov6-0/+125