Le 17/10/2022 à 05:56, Jason A. Donenfeld via a écrit :
On Sun, Oct 16, 2022 at 03:50:54PM -0400, Stefan Hajnoczi wrote:
On Fri, 14 Oct 2022 at 03:26, Laurent Vivier <laur...@vivier.eu> wrote:

The following changes since commit f1d33f55c47dfdaf8daacd618588ad3ae4c452d1:

   Merge tag 'pull-testing-gdbstub-plugins-gitdm-061022-3' of 
https://github.com/stsquad/qemu into staging (2022-10-06 07:11:56 -0400)

are available in the Git repository at:

   https://github.com/vivier/qemu-m68k.git tags/m68k-for-7.2-pull-request

for you to fetch changes up to fa327be58280f76d2565ff0bdb9b0010ac97c3b0:

   m68k: write bootinfo as rom section and re-randomize on reboot (2022-10-11 
23:02:46 +0200)

----------------------------------------------------------------
Pull request m68k branch 20221014

Update rng seed boot parameter

----------------------------------------------------------------

Jason A. Donenfeld (2):
   m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED
   m68k: write bootinfo as rom section and re-randomize on reboot

This commit breaks mingw64 due to the Windows LLP64 data model where
pointers don't fit into unsigned long
(https://en.wikipedia.org/wiki/LP64#64-bit_data_models). Please use
uintptr_t instead of unsigned long:

Holy smokes; I didn't realize that qemu was ever compiled this way.

Laurent - do you want me to send you a follow-up commit fixing that, a
new commit fixing that, or do you want to adjust the current commit
yourself? Any choice is fine with me.

Please update the current patch to fix that and resend.

Thanks,
Laurent

Reply via email to