qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/2] linux-user: Drop unicore32 code


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH 1/2] linux-user: Drop unicore32 code
Date: Fri, 9 Mar 2018 20:53:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Le 08/03/2018 à 15:47, Peter Maydell a écrit :
> We dropped the unicore32-linux-user target in commit 5e2b40f7271cf9
> in 2016. Nobody has made any attempt to fix the issues that
> caused us to drop it, so remove the associated code.
> (The system emulation parts of unicore32 remain.)
> 
> Signed-off-by: Peter Maydell <address@hidden>
> ---
>  linux-user/qemu.h                     |   5 +-
>  linux-user/syscall_defs.h             |   6 +-
>  linux-user/unicore32/syscall_nr.h     | 371 
> ----------------------------------
>  linux-user/unicore32/target_cpu.h     |  27 ---
>  linux-user/unicore32/target_elf.h     |  14 --
>  linux-user/unicore32/target_signal.h  |  30 ---
>  linux-user/unicore32/target_structs.h |  58 ------
>  linux-user/unicore32/target_syscall.h |  62 ------
>  linux-user/unicore32/termbits.h       |   2 -
>  linux-user/elfload.c                  |  72 -------
>  linux-user/main.c                     |  99 +--------
>  linux-user/signal.c                   |   5 +-
>  12 files changed, 6 insertions(+), 745 deletions(-)
>  delete mode 100644 linux-user/unicore32/syscall_nr.h
>  delete mode 100644 linux-user/unicore32/target_cpu.h
>  delete mode 100644 linux-user/unicore32/target_elf.h
>  delete mode 100644 linux-user/unicore32/target_signal.h
>  delete mode 100644 linux-user/unicore32/target_structs.h
>  delete mode 100644 linux-user/unicore32/target_syscall.h
>  delete mode 100644 linux-user/unicore32/termbits.h
> 

Applied to my 'linux-user-for-2.12' branch.

Thanks,
Laurent



reply via email to

[Prev in Thread] Current Thread [Next in Thread]