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

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/20220115203725.3834712-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(-)
[PATCH 0/3] m68k: virt: fix reboot
Posted by Laurent Vivier 2 years, 3 months ago
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-laurent@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


Re: [PATCH 0/3] m68k: virt: fix reboot
Posted by Laurent Vivier 2 years, 3 months ago
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-laurent@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