Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request' into staging
x86 queue, 2020-12-17
Features:
* AVX512_FP16 feature (Cathy Zhang)
Cleanups:
* accel code cleanup (Claudio Fontana)
* hyperv initialization cleanup (Vitaly Kuznetsov)
# gpg: Signature made Thu 17 Dec 2020 18:44:45 GMT
# gpg: using RSA key 5A322FD5ABC4D3DBACCFD1AA2807936F984DC5A6
# gpg: issuer "ehabkost@redhat.com"
# gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>" [full]
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF D1AA 2807 936F 984D C5A6
* remotes/ehabkost-gl/tags/x86-next-pull-request:
cpu: Remove unnecessary noop methods
tcg: Make CPUClass.debug_excp_handler optional
tcg: make CPUClass.cpu_exec_* optional
tcg: cpu_exec_{enter,exit} helpers
i386: tcg: remove inline from cpu_load_eflags
i386: move TCG cpu class initialization to tcg/
x86/cpu: Add AVX512_FP16 cpu feature
i386: move hyperv_limits initialization to x86_cpu_realizefn()
i386: move hyperv_version_id initialization to x86_cpu_realizefn()
i386: move hyperv_interface_id initialization to x86_cpu_realizefn()
i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()
i386: move cpu dump out of helper.c into cpu-dump.c
i386: move TCG accel files into tcg/
i386: hvf: remove stale MAINTAINERS entry for old hvf stubs
i386: move hax accel files into hax/
i386: move whpx accel files into whpx/
i386: move kvm accel files into kvm/
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 3 additions, 8 deletionsMAINTAINERS
- accel/tcg/cpu-exec.c 27 additions, 7 deletionsaccel/tcg/cpu-exec.c
- hw/core/cpu.c 0 additions, 13 deletionshw/core/cpu.c
- hw/i386/fw_cfg.c 1 addition, 1 deletionhw/i386/fw_cfg.c
- hw/i386/intel_iommu.c 1 addition, 1 deletionhw/i386/intel_iommu.c
- hw/i386/kvm/apic.c 1 addition, 1 deletionhw/i386/kvm/apic.c
- hw/i386/kvm/clock.c 1 addition, 1 deletionhw/i386/kvm/clock.c
- hw/i386/microvm.c 1 addition, 1 deletionhw/i386/microvm.c
- hw/i386/pc.c 1 addition, 1 deletionhw/i386/pc.c
- hw/i386/x86.c 1 addition, 1 deletionhw/i386/x86.c
- meson.build 1 addition, 0 deletionsmeson.build
- target/i386/cpu-dump.c 537 additions, 0 deletionstarget/i386/cpu-dump.c
- target/i386/cpu.c 50 additions, 25 deletionstarget/i386/cpu.c
- target/i386/cpu.h 9 additions, 88 deletionstarget/i386/cpu.h
- target/i386/hax/hax-all.c 0 additions, 0 deletionstarget/i386/hax/hax-all.c
- target/i386/hax/hax-cpus.c 0 additions, 0 deletionstarget/i386/hax/hax-cpus.c
- target/i386/hax/hax-cpus.h 0 additions, 0 deletionstarget/i386/hax/hax-cpus.h
- target/i386/hax/hax-i386.h 3 additions, 3 deletionstarget/i386/hax/hax-i386.h
- target/i386/hax/hax-interface.h 0 additions, 0 deletionstarget/i386/hax/hax-interface.h
- target/i386/hax/hax-mem.c 0 additions, 0 deletionstarget/i386/hax/hax-mem.c
Loading
Please register or sign in to comment