qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for 6.2 01/49] bsd-user: remove sparc and sparc64


From: Richard Henderson
Subject: Re: [PATCH for 6.2 01/49] bsd-user: remove sparc and sparc64
Date: Sat, 7 Aug 2021 18:28:54 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/7/21 11:41 AM, Warner Losh wrote:
From: Warner Losh<imp@FreeBSD.org>

These are broken here and in the bsd-user fork. They won't be fixed as
FreeBSD has dropped support for sparc. If people wish to support this in
other BSDs, you're better off starting over than starting from these
files.

Signed-off-by: Warner Losh<imp@bsdimp.com>
---
  bsd-user/main.c                        | 290 -------------------------
  bsd-user/sparc/target_arch_sysarch.h   |  52 -----
  bsd-user/sparc/target_syscall.h        |  36 ---
  bsd-user/sparc64/target_arch_sysarch.h |  52 -----
  bsd-user/sparc64/target_syscall.h      |  37 ----
  bsd-user/syscall.c                     |  11 -
  6 files changed, 478 deletions(-)
  delete mode 100644 bsd-user/sparc/target_arch_sysarch.h
  delete mode 100644 bsd-user/sparc/target_syscall.h
  delete mode 100644 bsd-user/sparc64/target_arch_sysarch.h
  delete mode 100644 bsd-user/sparc64/target_syscall.h


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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