qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Laurent Vivier <laurent@vivier.eu>
Cc: "Jason A. Donenfeld" <Jason@zx2c4.com>,
	 "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>
Subject: Re: [PATCH v4] m68k: write bootinfo as rom section and re-randomize on reboot
Date: Sat, 22 Oct 2022 16:41:21 +1000	[thread overview]
Message-ID: <CAFXwXrmNpYMBYC8A3kMMW3Jf3oHQurPwErHmrAh2Pjzf0==z_g@mail.gmail.com> (raw)
In-Reply-To: <e24ce881-2f0b-860d-05e5-a9a8a7dda3c8@vivier.eu>

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

On Sat, 22 Oct 2022, 08:33 Laurent Vivier, <laurent@vivier.eu> wrote:

> Le 17/10/2022 à 22:29, Jason A. Donenfeld a écrit :
>
>
> Notes:
> - don't send your patch as a reply to a previous version
> - add an history:
>
> v4: replace  (void *)(((unsigned long)base + 3) & ~3) by
>               (void *)(((uintptr_t)base + 3) & ~3);
>


QEMU_ALIGN_PTR_UP.


r~

[-- Attachment #2: Type: text/html, Size: 817 bytes --]

  reply	other threads:[~2022-10-22  6:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-14  7:23 [PULL 0/2] M68k for 7.2 patches Laurent Vivier
2022-10-14  7:23 ` [PULL 1/2] m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED Laurent Vivier
2022-10-14  7:23 ` [PULL 2/2] m68k: write bootinfo as rom section and re-randomize on reboot Laurent Vivier
2022-10-16 19:50 ` [PULL 0/2] M68k for 7.2 patches Stefan Hajnoczi
2022-10-17  3:56   ` Jason A. Donenfeld via
2022-10-17  7:25     ` Laurent Vivier
2022-10-17 20:29       ` [PATCH v4] m68k: write bootinfo as rom section and re-randomize on reboot Jason A. Donenfeld
2022-10-21 19:25         ` Laurent Vivier
2022-10-22  6:41           ` Richard Henderson [this message]
2022-10-23 19:09             ` Jason A. Donenfeld

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='CAFXwXrmNpYMBYC8A3kMMW3Jf3oHQurPwErHmrAh2Pjzf0==z_g@mail.gmail.com' \
    --to=richard.henderson@linaro.org \
    --cc=Jason@zx2c4.com \
    --cc=geert@linux-m68k.org \
    --cc=laurent@vivier.eu \
    --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).