]> git.proxmox.com Git - mirror_qemu.git/commit
i386/cpu: Update how the EBX register of CPUID 0x8000001F is set
authorTom Lendacky <thomas.lendacky@amd.com>
Fri, 30 Sep 2022 15:14:30 +0000 (10:14 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 28 Apr 2023 10:50:34 +0000 (12:50 +0200)
commitfb6bbafc0f19385fb257ee073ed13dcaf613f2f8
treeadbd085044cb70a582e41400aa5aee76b214c314
parent8168fed9f84e3128f7628969ae78af49433d5ce7
i386/cpu: Update how the EBX register of CPUID 0x8000001F is set

Update the setting of CPUID 0x8000001F EBX to clearly document the ranges
associated with fields being set.

Fixes: 6cb8f2a663 ("cpu/i386: populate CPUID 0x8000_001F when SEV is active")
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <5822fd7d02b575121380e1f493a8f6d9eba2b11a.1664550870.git.thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c