Le 24/01/2018 à 22:12, Laurent Vivier a écrit : > From: YunQiang Su <s...@debian.org> > > Add a function to return ELF e_flags and use it > to select the CPU model. > > Signed-off-by: YunQiang Su <s...@debian.org> > [lv: split the patch and some cleanup in get_elf_eflags()] > Signed-off-by: Laurent Vivier <laur...@vivier.eu> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/elfload.c | 35 +++++++++++++++++++++++++++++++++++ > linux-user/main.c | 20 ++++++++++---------- > linux-user/qemu.h | 1 + > 3 files changed, 46 insertions(+), 10 deletions(-) >
Applied to my 'linux-user-for-2.12' branch. Thanks, Laurent