From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Bibo Mao <maobibo@loongson.cn>, Thomas Huth <thuth@redhat.com>,
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 13:58:03 +0100 [thread overview]
Message-ID: <678324f1-2b8d-45a1-aea8-03c187f069d1@linaro.org> (raw)
In-Reply-To: <20240205021318.3759925-1-maobibo@loongson.cn>
Hi Bibo,
On 5/2/24 03:13, Bibo Mao wrote:
> The cdrom test skips to execute on LoongArch system with command
> "make check", 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);
What is the default device used, virtio-blk-pci?
next prev parent reply other threads:[~2024-02-05 12:58 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
2024-02-05 8:13 ` maobibo
2024-02-06 2:32 ` maobibo
2024-02-05 12:58 ` Philippe Mathieu-Daudé [this message]
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=678324f1-2b8d-45a1-aea8-03c187f069d1@linaro.org \
--to=philmd@linaro.org \
--cc=lvivier@redhat.com \
--cc=maobibo@loongson.cn \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@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 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).