Re: [PATCH 0/3] m68k: virt: fix reboot

2022-01-20 Thread Laurent Vivier

Le 15/01/2022 à 21:37, Laurent Vivier a écrit :

This series fixes the reboot of the virt-m68k machine
by correctly initializing the start address and fixing
the ELF kernel image.

The two first patches were already sent last year and
never merged:

https://patchwork.kernel.org/project/qemu-devel/cover/20210429141326.69245-1-laur...@vivier.eu/

Thanks,
Laurent

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(-)




Applied to my m68k-for-7.0 branch

Thanks,
Laurent



[PATCH 0/3] m68k: virt: fix reboot

2022-01-15 Thread Laurent Vivier
This series fixes the reboot of the virt-m68k machine
by correctly initializing the start address and fixing
the ELF kernel image.

The two first patches were already sent last year and
never merged:

https://patchwork.kernel.org/project/qemu-devel/cover/20210429141326.69245-1-laur...@vivier.eu/

Thanks,
Laurent

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