[PULL 0/3] M68k for 7.0 patches

Laurent Vivier posted 3 patches 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220120083607.1672319-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
include/exec/memory.h | 16 ++++++++++++++++
include/hw/elf_ops.h  | 13 +++++++++++++
hw/core/loader.c      |  4 ++++
hw/m68k/virt.c        | 22 +++++++++++++++++-----
softmmu/dma-helpers.c | 15 +--------------
softmmu/physmem.c     | 19 +++++++++++++++++++
6 files changed, 70 insertions(+), 19 deletions(-)
[PULL 0/3] M68k for 7.0 patches
Posted by Laurent Vivier 2 years, 3 months ago
The following changes since commit 5e0214cdeee17de949f2565f4429c15173179ae3:

  Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-01-19' into staging (2022-01-19 16:37:46 +0000)

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 e48b140eef9775986cc18038c7bc68f8d2b7fe1d:

  m68k: virt: correctly set the initial PC (2022-01-20 09:09:37 +0100)

----------------------------------------------------------------
m68k pull request 20220120

Fix virt-m68k reboot

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

Laurent Vivier (2):
  hw/elf_ops: clear uninitialized segment space
  m68k: virt: correctly set the initial PC

Philippe Mathieu-Daudé (1):
  exec/memory: Extract address_space_set() from dma_memory_set()

 include/exec/memory.h | 16 ++++++++++++++++
 include/hw/elf_ops.h  | 13 +++++++++++++
 hw/core/loader.c      |  4 ++++
 hw/m68k/virt.c        | 22 +++++++++++++++++-----
 softmmu/dma-helpers.c | 15 +--------------
 softmmu/physmem.c     | 19 +++++++++++++++++++
 6 files changed, 70 insertions(+), 19 deletions(-)

-- 
2.34.1


Re: [PULL 0/3] M68k for 7.0 patches
Posted by Peter Maydell 2 years, 3 months ago
On Thu, 20 Jan 2022 at 09:44, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 5e0214cdeee17de949f2565f4429c15173179ae3:
>
>   Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-01-19' into staging (2022-01-19 16:37:46 +0000)
>
> 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 e48b140eef9775986cc18038c7bc68f8d2b7fe1d:
>
>   m68k: virt: correctly set the initial PC (2022-01-20 09:09:37 +0100)
>
> ----------------------------------------------------------------
> m68k pull request 20220120
>
> Fix virt-m68k reboot
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM