qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Julia <midnight@trainwit.ch>
To: "Daniel Henrique Barboza" <dbarboza@ventanamicro.com>,
	qemu-devel@nongnu.org
Cc: qemu-riscv@nongnu.org
Subject: Re: [PATCH 1/1] target/riscv: log guest errors when reserved bits are set in PTEs
Date: Mon, 03 Feb 2025 18:12:21 +1100	[thread overview]
Message-ID: <8149beba-66b1-4707-93f1-083b8bc5ece0@app.fastmail.com> (raw)
In-Reply-To: <b76bf940-ff55-4619-a9ae-fa65c47e864f@ventanamicro.com>

> This happens because 'pte' is a 'target_ulong' type that, for riscv32, will be
> interpreted as uint32_t while the FMT being used is PRIx64.
>
> You can fix it by using TARGET_FMT_lx instead of PRIx64:
>

I've sent a follow-up patch fixing these build errors, it builds on 32 & 64 bit on my system. Cheers 

As for the Signed-off-by, I'd rather not, and the contributing guide does not require it.

Regards,
Julia


  reply	other threads:[~2025-02-03  7:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-02  5:15 [PATCH 0/1] -----BEGIN SSH SIGNATURE----- julia
2025-02-02  5:15 ` [PATCH 1/1] target/riscv: log guest errors when reserved bits are set in PTEs julia
2025-02-02 22:04   ` Daniel Henrique Barboza
2025-02-03  7:12     ` Julia [this message]
2025-02-03 14:14       ` Alex Bennée
2025-02-03 14:15       ` Alex Bennée
2025-02-03 17:29         ` Daniel Henrique Barboza

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=8149beba-66b1-4707-93f1-083b8bc5ece0@app.fastmail.com \
    --to=midnight@trainwit.ch \
    --cc=dbarboza@ventanamicro.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-riscv@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).