qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eduardo Habkost <ehabkost@redhat.com>
To: Chris Wright <chrisw@sous-sol.org>
Cc: qemu-devel@nongnu.org, Juan Quintela <quintela@redhat.com>
Subject: [Qemu-devel] Re: [PATCH] x86: use qemu_log_mask on triple faults
Date: Thu, 26 Feb 2009 17:42:48 -0300	[thread overview]
Message-ID: <20090226204248.GK4805@blackpad> (raw)
In-Reply-To: <20090226203428.GP7436@sequoia.sous-sol.org>

On Thu, Feb 26, 2009 at 12:34:28PM -0800, Chris Wright wrote:
> replace open coded qemu_log_mask with proper macro
> 
> Signed-off-by: Chris Wright <chrisw@sous-sol.org>

Acked-by: Eduardo Habkost <ehabkost@redhat.com>

> ---
>  target-i386/op_helper.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c
> index 217916a..25e079b 100644
> --- a/target-i386/op_helper.c
> +++ b/target-i386/op_helper.c
> @@ -1275,8 +1275,7 @@ static int check_exception(int intno, int *error_code)
>          if (env->hflags & HF_SVMI_MASK)
>              helper_vmexit(SVM_EXIT_SHUTDOWN, 0); /* does not return */
>  
> -        if (qemu_loglevel_mask(CPU_LOG_RESET))
> -            fprintf(logfile, "Triple fault\n");
> +        qemu_log_mask(CPU_LOG_RESET, "Triple fault\n");
>  
>          qemu_system_reset_request();
>          return EXCP_HLT;
> 
> 

-- 
Eduardo

  reply	other threads:[~2009-02-26 20:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-26 20:34 [Qemu-devel] [PATCH] x86: use qemu_log_mask on triple faults Chris Wright
2009-02-26 20:42 ` Eduardo Habkost [this message]
2009-02-27 20:05 ` [Qemu-devel] " Anthony Liguori

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=20090226204248.GK4805@blackpad \
    --to=ehabkost@redhat.com \
    --cc=chrisw@sous-sol.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /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).