aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-01target/arm: Implement fp16 for Neon VABS, VNEG of floatsPeter Maydell1-6/+28
2020-09-01target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvecPeter Maydell1-2/+29
2020-09-01target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMULPeter Maydell3-17/+26
2020-09-01target/arm: Implement VFP fp16 VMOV between gp and halfprec registersPeter Maydell2-0/+35
2020-09-01target/arm: Implement new VFP fp16 insn VMOVXPeter Maydell2-0/+28
2020-09-01target/arm: Implement new VFP fp16 insn VINSPeter Maydell2-0/+31
2020-09-01target/arm: Implement VFP fp16 VRINT*Peter Maydell5-8/+122
2020-09-01target/arm: Implement VFP fp16 VSELPeter Maydell2-6/+16
2020-09-01target/arm: Implement VFP vp16 VCVT-with-specified-rounding-modePeter Maydell2-10/+28
2020-09-01target/arm: Implement VFP fp16 VCVT between float and fixed-pointPeter Maydell2-0/+61
2020-09-01target/arm: Use macros instead of open-coding fp16 conversion helpersPeter Maydell2-80/+12
2020-09-01target/arm: Make VFP_CONV_FIX macros take separate float type and float sizePeter Maydell1-23/+23
2020-09-01target/arm: Implement VFP fp16 VCVT between float and integerPeter Maydell2-0/+69
2020-09-01target/arm: Implement VFP fp16 VLDR and VSTRPeter Maydell2-2/+36
2020-09-01target/arm: Implement VFP fp16 VCMPPeter Maydell4-7/+51
2020-09-01target/arm: Implement VFP fp16 for VMOV immediatePeter Maydell2-0/+24
2020-09-01target/arm: Implement VFP fp16 for VABS, VNEG, VSQRTPeter Maydell4-0/+55
2020-09-01target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp()Peter Maydell1-35/+14
2020-09-01target/arm: Implement VFP fp16 for fused-multiply-addPeter Maydell4-0/+77
2020-09-01target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMSPeter Maydell1-37/+13
2020-09-01target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMULPeter Maydell4-0/+95
2020-09-01target/arm: Implement VFP fp16 for VFP_BINOP operationsPeter Maydell5-0/+106
2020-09-01target/arm: Use correct ID register check for aa32_fp16_arithPeter Maydell1-6/+1
2020-09-01target/arm: Remove local definitions of float constantsPeter Maydell3-19/+0
2020-08-31Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200831-pull-request' ...Peter Maydell20-40/+1797
2020-08-31usb: fix setup_len init (CVE-2020-14364)Gerd Hoffmann1-6/+10
2020-08-31usb-host: workaround libusb bugGerd Hoffmann1-1/+36
2020-08-31hw/usb: Add U2F device autoscan to passthru modeCésar Belley3-14/+110
2020-08-31hw/usb: Add U2F device check to passthru modeCésar Belley1-0/+41
2020-08-31scripts: Add u2f-setup-gen scriptCésar Belley1-0/+170
2020-08-31docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examplesCésar Belley1-0/+1
2020-08-31docs/system: Add U2F key to the USB devices examplesCésar Belley1-0/+3
2020-08-31meson: Add U2F key to mesonCésar Belley5-1/+27
2020-08-31hw/usb: Add U2F key emulated modeCésar Belley1-0/+405
2020-08-31hw/usb: Add U2F key passthru modeCésar Belley1-0/+423
2020-08-31hw/usb: Add U2F key base class implementationCésar Belley1-0/+352
2020-08-31hw/usb: Add U2F key base classCésar Belley1-0/+92
2020-08-31docs: Add USB U2F key device documentationCésar Belley1-0/+101
2020-08-31hw/usb: Regroup USB HID protocol valuesCésar Belley3-28/+27
2020-08-31ehci: drop pointless warn_report for guest bugs.Gerd Hoffmann1-1/+0
2020-08-31hw: ehci: check return value of 'usb_packet_map'Li Qiang1-2/+8
2020-08-31hw: ehci: destroy sglist in error pathLi Qiang1-0/+1
2020-08-31hw: xhci: check return value of 'usb_packet_map'Li Qiang1-1/+4
2020-08-30Merge remote-tracking branch 'remotes/rth/tags/pull-sf-20200829' into stagingPeter Maydell5-25/+703
2020-08-29softfloat: Define comparison operations for bfloat16Richard Henderson1-0/+41
2020-08-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell52-3223/+1792
2020-08-28softfloat: Define misc operations for bfloat16LIU Zhiwei2-0/+86
2020-08-28softfloat: Define convert operations for bfloat16LIU Zhiwei2-0/+277
2020-08-28softfloat: Define operations for bfloat16LIU Zhiwei3-0/+211
2020-08-28softfloat: Add float16_is_normalStephen Long1-0/+5