[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3 for 9.2] hw/virtio: fix crash in virtio-balloon and test i
From: |
Daniel P . Berrangé |
Subject: |
[PATCH v2 0/3 for 9.2] hw/virtio: fix crash in virtio-balloon and test it |
Date: |
Fri, 29 Nov 2024 13:55:04 +0000 |
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
- [PATCH v2 0/3 for 9.2] hw/virtio: fix crash in virtio-balloon and test it,
Daniel P . Berrangé <=