On a Tuesday in 2023, Peter Krempa wrote:
Update the test data on x86_64 to v8.0.0-2835-g361d539735
Notable changes:
- added new commands:
- cxl-inject-dram-event
- cxl-inject-general-media-event
- cxl-inject-memory-module-event
- cxl-inject-poison
- switchover-ack
- q35-8.1 machine type now supports 1024 cpus
- new cpu models:
- 'SapphireRapids-v2'
- 'GraniteRapids-v1'
- removed commands:
- x-query-profile
- cpu features which can be emulated now:
- rdseed, rdpid, 3dnowprefetch, xsaveerptr, wbnoinvd
- applicable CPU bug mitigation flags are now exposed to TCG guests to
allow using more named models
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../domaincapsdata/qemu_8.1.0-q35.x86_64.xml | 2 +-
.../domaincapsdata/qemu_8.1.0-tcg.x86_64.xml | 5 +-
.../caps_8.1.0_x86_64.replies | 3856 +++++++++--------
.../caps_8.1.0_x86_64.xml | 580 +--
4 files changed, 2453 insertions(+), 1990 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano