aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-01target/arm: Implement new VFP fp16 insn VINSPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VRINT*Peter Maydell
2020-09-01target/arm: Implement VFP fp16 VSELPeter Maydell
2020-09-01target/arm: Implement VFP vp16 VCVT-with-specified-rounding-modePeter Maydell
2020-09-01target/arm: Implement VFP fp16 VCVT between float and fixed-pointPeter Maydell
2020-09-01target/arm: Use macros instead of open-coding fp16 conversion helpersPeter Maydell
2020-09-01target/arm: Make VFP_CONV_FIX macros take separate float type and float sizePeter Maydell
2020-09-01target/arm: Implement VFP fp16 VCVT between float and integerPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VLDR and VSTRPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VCMPPeter Maydell
2020-09-01target/arm: Implement VFP fp16 for VMOV immediatePeter Maydell
2020-09-01target/arm: Implement VFP fp16 for VABS, VNEG, VSQRTPeter Maydell
2020-09-01target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp()Peter Maydell
2020-09-01target/arm: Implement VFP fp16 for fused-multiply-addPeter Maydell
2020-09-01target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMSPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMULPeter Maydell
2020-09-01target/arm: Implement VFP fp16 for VFP_BINOP operationsPeter Maydell
2020-09-01target/arm: Use correct ID register check for aa32_fp16_arithPeter Maydell
2020-09-01target/arm: Remove local definitions of float constantsPeter Maydell
2020-09-01docs/system: Fix grammar in documentationStefan Weil
2020-09-01main-loop: Fix commentStefan Weil
2020-09-01hw/display/vga:Remove redundant statement in vga_draw_graphic()Chen Qun
2020-09-01hw/intc: fix default registers value in exynos4210_combiner_read()Chen Qun
2020-09-01usb/bus: Remove dead assignment in usb_get_fw_dev_path()Chen Qun
2020-09-01vfio/platform: Remove dead assignment in vfio_intp_interrupt()Chen Qun
2020-09-01hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()Chen Qun
2020-09-01hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()Chen Qun
2020-09-01target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_mis...Chen Qun
2020-09-01target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()Chen Qun
2020-09-01hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()Chen Qun
2020-09-01hw/arm/virt-acpi-build:Remove dead assignment in build_madt()Chen Qun
2020-09-01linux-user: Add strace support for printing OFD fcntl operationsMike Gelfand
2020-09-01util/vfio-helpers: Unify trace-events size formatPhilippe Mathieu-Daudé
2020-09-01hw/net/xilinx_axienet: Remove unused codePhilippe Mathieu-Daudé
2020-09-01hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-09-01hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-09-01hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-09-01hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-09-01hw/ide/core: Trivial typo fixPhilippe Mathieu-Daudé
2020-09-01docs/system/target-avr: Improve the AVR docs and add to MAINTAINERSThomas Huth
2020-09-01mailmap: Add entry for Greg KurzGreg Kurz
2020-09-01util/vfio-helpers: Fix typo in descriptionPhilippe Mathieu-Daudé
2020-09-01util/qemu-timer: Fix typo in descriptionPhilippe Mathieu-Daudé
2020-09-01hw/i2c: Fix typo in descriptionPhilippe Mathieu-Daudé
2020-09-01.mailmap: Update Paul Burton email addressPhilippe Mathieu-Daudé
2020-09-01docs: Fix broken linksHan Han
2020-09-01Revert "mailmap: Update philmd email address"Philippe Mathieu-Daudé
2020-09-01hw/core/sysbus: Assert memory region index is in rangePhilippe Mathieu-Daudé
2020-09-01hw/core/sysbus: Fix a typoPhilippe Mathieu-Daudé
2020-09-01qemu-options.hx: Fix typo for netdev documentationTianjia Zhang