See patch 1 for the background info on the problem Changed in v2:
* Add qtest coverage for the crash scenario Daniel P. Berrangé (3): hw/virtio: fix crash in processing balloon stats tests/qtest: drop 'fuzz-' prefix from virtio-balloon test tests/qtest: add test for querying balloon guest stats hw/virtio/virtio-balloon.c | 16 +++++++- tests/qtest/fuzz-virtio-balloon-test.c | 37 ----------------- tests/qtest/meson.build | 2 +- tests/qtest/virtio-balloon-test.c | 57 ++++++++++++++++++++++++++ 4 files changed, 73 insertions(+), 39 deletions(-) delete mode 100644 tests/qtest/fuzz-virtio-balloon-test.c create mode 100644 tests/qtest/virtio-balloon-test.c -- 2.46.0