[PULL 0/3] M68k for 7.2 patches

Laurent Vivier posted 3 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220927062633.618677-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
hw/m68k/bootinfo.h      | 10 ++++++----
target/m68k/cpu.h       |  8 +++++---
target/m68k/cpu.c       |  9 +++++++--
target/m68k/translate.c |  2 +-
4 files changed, 19 insertions(+), 10 deletions(-)
[PULL 0/3] M68k for 7.2 patches
Posted by Laurent Vivier 1 year, 6 months ago
The following changes since commit 99d6b11b5b44d7dd64f4cb1973184e40a4a174f8:

  Merge tag 'pull-target-arm-20220922' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-09-26 13:38:26 -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 2cfa963126fe77fac034a43f986b2bf3e8fe6a4f:

  m68k: align bootinfo strings and data to 4 bytes (2022-09-26 23:37:22 +0200)

----------------------------------------------------------------
M68k pull request 20220927

Align bootinfo tags
fix move from sr

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

Jason A. Donenfeld (1):
  m68k: align bootinfo strings and data to 4 bytes

Mark Cave-Ayland (2):
  target/m68k: increase size of m68k CPU features from uint32_t to
    uint64_t
  target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr
    privilege check

 hw/m68k/bootinfo.h      | 10 ++++++----
 target/m68k/cpu.h       |  8 +++++---
 target/m68k/cpu.c       |  9 +++++++--
 target/m68k/translate.c |  2 +-
 4 files changed, 19 insertions(+), 10 deletions(-)

-- 
2.37.3
Re: [PULL 0/3] M68k for 7.2 patches
Posted by Stefan Hajnoczi 1 year, 6 months ago
Applied, thanks.

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