qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 01/26] Revert "Remove remainders of HPPA backend


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 01/26] Revert "Remove remainders of HPPA backend"
Date: Sat, 17 Dec 2016 11:59:49 +0000

On 16 December 2016 at 19:13, Richard Henderson <address@hidden> wrote:
> This reverts commit d41f3c3cc7a5fb9de144cc4022da14a9ff010671.

Missing signed-off-by.

> ---
>  configure                 |    5 +
>  disas.c                   |    2 +
>  disas/Makefile.objs       |    1 +
>  disas/hppa.c              | 2832 
> +++++++++++++++++++++++++++++++++++++++++++++
>  linux-user/syscall_defs.h |    4 +-
>  5 files changed, 2842 insertions(+), 2 deletions(-)
>  create mode 100644 disas/hppa.c
>
> diff --git a/configure b/configure
> index f2ba343..6a3ecff 100755
> --- a/configure
> +++ b/configure
> @@ -511,6 +511,8 @@ elif check_define __arm__ ; then
>    cpu="arm"
>  elif check_define __aarch64__ ; then
>    cpu="aarch64"
> +elif check_define __hppa__ ; then
> +  cpu="hppa"
>  else
>    cpu=$(uname -m)
>  fi

This if-ladder is for detecting hppa host CPUs, so you
don't want it for just adding the hppa target support.
Or do you clean this up later in the series so that this
commit is a pure revert?

thanks
-- PMM



reply via email to

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