
On 10/8/21 9:50 AM, Peter Krempa wrote:
The data is based on commit v6.1.0-1296-g14f12119aa
Notable changes:
- New machine types for the 6.2 cycle were added - MEM_UNPLUG_ERROR event was deprecated and replaced by DEVICE_UNPLUG_GUEST_ERROR - Intel SGX related commands and devices added - 'copy-before-write' blockdev filter was added - 'memory-backend-epc' was added - new cpu flags
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- .../domaincapsdata/qemu_6.2.0-q35.x86_64.xml | 220 + .../domaincapsdata/qemu_6.2.0-tcg.x86_64.xml | 226 + tests/domaincapsdata/qemu_6.2.0.x86_64.xml | 220 + .../caps_6.2.0.x86_64.replies | 34119 ++++++++++++++++ .../caps_6.2.0.x86_64.xml | 3716 ++ 5 files changed, 38501 insertions(+) create mode 100644 tests/domaincapsdata/qemu_6.2.0-q35.x86_64.xml create mode 100644 tests/domaincapsdata/qemu_6.2.0-tcg.x86_64.xml create mode 100644 tests/domaincapsdata/qemu_6.2.0.x86_64.xml create mode 100644 tests/qemucapabilitiesdata/caps_6.2.0.x86_64.replies create mode 100644 tests/qemucapabilitiesdata/caps_6.2.0.x86_64.xml
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal