[Qemu-devel] [PATCH 0/3] linux-user: select CPU type according ELF header values

Laurent Vivier posted 3 patches 6 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180113144847.8403-1-laurent@vivier.eu
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
include/elf.h        |   4 ++
linux-user/elfload.c |  37 ++++++++++++++++
linux-user/main.c    | 121 +++++++++++++++++++++++++++++++--------------------
linux-user/qemu.h    |   1 +
4 files changed, 115 insertions(+), 48 deletions(-)
[Qemu-devel] [PATCH 0/3] linux-user: select CPU type according ELF header values
Posted by Laurent Vivier 6 years, 3 months ago
This idea has been suggested to me before by Philippe
Mathieu-Daudé, and recently YunQiang Su has proposed a
patch to manage the MIPS r6 case.

Based on this, this series tries to clean-up the original
patch, and introduces the use for m68k architecture and
port the patch from YunQiang Su.

Laurent Vivier (1):
  linux-user,m68k: select CPU according to ELF header values

YunQiang Su (2):
  linux-user: introduce functions to detect CPU type
  linux-user: MIPS set cpu to r6 CPU if binary is R6

 include/elf.h        |   4 ++
 linux-user/elfload.c |  37 ++++++++++++++++
 linux-user/main.c    | 121 +++++++++++++++++++++++++++++++--------------------
 linux-user/qemu.h    |   1 +
 4 files changed, 115 insertions(+), 48 deletions(-)

-- 
2.14.3