target/i386: EPYC-Rome model without XSAVES
commitfb00aa61267c8b9c57a2d1a1fa1e336d02e3bcd1
authorMaksim Davydov <davydov-max@yandex-team.ru>
Wed, 24 May 2023 21:37:48 +0000 (25 00:37 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 25 May 2023 07:30:52 +0000 (25 09:30 +0200)
tree39c7a39b8b61124660f7efc4a33cf65f9a60f656
parent886c0453cbf10eebd42a9ccf89c3e46eb389c357
target/i386: EPYC-Rome model without XSAVES

Based on the kernel commit "b0563468ee x86/CPU/AMD: Disable XSAVES on
AMD family 0x17", host system with EPYC-Rome can clear XSAVES capability
bit. In another words, EPYC-Rome host without XSAVES can occur. Thus, we
need an EPYC-Rome cpu model (without this feature) that matches the
solution of fixing this erratum

Signed-off-by: Maksim Davydov <davydov-max@yandex-team.ru>
Message-Id: <20230524213748.8918-1-davydov-max@yandex-team.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c