On a Monday in 2022, Peter Krempa wrote:
Add data based on the v7.1.0-998-g5c2439a92c qemu commit. Notable changes: - New machine types and corresponding objects: - pc-i440fx-7.2, pc-i440fx-7.2-machine, pc-q35-7.2, pc-q35-7.2-machine - New disk frontend properties: - account-failed, account-invalid - New CPU flags and some CPU features become migratable (corresponding 'cpu-host-model' test changed output) - New unstable commands for debugging virtio: x-query-virtio, x-query-virtio-status, x-query-virtio-queue-status, x-query-virtio-vhost-queue-status, x-query-virtio-queue-element Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> --- .../domaincapsdata/qemu_7.2.0-q35.x86_64.xml | 242 + .../domaincapsdata/qemu_7.2.0-tcg.x86_64.xml | 252 + tests/domaincapsdata/qemu_7.2.0.x86_64.xml | 242 + .../caps_7.2.0.x86_64.replies | 38928 ++++++++++++++++ .../caps_7.2.0.x86_64.xml | 3548 ++ .../cpu-host-model.x86_64-latest.args | 2 +- 6 files changed, 43213 insertions(+), 1 deletion(-) create mode 100644 tests/domaincapsdata/qemu_7.2.0-q35.x86_64.xml create mode 100644 tests/domaincapsdata/qemu_7.2.0-tcg.x86_64.xml create mode 100644 tests/domaincapsdata/qemu_7.2.0.x86_64.xml create mode 100644 tests/qemucapabilitiesdata/caps_7.2.0.x86_64.replies create mode 100644 tests/qemucapabilitiesdata/caps_7.2.0.x86_64.xml
Reviewed-by: Ján Tomko <jtomko@xxxxxxxxxx> Jano