From: "Cédric Le Goater" <clg@kaod.org>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>, qemu-devel@nongnu.org
Cc: Tyrone Ting <kfting@nuvoton.com>,
Paolo Bonzini <pbonzini@redhat.com>, Hao Wu <wuhaotsh@google.com>,
Thomas Huth <thuth@redhat.com>, Shengtan Mao <stmao@google.com>,
Chris Rauer <crauer@google.com>, Joel Stanley <joel@jms.id.au>,
Sai Pavan Boddu <sai.pavan.boddu@amd.com>,
Laurent Vivier <lvivier@redhat.com>,
Luc Michel <luc.michel@amd.com>, Bin Meng <bmeng.cn@gmail.com>,
qemu-arm@nongnu.org, qemu-block@nongnu.org,
Patrick Venture <venture@google.com>
Subject: Re: [PATCH 2/4] hw/sd/sdhci: Log non-sequencial access as GUEST_ERROR
Date: Tue, 2 Jul 2024 16:16:13 +0200 [thread overview]
Message-ID: <d9707ffc-54c5-4071-a3ee-73501a364911@kaod.org> (raw)
In-Reply-To: <20240702140842.54242-3-philmd@linaro.org>
On 7/2/24 4:08 PM, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Thanks,
C.
> ---
> hw/sd/sdhci.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c
> index 27673e1c70..d02c3e3963 100644
> --- a/hw/sd/sdhci.c
> +++ b/hw/sd/sdhci.c
> @@ -983,8 +983,9 @@ static inline bool
> sdhci_buff_access_is_sequential(SDHCIState *s, unsigned byte_num)
> {
> if ((s->data_count & 0x3) != byte_num) {
> - trace_sdhci_error("Non-sequential access to Buffer Data Port register"
> - "is prohibited\n");
> + qemu_log_mask(LOG_GUEST_ERROR,
> + "SDHCI: Non-sequential access to Buffer Data Port"
> + " register is prohibited\n");
> return false;
> }
> return true;
next prev parent reply other threads:[~2024-07-02 14:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-02 14:08 [PATCH 0/4] qtest/npcm7xx_sdhci: Use card-provided address (RCA) Philippe Mathieu-Daudé
2024-07-02 14:08 ` [PATCH 1/4] hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definition Philippe Mathieu-Daudé
2024-07-02 14:15 ` Cédric Le Goater
2024-07-02 14:08 ` [PATCH 2/4] hw/sd/sdhci: Log non-sequencial access as GUEST_ERROR Philippe Mathieu-Daudé
2024-07-02 14:16 ` Cédric Le Goater [this message]
2024-07-02 14:08 ` [PATCH 3/4] tests/qtest/npcm7xx_sdhci: Access the card using its published address Philippe Mathieu-Daudé
2024-07-02 14:28 ` Cédric Le Goater
2024-07-02 14:08 ` [PATCH 4/4] hw/sd/sdcard: Generate random RCA value Philippe Mathieu-Daudé
2024-07-05 21:52 ` [PATCH 0/4] qtest/npcm7xx_sdhci: Use card-provided address (RCA) 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=d9707ffc-54c5-4071-a3ee-73501a364911@kaod.org \
--to=clg@kaod.org \
--cc=bmeng.cn@gmail.com \
--cc=crauer@google.com \
--cc=joel@jms.id.au \
--cc=kfting@nuvoton.com \
--cc=luc.michel@amd.com \
--cc=lvivier@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=sai.pavan.boddu@amd.com \
--cc=stmao@google.com \
--cc=thuth@redhat.com \
--cc=venture@google.com \
--cc=wuhaotsh@google.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).