From: Richard Henderson <richard.henderson@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>, Hao Wu <wuhaotsh@google.com>
Cc: qemu-block@nongnu.org, venture@google.com,
Shengtan Mao <stmao@google.com>,
bin.meng@windriver.com, hskinnemoen@google.com,
qemu-devel@nongnu.org, kfting@nuvoton.com, qemu-arm@nongnu.org,
Avi.Fishman@nuvoton.com, maoshengtan2011@gmail.com,
Chris Rauer <crauer@google.com>,
f4bug@amsat.org
Subject: Re: [PATCH v2 1/5] hw/sd: add nuvoton MMC
Date: Mon, 1 Nov 2021 13:37:22 -0400 [thread overview]
Message-ID: <037d0f9b-b0f1-020c-8163-1fefeb357882@linaro.org> (raw)
In-Reply-To: <CAFEAcA_TcKcSsx5J+QqK1AM+ZwCvbSrSPgSD9XA35vVwJah9hA@mail.gmail.com>
On 11/1/21 1:18 PM, Peter Maydell wrote:
> On Fri, 8 Oct 2021 at 01:26, Hao Wu <wuhaotsh@google.com> wrote:
>>
>> From: Shengtan Mao <stmao@google.com>
>>
>> Signed-off-by: Shengtan Mao <stmao@google.com>
>> Reviewed-by: Hao Wu <wuhaotsh@google.com>
>> Reviewed-by: Chris Rauer <crauer@google.com>
>> Reviewed-by: Tyrone Ting <kfting@nuvoton.com>
>> Signed-off-by: Hao Wu <wuhaotsh@google.com>
>> ---
>
>> + default:
>> + qemu_log_mask(LOG_GUEST_ERROR, "SDHCI read of nonexist reg: 0x%02"
>
> "nonexistent"
>
>> + HWADDR_PRIx, addr);
>> + break;
>> + }
>> +
>> + return val;
>> +}
>> +
>> +static void npcm7xx_sdhci_write(void *opaque, hwaddr addr, uint64_t val,
>> + unsigned int size)
>> +{
>> + NPCM7xxSDHCIState *s = opaque;
>> +
>> + switch (addr) {
>> + case NPCM7XX_BOOTTOCTRL:
>> + s->regs.boottoctrl = val;
>> + break;
>> + default:
>> + qemu_log_mask(LOG_GUEST_ERROR, "SDHCI write of nonexist reg: 0x%02"
>
> ditto
Fixed while applying.
r~
next prev parent reply other threads:[~2021-11-01 19:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-08 0:26 [PATCH v2 0/5] hw/arm: Add MMC device for NPCM7XX boards Hao Wu
2021-10-08 0:26 ` [PATCH v2 1/5] hw/sd: add nuvoton MMC Hao Wu
2021-11-01 17:18 ` Peter Maydell
2021-11-01 17:37 ` Richard Henderson [this message]
2021-10-08 0:26 ` [PATCH v2 2/5] hw/arm: Add Nuvoton SD module to board Hao Wu
2021-11-01 17:15 ` Peter Maydell
2021-10-08 0:26 ` [PATCH v2 3/5] hw/arm: Attach MMC to quanta-gbs-bmc Hao Wu
2021-10-08 0:26 ` [PATCH v2 4/5] tests/qtest/libqos: add SDHCI commands Hao Wu
2021-11-01 17:19 ` Peter Maydell
2021-10-08 0:26 ` [PATCH v2 5/5] tests/qtest: add qtests for npcm7xx sdhci Hao Wu
2021-11-01 17:20 ` Peter Maydell
2021-11-02 17:38 ` Richard Henderson
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=037d0f9b-b0f1-020c-8163-1fefeb357882@linaro.org \
--to=richard.henderson@linaro.org \
--cc=Avi.Fishman@nuvoton.com \
--cc=bin.meng@windriver.com \
--cc=crauer@google.com \
--cc=f4bug@amsat.org \
--cc=hskinnemoen@google.com \
--cc=kfting@nuvoton.com \
--cc=maoshengtan2011@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stmao@google.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).