On 10/17/22 16:13, 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(a)redhat.com>
---
.../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
Hopefuly, I'm not late for the party. Since you're refreshing this, can
you please do this for qemu v7.1.0-1429-g7208429223 or newer? It has
something I have patches for (thread-context object).
Thanks,
Michal