From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
"Laurent Vivier" <lvivier@redhat.com>,
"Daniel P . Berrangé" <berrange@redhat.com>
Subject: [PATCH 0/3] Test the docs/config/q35-*.cfg config files
Date: Tue, 4 Jul 2023 09:16:52 +0200 [thread overview]
Message-ID: <20230704071655.75381-1-thuth@redhat.com> (raw)
With some tweaking (e.g. by creating temporary image files), we
can check whether the docs/config/q35-*.cfg files can be loaded
by QEMU successfully, so we can avoid that these files bitrot
and avoid that our config file parser gets regressions.
Thomas Huth (3):
tests/qtest/readconfig-test: Allow testing for arbitrary memory sizes
tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest
tests/qtest/readconfig: Test the docs/config/q35-*.cfg files
tests/qtest/libqos/libqos.h | 2 -
tests/qtest/libqtest.h | 20 ++++
tests/qtest/libqos/libqos.c | 49 +-------
tests/qtest/libqtest.c | 52 +++++++++
tests/qtest/readconfig-test.c | 204 +++++++++++++++++++++++++++++++++-
5 files changed, 273 insertions(+), 54 deletions(-)
--
2.39.3
next reply other threads:[~2023-07-04 7:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-04 7:16 Thomas Huth [this message]
2023-07-04 7:16 ` [PATCH 1/3] tests/qtest/readconfig-test: Allow testing for arbitrary memory sizes Thomas Huth
2023-07-04 7:16 ` [PATCH 2/3] tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest Thomas Huth
2023-07-04 7:16 ` [PATCH 3/3] tests/qtest/readconfig: Test the docs/config/q35-*.cfg files Thomas Huth
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=20230704071655.75381-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=berrange@redhat.com \
--cc=lvivier@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).