summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-02Revert "target/i386: Cleanup and use the EPYC mode topology functions"Babu Moger1-34/+127
2020-09-02Revert "hw/i386: Introduce apicid functions inside X86MachineState"Babu Moger2-14/+0
2020-09-02Revert "i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition"Babu Moger2-17/+0
2020-09-02Revert "hw/i386: Move arch_id decode inside x86_cpus_init"Babu Moger2-33/+10
2020-09-02Revert "target/i386: Enable new apic id encoding for EPYC based cpus models"Babu Moger1-2/+0
2020-09-02Revert "i386: Fix pkg_id offset for EPYC cpu models"Babu Moger3-7/+4
2020-09-02tls-cipher-suites: Correct instance_sizeEduardo Habkost1-1/+1
2020-09-02hda-audio: Set instance_size at base classEduardo Habkost1-3/+1
2020-09-02rx: Move typedef RXCPU to cpu-qom.hEduardo Habkost2-1/+1
2020-09-02rx: Rename QOM type check macrosEduardo Habkost6-17/+17
2020-09-02arm: Fix typo in AARCH64_CPU_GET_CLASS definitionEduardo Habkost1-1/+1
2020-09-02rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macroEduardo Habkost2-2/+2
2020-09-02x86-iommu: Rename QOM type macrosEduardo Habkost5-6/+6
2020-09-02mos6522: Rename QOM macrosEduardo Habkost5-19/+19
2020-09-02imx_ccm: Rename IMX_GET_CLASS macroEduardo Habkost2-2/+2
2020-09-01hw/arm/sbsa-ref : Add embedded controller in secure memoryGraeme Gregory1-0/+14
2020-09-01hw/misc/sbsa_ec : Add an embedded controller for sbsa-refGraeme Gregory2-0/+100
2020-09-01hw/arm/sbsa-ref: add "reg" property to DT cpu nodesLeif Lindholm1-6/+23
2020-09-01target/arm: Enable FP16 in '-cpu max'Peter Maydell2-7/+6
2020-09-01target/arm: Implement fp16 for Neon VMUL, VMLA, VMLSPeter Maydell1-55/+55
2020-09-01target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell2-5/+32
2020-09-01target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operationsPeter Maydell1-4/+8
2020-09-01target/arm: Implement fp16 for Neon VRINTXPeter Maydell3-42/+9
2020-09-01target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-modePeter Maydell4-79/+30
2020-09-01target/arm: Implement fp16 for Neon VCVT with rounding modesPeter Maydell3-67/+66
2020-09-01target/arm: Implement fp16 for Neon VCVT fixed-pointPeter Maydell4-1/+21
2020-09-01target/arm: Convert Neon VCVT fixed-point to gvecPeter Maydell3-17/+43
2020-09-01target/arm: Implement fp16 for Neon float-integer VCVTPeter Maydell3-11/+42
2020-09-01target/arm: Implement fp16 for Neon pairwise fp opsPeter Maydell3-26/+68
2020-09-01target/arm: Implement fp16 for Neon VRSQRTSPeter Maydell4-36/+34
2020-09-01target/arm: Implement fp16 for Neon VRECPSPeter Maydell4-34/+35
2020-09-01target/arm: Implement fp16 for Neon fp compare-vs-0Peter Maydell3-28/+45
2020-09-01target/arm: Implement fp16 for Neon VFMA, VMFSPeter Maydell3-91/+40
2020-09-01target/arm: Implement fp16 for Neon VMLA, VMLS operationsPeter Maydell3-31/+50
2020-09-01target/arm: Implement fp16 for Neon VMAXNM, VMINNMPeter Maydell3-8/+27
2020-09-01target/arm: Implement fp16 for Neon VMAX, VMINPeter Maydell3-3/+14
2020-09-01target/arm: Implement fp16 for VACGE, VACGTPeter Maydell3-2/+34
2020-09-01target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisonsPeter Maydell3-3/+56
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