qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Helge Deller <deller@gmx.de>, qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Daniel P . Berrangé" <berrange@redhat.com>,
	qemu-arm@nongnu.org, "Laurent Vivier" <laurent@vivier.eu>,
	"Michael Cree" <mcree@orcon.net.nz>
Subject: Re: [PATCH v3 3/3] linux-user: Emulate /proc/cpuinfo for Alpha
Date: Thu, 3 Aug 2023 14:12:17 -0700	[thread overview]
Message-ID: <5621a3cb-21a9-a830-4117-3e65b589384c@linaro.org> (raw)
In-Reply-To: <20230803204803.639733-4-deller@gmx.de>

On 8/3/23 13:48, Helge Deller wrote:
> +    dprintf(fd, "cpu active mask\t\t: %016llx\n", (unsigned long long) cpu_mask);

PRIx64 better than using long long.


r~


      reply	other threads:[~2023-08-03 21:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-03 20:48 [PATCH v3 0/3] linux-user: /proc/cpuinfo fix and content emulation for arm Helge Deller
2023-08-03 20:48 ` [PATCH v3 1/3] linux-user: Fix openat() emulation to correctly detect accesses to /proc Helge Deller
2023-08-03 20:48 ` [PATCH v3 2/3] linux-user: Emulate /proc/cpuinfo on aarch64 and arm Helge Deller
2023-08-03 21:10   ` Richard Henderson
2023-08-03 20:48 ` [PATCH v3 3/3] linux-user: Emulate /proc/cpuinfo for Alpha Helge Deller
2023-08-03 21:12   ` Richard Henderson [this message]

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=5621a3cb-21a9-a830-4117-3e65b589384c@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=berrange@redhat.com \
    --cc=deller@gmx.de \
    --cc=laurent@vivier.eu \
    --cc=mcree@orcon.net.nz \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@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).