[PULL 0/1] M68k for 9.0 patches

Laurent Vivier posted 1 patch 8 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240311175440.305912-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
hw/m68k/virt.c | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
[PULL 0/1] M68k for 9.0 patches
Posted by Laurent Vivier 8 months, 2 weeks ago
The following changes since commit 7489f7f3f81dcb776df8c1b9a9db281fc21bf05f:

  Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into staging (2024-03-09 20:12:21 +0000)

are available in the Git repository at:

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

for you to fetch changes up to e39a0809b99bbbe5f0ec432fdd9e8c943ba24936:

  virt: set the CPU type in BOOTINFO (2024-03-11 09:38:08 +0100)

----------------------------------------------------------------
Pull request for m68k 20240311

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

Laurent Vivier (1):
  virt: set the CPU type in BOOTINFO

 hw/m68k/virt.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

-- 
2.43.2
Re: [PULL 0/1] M68k for 9.0 patches
Posted by Peter Maydell 8 months, 2 weeks ago
On Mon, 11 Mar 2024 at 17:55, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 7489f7f3f81dcb776df8c1b9a9db281fc21bf05f:
>
>   Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into staging (2024-03-09 20:12:21 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/vivier/qemu-m68k.git tags/m68k-for-9.0-pull-request
>
> for you to fetch changes up to e39a0809b99bbbe5f0ec432fdd9e8c943ba24936:
>
>   virt: set the CPU type in BOOTINFO (2024-03-11 09:38:08 +0100)
>
> ----------------------------------------------------------------
> Pull request for m68k 20240311
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM