]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
i386: Populate AMD Processor Cache Information for cpuid 0x8000001D
authorBabu Moger <babu.moger@amd.com>
Thu, 24 May 2018 15:43:31 +0000 (11:43 -0400)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 8 Jun 2018 18:54:10 +0000 (15:54 -0300)
commit8f4202fb1080f86958782b1fca0bf0279f67d136
treee2501afae745ca27aea7669f10d4596c6449eae9
parenta9f27ea9adc8c695197bd08f2e938ef7b4183f07
i386: Populate AMD Processor Cache Information for cpuid 0x8000001D

Add information for cpuid 0x8000001D leaf. Populate cache topology information
for different cache types (Data Cache, Instruction Cache, L2 and L3) supported
by 0x8000001D leaf. Please refer to the Processor Programming Reference (PPR)
for AMD Family 17h Model for more details.

Signed-off-by: Babu Moger <babu.moger@amd.com>
Message-Id: <1527176614-26271-3-git-send-email-babu.moger@amd.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c
target/i386/kvm.c