aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-13target/arm: Convert VMOV (imm) to decodetreePeter Maydell3-25/+136
2019-06-13target/arm: Convert VFP fused multiply-add insns to decodetreePeter Maydell3-52/+131
2019-06-13target/arm: Convert VDIV to decodetreePeter Maydell3-20/+16
2019-06-13target/arm: Convert VSUB to decodetreePeter Maydell3-5/+16
2019-06-13target/arm: Convert VADD to decodetreePeter Maydell3-5/+16
2019-06-13target/arm: Convert VNMUL to decodetreePeter Maydell3-6/+30
2019-06-13target/arm: Convert VMUL to decodetreePeter Maydell3-4/+16
2019-06-13target/arm: Convert VFP VNMLA to decodetreePeter Maydell3-18/+40
2019-06-13target/arm: Convert VFP VNMLS to decodetreePeter Maydell3-23/+48
2019-06-13target/arm: Convert VFP VMLS to decodetreePeter Maydell3-7/+44
2019-06-13target/arm: Convert VFP VMLA to decodetreePeter Maydell4-6/+224
2019-06-13target/arm: Remove VLDR/VSTR/VLDM/VSTM use of cpu_F0s and cpu_F0dPeter Maydell2-36/+28
2019-06-13target/arm: Convert the VFP load/store multiple insns to decodetreePeter Maydell3-94/+183
2019-06-13target/arm: Convert VFP VLDR and VSTR to decodetreePeter Maydell3-20/+82
2019-06-13target/arm: Convert VFP two-register transfer insns to decodetreePeter Maydell3-44/+77
2019-06-13target/arm: Convert "single-precision" register moves to decodetreePeter Maydell3-145/+168
2019-06-13target/arm: Convert "double-precision" register moves to decodetreePeter Maydell3-81/+185
2019-06-13target/arm: Add helpers for VFP register loads and storesPeter Maydell2-20/+30
2019-06-13target/arm: Move the VFP trans_* functions to translate-vfp.inc.cPeter Maydell2-337/+337
2019-06-13target/arm: Convert VCVTA/VCVTN/VCVTP/VCVTM to decodetreePeter Maydell2-39/+39
2019-06-13target/arm: Convert VRINTA/VRINTN/VRINTP/VRINTM to decodetreePeter Maydell2-22/+43
2019-06-13target/arm: Convert VMINNM, VMAXNM to decodetreePeter Maydell2-13/+33
2019-06-13target/arm: Convert the VSEL instructions to decodetreePeter Maydell4-10/+59
2019-06-13target/arm: Explicitly enable VFP short-vectors for aarch32 -cpu maxPeter Maydell1-0/+4
2019-06-13target/arm: Fix Cortex-R5F MVFR valuesPeter Maydell1-0/+2
2019-06-13target/arm: Factor out VFP access checking codePeter Maydell2-88/+113
2019-06-13target/arm: Add stubs for AArch32 VFP decodetreePeter Maydell5-0/+119
2019-06-13decodetree: Fix comparison of FieldRichard Henderson1-1/+1
2019-06-13target/arm: Fix output of PAuth AuthRichard Henderson3-3/+64
2019-06-13hw/core/bus.c: Only the main system bus can have no parentPeter Maydell1-12/+9
2019-06-13hw/arm/smmuv3: Fix decoding of ID register rangePeter Maydell1-1/+1
2019-06-13target/arm: Implement NSACR gating of floating pointPeter Maydell1-2/+73
2019-06-13target/arm: Use tcg_gen_gvec_bitselRichard Henderson4-78/+20
2019-06-13nbd/server: Nicer spelling of max BLOCK_STATUS reply lengthEric Blake1-5/+8
2019-06-13iotests: Let 233 run concurrentlyMax Reitz2-53/+42
2019-06-13iotests: Use qemu-nbd's --pid-fileMax Reitz1-4/+2
2019-06-13qemu-nbd: Do not close stderrMax Reitz1-1/+2
2019-06-13iotests.py: Add qemu_nbd_early_pipe()Max Reitz2-5/+8
2019-06-13qemu-nbd: Add --pid-file optionMax Reitz2-0/+13
2019-06-13Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190613-pull-request' ...Peter Maydell5-6/+14
2019-06-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190612' into stagingPeter Maydell1-3/+3
2019-06-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-06-12' into ...Peter Maydell42-59/+447
2019-06-13ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input deviceChen Zhang1-1/+6
2019-06-13ui/cocoa: Fix absolute input device grabbing issue on MojaveChen Zhang1-2/+41
2019-06-13Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-cputl...Peter Maydell22-607/+1788
2019-06-13edid: flip the default to enabledGerd Hoffmann4-5/+11
2019-06-13edid: add xmax + ymax propertiesGerd Hoffmann1-1/+3
2019-06-12tcg: Fix typos in helper_gvec_sar{8,32,64}vRichard Henderson1-3/+3
2019-06-12gdbstub: Implement qemu physical memory modeJon Doron1-2/+60
2019-06-12gdbstub: Clear unused variables in gdb_handle_packetJon Doron1-9/+2