aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-28softfloat: Add fp16 and uint8/int8 conversion functionsFrank Chang2-0/+42
2020-08-28softfloat: Implement the full set of comparisons for float16Kito Cheng2-25/+41
2020-08-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell29-492/+626
2020-08-28Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell90-621/+621
2020-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard Henderson3-10/+81
2020-08-28target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson3-0/+73
2020-08-28target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson3-4/+45
2020-08-28target/arm: Generalize inl_qrdmlah_* helper functionsRichard Henderson1-51/+29
2020-08-28target/arm: Tidy SVE tszimm shift formatsRichard Henderson1-19/+16
2020-08-28target/arm: Split out gen_gvec_ool_zzRichard Henderson1-8/+12
2020-08-28target/arm: Split out gen_gvec_ool_zzzRichard Henderson1-35/+18
2020-08-28target/arm: Split out gen_gvec_ool_zzpRichard Henderson1-15/+14
2020-08-28target/arm: Merge helper_sve_clr_* and helper_sve_movz_*Richard Henderson3-92/+32
2020-08-28target/arm: Split out gen_gvec_ool_zzzpRichard Henderson1-19/+16
2020-08-28target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_ppppRichard Henderson1-23/+8
2020-08-28target/arm: Clean up 4-operand predicate expansionRichard Henderson1-68/+43
2020-08-28target/arm: Merge do_vector2_p into do_mov_pRichard Henderson1-13/+6
2020-08-28target/arm: Rearrange {sve,fp}_check_access assertRichard Henderson2-11/+17
2020-08-28target/arm: Split out gen_gvec_fn_zzz, do_zzz_fnRichard Henderson1-19/+24
2020-08-28target/arm: Split out gen_gvec_fn_zzRichard Henderson1-9/+10
2020-08-28qemu/int128: Add int128_lshiftRichard Henderson1-0/+16
2020-08-28armsse: Define ARMSSEClass correctlyEduardo Habkost2-1/+2
2020-08-28hw/misc/unimp: Display the offset with width of the region sizePhilippe Mathieu-Daudé2-4/+7
2020-08-28hw/misc/unimp: Display the value with width of the access sizePhilippe Mathieu-Daudé1-2/+2
2020-08-28hw/misc/unimp: Display value after offsetPhilippe Mathieu-Daudé1-4/+4
2020-08-28hw/qdev-clock: Avoid calling qdev_connect_clock_in after DeviceRealizePhilippe Mathieu-Daudé2-0/+3
2020-08-28hw/qdev-clock: Uninline qdev_connect_clock_in()Philippe Mathieu-Daudé2-5/+6
2020-08-28hw/arm/xilinx_zynq: Call qdev_connect_clock_in() before DeviceRealizePhilippe Mathieu-Daudé1-9/+9
2020-08-28hw/arm/xilinx_zynq: Uninline cadence_uart_create()Philippe Mathieu-Daudé2-19/+12
2020-08-28hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé3-16/+38
2020-08-28hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé4-6/+41
2020-08-28target/arm: Fill in the WnR syndrome bit in mte_check_failRichard Henderson1-4/+5
2020-08-28target/arm: Pass the entire mte descriptor to mte_check_failRichard Henderson1-5/+5
2020-08-28target/arm: Clarify HCR_EL2 ARMCPRegInfo typePhilippe Mathieu-Daudé1-1/+0
2020-08-28hw/arm/musicpal: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé1-14/+31
2020-08-28hw/clock: Only propagate clock changes if the clock is changedPhilippe Mathieu-Daudé1-2/+3
2020-08-28hw/clock: Let clock_set() return boolean valuePhilippe Mathieu-Daudé2-6/+13
2020-08-28hw/clock: Remove unused clock_init*() functionsPhilippe Mathieu-Daudé1-13/+0
2020-08-28hw/arm/sbsa-ref: fix typo breaking PCIe IRQsGraeme Gregory1-1/+1
2020-08-27Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell9-64/+87
2020-08-27dc390: Use TYPE_DC390_DEVICE constantEduardo Habkost1-1/+1
2020-08-27ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constantEduardo Habkost1-1/+1
2020-08-27tosa: Use TYPE_TOSA_MISC_GPIO constantEduardo Habkost1-1/+1
2020-08-27xlnx-zcu102: Use TYPE_ZCU102_MACHINE constantEduardo Habkost1-1/+1
2020-08-27sclpconsole: Use TYPE_* constantsEduardo Habkost2-2/+2
2020-08-27amd_iommu: Use TYPE_AMD_IOMMU_PCI constantEduardo Habkost1-1/+1