[PULL 0/4] M68k for 7.0 patches

Laurent Vivier posted 4 patches 2 years, 3 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220109114149.1275322-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
hw/display/macfb.c      | 2 +-
hw/m68k/q800.c          | 5 +++--
hw/m68k/virt.c          | 9 ++++++++-
target/m68k/op_helper.c | 5 ++++-
4 files changed, 16 insertions(+), 5 deletions(-)
[PULL 0/4] M68k for 7.0 patches
Posted by Laurent Vivier 2 years, 3 months ago
The following changes since commit df722e33d5da26ea8604500ca8f509245a0ea524:

  Merge tag 'bsd-user-arm-pull-request' of gitlab.com:bsdimp/qemu into staging (2022-01-08 09:37:59 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 31144eb6393b66b06a13e8a6ad0e730f9e82d4c6:

  target/m68k: don't word align SP in stack frame if M68K_FEATURE_UNALIGNED_DATA feature enabled (2022-01-09 12:05:02 +0100)

----------------------------------------------------------------
M68k pull request 20220109

Add virt compat machine type for 7.0
fix q800 -bios parameter
fix VRAM refresh
fix M68K_FEATURE_UNALIGNED_DATA feature

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

Laurent Vivier (2):
  hw: m68k: Add virt compat machine type for 7.0
  q800: fix segfault with invalid MacROM

Mark Cave-Ayland (2):
  macfb: fix VRAM dirty memory region logging
  target/m68k: don't word align SP in stack frame if
    M68K_FEATURE_UNALIGNED_DATA feature enabled

 hw/display/macfb.c      | 2 +-
 hw/m68k/q800.c          | 5 +++--
 hw/m68k/virt.c          | 9 ++++++++-
 target/m68k/op_helper.c | 5 ++++-
 4 files changed, 16 insertions(+), 5 deletions(-)

-- 
2.33.1


Re: [PULL 0/4] M68k for 7.0 patches
Posted by Peter Maydell 2 years, 3 months ago
On Sun, 9 Jan 2022 at 11:44, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit df722e33d5da26ea8604500ca8f509245a0ea524:
>
>   Merge tag 'bsd-user-arm-pull-request' of gitlab.com:bsdimp/qemu into staging (2022-01-08 09:37:59 -0800)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-7.0-pull-request
>
> for you to fetch changes up to 31144eb6393b66b06a13e8a6ad0e730f9e82d4c6:
>
>   target/m68k: don't word align SP in stack frame if M68K_FEATURE_UNALIGNED_DATA feature enabled (2022-01-09 12:05:02 +0100)
>
> ----------------------------------------------------------------
> M68k pull request 20220109
>
> Add virt compat machine type for 7.0
> fix q800 -bios parameter
> fix VRAM refresh
> fix M68K_FEATURE_UNALIGNED_DATA feature
>
> ----------------------------------------------------------------
>


Applied, thanks.

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

-- PMM