aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-02target/i386/sev: Plug memleak in sev_read_file_base64Pan Nengyuan
2020-09-02target/i386/cpu: Fix memleak in x86_cpu_class_check_missing_featuresPan Nengyuan
2020-09-02virtio: add Virtio*BusClass sizesCornelia Huck
2020-09-02Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger
2020-09-02Revert "hw/386: Add EPYC mode topology decoding functions"Babu Moger
2020-09-02Revert "target/i386: Cleanup and use the EPYC mode topology functions"Babu Moger
2020-09-02Revert "hw/i386: Introduce apicid functions inside X86MachineState"Babu Moger
2020-09-02Revert "i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition"Babu Moger
2020-09-02Revert "hw/i386: Move arch_id decode inside x86_cpus_init"Babu Moger
2020-09-02Revert "target/i386: Enable new apic id encoding for EPYC based cpus models"Babu Moger
2020-09-02Revert "i386: Fix pkg_id offset for EPYC cpu models"Babu Moger
2020-09-02tls-cipher-suites: Correct instance_sizeEduardo Habkost
2020-09-02hda-audio: Set instance_size at base classEduardo Habkost
2020-09-02rx: Move typedef RXCPU to cpu-qom.hEduardo Habkost
2020-09-02rx: Rename QOM type check macrosEduardo Habkost
2020-09-02arm: Fix typo in AARCH64_CPU_GET_CLASS definitionEduardo Habkost
2020-09-02rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macroEduardo Habkost
2020-09-02x86-iommu: Rename QOM type macrosEduardo Habkost
2020-09-02mos6522: Rename QOM macrosEduardo Habkost
2020-09-02imx_ccm: Rename IMX_GET_CLASS macroEduardo Habkost
2020-09-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200901'...Peter Maydell
2020-09-01Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-01hw/arm/sbsa-ref : Add embedded controller in secure memoryGraeme Gregory
2020-09-01hw/misc/sbsa_ec : Add an embedded controller for sbsa-refGraeme Gregory
2020-09-01hw/arm/sbsa-ref: add "reg" property to DT cpu nodesLeif Lindholm
2020-09-01target/arm: Enable FP16 in '-cpu max'Peter Maydell
2020-09-01target/arm: Implement fp16 for Neon VMUL, VMLA, VMLSPeter Maydell
2020-09-01target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell
2020-09-01target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operationsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRINTXPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-modePeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VCVT with rounding modesPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VCVT fixed-pointPeter Maydell
2020-09-01target/arm: Convert Neon VCVT fixed-point to gvecPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon float-integer VCVTPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon pairwise fp opsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRSQRTSPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRECPSPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon fp compare-vs-0Peter Maydell
2020-09-01target/arm: Implement fp16 for Neon VFMA, VMFSPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VMLA, VMLS operationsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VMAXNM, VMINNMPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VMAX, VMINPeter Maydell
2020-09-01target/arm: Implement fp16 for VACGE, VACGTPeter Maydell
2020-09-01target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisonsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VABS, VNEG of floatsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvecPeter Maydell
2020-09-01target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMULPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VMOV between gp and halfprec registersPeter Maydell
2020-09-01target/arm: Implement new VFP fp16 insn VMOVXPeter Maydell