qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH RFC v3 13/21] target-arm: Store JTAG_ID in ARMCP


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH RFC v3 13/21] target-arm: Store JTAG_ID in ARMCPUClass
Date: Tue, 7 Feb 2012 17:47:02 +0000

On 3 February 2012 02:59, Andreas Färber <address@hidden> wrote:
> That way we can remove some more CPUID cases without losing info.
>
> Signed-off-by: Andreas Färber <address@hidden>
> Cc: Peter Maydell <address@hidden>
> Cc: Andrzej Zaborowski <address@hidden>
> ---
>  target-arm/cpu-core.h |    1 +
>  target-arm/cpu.c      |    2 ++
>  target-arm/cpu.h      |    5 -----
>  target-arm/helper.c   |    8 --------
>  4 files changed, 3 insertions(+), 13 deletions(-)
>
> diff --git a/target-arm/cpu-core.h b/target-arm/cpu-core.h
> index 3e7dfae..eac1a03 100644
> --- a/target-arm/cpu-core.h
> +++ b/target-arm/cpu-core.h
> @@ -48,6 +48,7 @@ typedef struct ARMCPUClass {
>         uint32_t c0_c2[8];
>         uint32_t c1_sys;
>     } cp15;
> +    uint64_t jtag_id;

If we're not using this anywhere we should just not have it.

-- PMM



reply via email to

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