qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH for-1.4] target-microblaze: Drop unused cpu_mb_c


From: Peter Crosthwaite
Subject: Re: [Qemu-devel] [PATCH for-1.4] target-microblaze: Drop unused cpu_mb_close() prototype
Date: Wed, 23 Jan 2013 11:23:35 -0800

On Sat, Jan 19, 2013 at 6:26 PM, Andreas Färber <address@hidden> wrote:
> Such a function never existed.
>
> Signed-off-by: Andreas Färber <address@hidden>

Acked-by: Peter Crosthwaite <address@hidden>

> ---
>  Peter, can you ack this? Or feel free to commit, Edgar.
>  As for cris, I am going to base v2 of my CPU realizefn series on this 
> cleanup.
>  Thanks, Andreas
>
>  target-microblaze/cpu.h |    1 -
>  1 Datei geändert, 1 Zeile entfernt(-)
>
> diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h
> index 4de2226..5621068 100644
> --- a/target-microblaze/cpu.h
> +++ b/target-microblaze/cpu.h
> @@ -274,7 +274,6 @@ struct CPUMBState {
>
>  MicroBlazeCPU *cpu_mb_init(const char *cpu_model);
>  int cpu_mb_exec(CPUMBState *s);
> -void cpu_mb_close(CPUMBState *s);
>  void do_interrupt(CPUMBState *env);
>  /* you can call this signal handler from your SIGBUS and SIGSEGV
>     signal handlers to inform the virtual CPU of exceptions. non zero
> --
> 1.7.10.4
>
>



reply via email to

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