From: Thomas Huth <thuth@redhat.com>
To: Bibo Mao <maobibo@loongson.cn>, Laurent Vivier <lvivier@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
qemu-block@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [PATCH] tests/cdrom-test: Add cdrom test for LoongArch virt machine
Date: Mon, 5 Feb 2024 08:47:40 +0100 [thread overview]
Message-ID: <613f883e-cf64-43e5-85b6-64381c46ffa2@redhat.com> (raw)
In-Reply-To: <20240205021318.3759925-1-maobibo@loongson.cn>
On 05/02/2024 03.13, Bibo Mao wrote:
> The cdrom test skips to execute on LoongArch system with command
> "make check"
Are you sure the test is marked with "skip"? ... it should at least test
with the "none" machine...?
> this patch enables cdrom test for LoongArch virt
> machine platform.
>
> With this patch, cdrom test passes to run on LoongArch virt
> machine type.
>
> Signed-off-by: Bibo Mao <maobibo@loongson.cn>
> ---
> tests/qtest/cdrom-test.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tests/qtest/cdrom-test.c b/tests/qtest/cdrom-test.c
> index 0945383789..c8b97d8d9a 100644
> --- a/tests/qtest/cdrom-test.c
> +++ b/tests/qtest/cdrom-test.c
> @@ -271,6 +271,9 @@ int main(int argc, char **argv)
> const char *virtmachine[] = { "virt", NULL };
> add_cdrom_param_tests(virtmachine);
> }
> + } else if (g_str_equal(arch, "loongarch64")) {
> + const char *virtmachine[] = { "virt", NULL };
> + add_cdrom_param_tests(virtmachine);
> } else {
> const char *nonemachine[] = { "none", NULL };
> add_cdrom_param_tests(nonemachine);
Anyway, using the virt machine is certainly better than the "none" machine, so:
Acked-by: Thomas Huth <thuth@redhat.com>
next prev parent reply other threads:[~2024-02-05 7:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-05 2:13 [PATCH] tests/cdrom-test: Add cdrom test for LoongArch virt machine Bibo Mao
2024-02-05 7:47 ` Thomas Huth [this message]
2024-02-05 8:13 ` maobibo
2024-02-06 2:32 ` maobibo
2024-02-05 12:58 ` Philippe Mathieu-Daudé
2024-02-06 2:29 ` maobibo
2024-02-06 9:20 ` Thomas Huth
2024-02-17 3:51 ` maobibo
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=613f883e-cf64-43e5-85b6-64381c46ffa2@redhat.com \
--to=thuth@redhat.com \
--cc=lvivier@redhat.com \
--cc=maobibo@loongson.cn \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--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).