From: "Daniel P. Berrangé" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Laurent Vivier" <lvivier@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"David Hildenbrand" <david@redhat.com>,
"Martin Pitt" <mpitt@redhat.com>,
"Richard W . M . Jones" <rjones@redhat.com>,
"Fabiano Rosas" <farosas@suse.de>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>
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 [thread overview]
Message-ID: <20241129135507.699030-1-berrange@redhat.com> (raw)
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
next reply other threads:[~2024-11-29 13:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-29 13:55 Daniel P. Berrangé [this message]
2024-11-29 13:55 ` [PATCH v2 1/3 for 9.2] hw/virtio: fix crash in processing balloon stats Daniel P. Berrangé
2024-11-29 13:56 ` David Hildenbrand
2024-12-02 18:02 ` Michael Tokarev
2024-11-29 13:55 ` [PATCH v2 2/3 for 9.2] tests/qtest: drop 'fuzz-' prefix from virtio-balloon test Daniel P. Berrangé
2024-11-29 14:01 ` Fabiano Rosas
2024-11-29 15:44 ` Philippe Mathieu-Daudé
2024-11-29 13:55 ` [PATCH v2 3/3 for 9.2] tests/qtest: add test for querying balloon guest stats Daniel P. Berrangé
2024-11-29 14:04 ` Fabiano Rosas
2024-12-02 17:05 ` [PATCH v2 0/3 for 9.2] hw/virtio: fix crash in virtio-balloon and test it David Hildenbrand
2024-12-02 19:50 ` Philippe Mathieu-Daudé
2024-12-03 8:08 ` Michael S. Tsirkin
2024-12-03 15:42 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241129135507.699030-1-berrange@redhat.com \
--to=berrange@redhat.com \
--cc=david@redhat.com \
--cc=farosas@suse.de \
--cc=lvivier@redhat.com \
--cc=mpitt@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rjones@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.