qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: Thomas Monjalon <thomas_ml@monjalon.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] ppc: remove dead code
Date: Tue, 18 May 2010 20:50:38 +0200	[thread overview]
Message-ID: <20100518185038.GH31346@ohm.aurel32.net> (raw)
In-Reply-To: <1271843291-13804-1-git-send-email-thomas_ml@monjalon.net>

On Wed, Apr 21, 2010 at 11:48:11AM +0200, Thomas Monjalon wrote:
> From: Thomas Monjalon <thomas@monjalon.net>
> 
> This function had been disabled from the beginning:
> see 9fddaa0c0cabb610947146a79b4a9a38b0a216e5
> 
> cpu_reset() function is in target-ppc/helper.c
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Thanks, applied.

> ---
>  hw/ppc.c |   10 ----------
>  1 files changed, 0 insertions(+), 10 deletions(-)
> 
> diff --git a/hw/ppc.c b/hw/ppc.c
> index 5baeeaf..2a77eb9 100644
> --- a/hw/ppc.c
> +++ b/hw/ppc.c
> @@ -1085,16 +1085,6 @@ int ppc_dcr_init (CPUState *env, int (*read_error)(int dcrn),
>      return 0;
>  }
>  
> -#if 0
> -/*****************************************************************************/
> -/* Handle system reset (for now, just stop emulation) */
> -void cpu_reset(CPUState *env)
> -{
> -    printf("Reset asked... Stop emulation\n");
> -    abort();
> -}
> -#endif
> -
>  /*****************************************************************************/
>  /* Debug port */
>  void PPC_debug_write (void *opaque, uint32_t addr, uint32_t val)
> -- 
> 1.7.0.5
> 
> 
> 
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

      parent reply	other threads:[~2010-05-18 18:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-21  9:48 [Qemu-devel] [PATCH] ppc: remove dead code Thomas Monjalon
2010-04-21 10:16 ` Alexander Graf
2010-05-18 18:50 ` Aurelien Jarno [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100518185038.GH31346@ohm.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    --cc=thomas_ml@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).