[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/4] M68k for 7.0 patches
|
From: |
Laurent Vivier |
|
Subject: |
[PULL 0/4] M68k for 7.0 patches |
|
Date: |
Sun, 9 Jan 2022 12:41:45 +0100 |
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
- [PULL 0/4] M68k for 7.0 patches,
Laurent Vivier <=
- [PULL 4/4] target/m68k: don't word align SP in stack frame if M68K_FEATURE_UNALIGNED_DATA feature enabled, Laurent Vivier, 2022/01/09
- [PULL 3/4] macfb: fix VRAM dirty memory region logging, Laurent Vivier, 2022/01/09
- [PULL 1/4] hw: m68k: Add virt compat machine type for 7.0, Laurent Vivier, 2022/01/09
- [PULL 2/4] q800: fix segfault with invalid MacROM, Laurent Vivier, 2022/01/09
- Re: [PULL 0/4] M68k for 7.0 patches, Peter Maydell, 2022/01/10