You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/i386
Stefan Hajnoczi 09360a048b * rust: miscellaneous changes
* target/i386: small code generation improvements
 * target/i386: various cleanups and fixes
 * cpu: remove env->nr_cores
 -----BEGIN PGP SIGNATURE-----
 
 iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmeBoIgUHHBib256aW5p
 QHJlZGhhdC5jb20ACgkQv/vSX3jHroOD2gf+NK7U1EhNIrsbBsbtu2i7+tnbRKIB
 MTu+Mxb2wz4C7//pxq+vva4bgT3iOuL9RF19PRe/63CMD65xMiwyyNrEWX2HbRIJ
 5dytLLLdef3yMhHh2x1uZfm54g12Ppvn9kulMCbPawrlqWgg1sZbkUBrRtFzS45c
 NeYjGWWSpBDe7LtsrgSRYLPnz6wWEiy3tDpu2VoDtjrE86UVDXwyzpbtBk9Y8jPi
 CKdvLyQeO9xDE5OoXMjJMlJeQq3D9iwYEprXUqy+RUZtpW7YmqMCf2JQ4dAjVCad
 07v/kITF4brGCVnzDcDA6W7LqHpBu1w+Hn23yLw3HEDDBt11o9JjQCl9qA==
 =xIQ4
 -----END PGP SIGNATURE-----

Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging

* rust: miscellaneous changes
* target/i386: small code generation improvements
* target/i386: various cleanups and fixes
* cpu: remove env->nr_cores

# -----BEGIN PGP SIGNATURE-----
#
# iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmeBoIgUHHBib256aW5p
# QHJlZGhhdC5jb20ACgkQv/vSX3jHroOD2gf+NK7U1EhNIrsbBsbtu2i7+tnbRKIB
# MTu+Mxb2wz4C7//pxq+vva4bgT3iOuL9RF19PRe/63CMD65xMiwyyNrEWX2HbRIJ
# 5dytLLLdef3yMhHh2x1uZfm54g12Ppvn9kulMCbPawrlqWgg1sZbkUBrRtFzS45c
# NeYjGWWSpBDe7LtsrgSRYLPnz6wWEiy3tDpu2VoDtjrE86UVDXwyzpbtBk9Y8jPi
# CKdvLyQeO9xDE5OoXMjJMlJeQq3D9iwYEprXUqy+RUZtpW7YmqMCf2JQ4dAjVCad
# 07v/kITF4brGCVnzDcDA6W7LqHpBu1w+Hn23yLw3HEDDBt11o9JjQCl9qA==
# =xIQ4
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri 10 Jan 2025 17:34:48 EST
# gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg:                issuer "pbonzini@redhat.com"
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
# gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
#      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83

* tag 'for-upstream' of https://gitlab.com/bonzini/qemu: (38 commits)
  i386/cpu: Set and track CPUID_EXT3_CMP_LEG in env->features[FEAT_8000_0001_ECX]
  i386/cpu: Set up CPUID_HT in x86_cpu_expand_features() instead of cpu_x86_cpuid()
  cpu: Remove nr_cores from struct CPUState
  i386/cpu: Hoist check of CPUID_EXT3_TOPOEXT against threads_per_core
  i386/cpu: Track a X86CPUTopoInfo directly in CPUX86State
  i386/topology: Introduce helpers for various topology info of different level
  i386/topology: Update the comment of x86_apicid_from_topo_ids()
  i386/cpu: Drop cores_per_pkg in cpu_x86_cpuid()
  i386/cpu: Drop the variable smp_cores and smp_threads in x86_cpu_pre_plug()
  i386/cpu: Extract a common fucntion to setup value of MSR_CORE_THREAD_COUNT
  target/i386/kvm: Replace ARRAY_SIZE(msr_handlers) with KVM_MSR_FILTER_MAX_RANGES
  target/i386/kvm: Clean up error handling in kvm_arch_init()
  target/i386/kvm: Return -1 when kvm_msr_energy_thread_init() fails
  target/i386/kvm: Clean up return values of MSR filter related functions
  target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()
  target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo
  target/i386/kvm: Only save/load kvmclock MSRs when kvmclock enabled
  target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions
  target/i386/kvm: Add feature bit definitions for KVM CPUID
  i386/cpu: Mark avx10_version filtered when prefix is NULL
  ...

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
5 days ago
..
kvm * rust: miscellaneous changes 5 days ago
xen hw/i386: Mark devices as little-endian 3 weeks ago
Kconfig hw/acpi: Add vmclock device 6 days ago
acpi-build.c hw/acpi: Add vmclock device 6 days ago
acpi-build.h hw/acpi/ich9: Enable ACPI PCI hot-plug 4 years ago
acpi-common.c hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabled 9 months ago
acpi-common.h hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h' 11 months ago
acpi-microvm.c hw/i386/acpi-microvm.c: Use common function to add virtio in DSDT 1 year ago
acpi-microvm.h microvm/acpi: add minimal acpi support 4 years ago
amd_iommu-stub.c amd_iommu: report x2APIC support to the operating system 11 months ago
amd_iommu.c hw/i386/amd_iommu: Simplify non-KVM checks on XTSup feature 3 weeks ago
amd_iommu.h amd_iommu: Use shared memory region for Interrupt Remapping 3 months ago
e820_memory_layout.c hw/i386/fw_cfg: Add etc/e820 to fw_cfg late 7 months ago
e820_memory_layout.h hw/i386/fw_cfg: Add etc/e820 to fw_cfg late 7 months ago
fw_cfg.c include: Rename sysemu/ -> system/ 1 month ago
fw_cfg.h hw/i386/fw_cfg: Add etc/e820 to fw_cfg late 7 months ago
intel_iommu.c intel_iommu: Introduce a property to control FS1GP cap bit setting 6 days ago
intel_iommu_internal.h intel_iommu: Introduce a property x-flts for stage-1 translation 6 days ago
meson.build machine/nitro-enclave: New machine type for AWS Nitro Enclaves 3 months ago
microvm-dt.c include: Rename sysemu/ -> system/ 1 month ago
microvm-dt.h microvm: add device tree support. 3 years ago
microvm.c hw/pci-host/gpex: Allow more than 4 legacy IRQs 3 weeks ago
monitor.c hw/i386: move rtc-reset-reinjection command out of hw/rtc 9 months ago
multiboot.c include: Rename sysemu/ -> system/ 1 month ago
multiboot.h target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine types 3 years ago
nitro_enclave.c include: Rename sysemu/ -> system/ 1 month ago
pc.c intel_iommu: Set default aw_bits to 48 starting from QEMU 9.2 6 days ago
pc_piix.c include: Rename sysemu/ -> system/ 1 month ago
pc_q35.c include: Rename sysemu/ -> system/ 1 month ago
pc_sysfw.c include: Rename sysemu/ -> system/ 1 month ago
pc_sysfw_ovmf-stubs.c hw/i386: Introduce X86_FW_OVMF Kconfig symbol 4 years ago
pc_sysfw_ovmf.c hw/i386: Replace magic number with field length calculation 3 years ago
port92.c include: Rename sysemu/ -> system/ 1 month ago
sgx-epc.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 1 month ago
sgx-stub.c target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machine 6 months ago
sgx.c include: Rename sysemu/ -> system/ 1 month ago
trace-events vmmouse: replace DPRINTF with tracing 1 year ago
trace.h trace: switch position of headers to what Meson requires 4 years ago
vapic.c hw/i386: Mark devices as little-endian 3 weeks ago
vmmouse.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 1 month ago
vmport.c Accel & Exec patch queue 1 month ago
x86-common.c * rust: miscellaneous changes 5 days ago
x86-cpu.c include: Rename sysemu/ -> system/ 1 month ago
x86-iommu-stub.c hw/i386/pc: Remove x86_iommu_get_type() 3 years ago
x86-iommu.c Accel & Exec patch queue 1 month ago
x86.c include: Rename sysemu/ -> system/ 1 month ago