
On 6/6/22 17:32, Peter Krempa wrote:
Notable changes:
- Icelake-Client cpu model family removed: "Icelake-Client-noTSX-x86_64-cpu" "Icelake-Client-v1-x86_64-cpu" "Icelake-Client-v2-x86_64-cpu" "Icelake-Client-v3-x86_64-cpu" "Icelake-Client-x86_64-cpu"
- 'zero-copy-send' migration feature added
- display 'sdl' qapified
- 'arch-lbr' cpu feature added
- new HyperV enlightenments: 'hv-tlbflush-ext' 'hv-tlbflush-direct' 'hv-emsr-bitmap' 'hv-xmm-input'
- 'none-machine' has two new properties: - "boot" described as "Boot configuration" - "memory" described as "Memory size configuration"
- 'igd-passthrough-isa-bridge' is now Xen-only
- CXL: Compute eXpress Link related devices: "CXL" "cxl-rp", "cxl-type3", "pxb-cxl", "pxb-cxl-bus", "pxb-cxl-host",
- 'dma-translation' feature of 'intel-iommu'
- 'vmcb-clean' cpu feature now migratable: - possibly due to host kernel upgrade - changes commandline generated for the 'cpu-host-model' case of qemuxml2argvtest
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- .../domaincapsdata/qemu_7.1.0-q35.x86_64.xml | 3 +- .../domaincapsdata/qemu_7.1.0-tcg.x86_64.xml | 2 - tests/domaincapsdata/qemu_7.1.0.x86_64.xml | 3 +- .../caps_7.1.0.x86_64.replies | 2369 ++++++++--------- .../caps_7.1.0.x86_64.xml | 215 +- .../cpu-host-model.x86_64-latest.args | 2 +- 6 files changed, 1096 insertions(+), 1498 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal