]> git.ipfire.org Git - thirdparty/qemu.git/commit
i386/cpu: Rename AMD_ENC_ASSOC to X86_ENC_ASSOC
authorZhao Liu <zhao1.liu@intel.com>
Fri, 11 Jul 2025 10:21:34 +0000 (18:21 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 12 Jul 2025 13:28:21 +0000 (15:28 +0200)
commit3275a379c8ff0862550910a97e8c0c9b056643cd
tree21290c719b78eafb3dd89aa8bdccd790a4a7ffae
parent225aad5a7b78b3dc017996ab5b5e1b9249c036a0
i386/cpu: Rename AMD_ENC_ASSOC to X86_ENC_ASSOC

Rename AMD_ENC_ASSOC to X86_ENC_ASSOC since Intel also uses the same
rules.

While there are some slight differences between the rules in AMD APM
v4.07 no.40332 and Intel. But considerring the needs of current QEMU,
generally they are consistent and current AMD_ENC_ASSOC can be applied
for Intel CPUs..

Tested-by: Yi Lai <yi1.lai@intel.com>
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250711102143.1622339-10-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c