[PULL 0/2] M68k for 7.2 patches

Laurent Vivier posted 2 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221022091750.2713763-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
hw/m68k/bootinfo.h                            | 48 ++++++------
.../standard-headers/asm-m68k/bootinfo-virt.h |  4 +-
include/standard-headers/asm-m68k/bootinfo.h  |  8 +-
hw/m68k/q800.c                                | 76 ++++++++++++++-----
hw/m68k/virt.c                                | 57 +++++++++-----
5 files changed, 130 insertions(+), 63 deletions(-)
[PULL 0/2] M68k for 7.2 patches
Posted by Laurent Vivier 1 year, 6 months ago
The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:

  Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -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 d3c7b59be912d257ae7773eb3f1127f81a710a4d:

  m68k: write bootinfo as rom section and re-randomize on reboot (2022-10-22 09:58:24 +0200)

----------------------------------------------------------------
Pull request m68k branch 20221022

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

 hw/m68k/bootinfo.h                            | 48 ++++++------
 .../standard-headers/asm-m68k/bootinfo-virt.h |  4 +-
 include/standard-headers/asm-m68k/bootinfo.h  |  8 +-
 hw/m68k/q800.c                                | 76 ++++++++++++++-----
 hw/m68k/virt.c                                | 57 +++++++++-----
 5 files changed, 130 insertions(+), 63 deletions(-)

-- 
2.37.3
Re: [PULL 0/2] M68k for 7.2 patches
Posted by Laurent Vivier 1 year, 6 months ago
Le 22/10/2022 à 11:17, Laurent Vivier a écrit :
> The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:
> 
>    Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -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 d3c7b59be912d257ae7773eb3f1127f81a710a4d:
> 
>    m68k: write bootinfo as rom section and re-randomize on reboot (2022-10-22 09:58:24 +0200)
> 
> ----------------------------------------------------------------
> Pull request m68k branch 20221022
> 
> 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

Please, cancel this pull request, there is a new version of PATCH 2.

Thanks,
Laurent