mbox

[PULL,0/2] M68k for 7.1 patches

Message ID 20220706114013.340537-1-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier July 6, 2022, 11:40 a.m. UTC
The following changes since commit 180c2f24d5e8eada41e012a3899d29bb695aae06:

  Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2022-07-06 10:41:34 +0530)

are available in the Git repository at:

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

for you to fetch changes up to a988465d0eb7e2ee31a3679bbe3fbe71681820da:

  m68k: virt: pass RNG seed via bootinfo block (2022-07-06 12:30:41 +0200)

----------------------------------------------------------------
Pull request m68k 20220706

pass RNG seed via bootinfo block

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

Jason A. Donenfeld (2):
  m68k: use correct variable name in boot info string macro
  m68k: virt: pass RNG seed via bootinfo block

 hw/m68k/bootinfo.h                             | 18 +++++++++++++++++-
 .../standard-headers/asm-m68k/bootinfo-virt.h  |  1 +
 hw/m68k/virt.c                                 |  7 +++++++
 3 files changed, 25 insertions(+), 1 deletion(-)

Comments

Richard Henderson July 7, 2022, 12:50 a.m. UTC | #1
On 7/6/22 17:10, Laurent Vivier wrote:
> The following changes since commit 180c2f24d5e8eada41e012a3899d29bb695aae06:
> 
>    Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2022-07-06 10:41:34 +0530)
> 
> are available in the Git repository at:
> 
>    https://github.com/vivier/qemu-m68k.git tags/m68k-for-7.1-pull-request
> 
> for you to fetch changes up to a988465d0eb7e2ee31a3679bbe3fbe71681820da:
> 
>    m68k: virt: pass RNG seed via bootinfo block (2022-07-06 12:30:41 +0200)
> 
> ----------------------------------------------------------------
> Pull request m68k 20220706
> 
> pass RNG seed via bootinfo block

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> 
> Jason A. Donenfeld (2):
>    m68k: use correct variable name in boot info string macro
>    m68k: virt: pass RNG seed via bootinfo block
> 
>   hw/m68k/bootinfo.h                             | 18 +++++++++++++++++-
>   .../standard-headers/asm-m68k/bootinfo-virt.h  |  1 +
>   hw/m68k/virt.c                                 |  7 +++++++
>   3 files changed, 25 insertions(+), 1 deletion(-)
>