From: Anthony Liguori <aliguori@us.ibm.com>
To: Chris Wright <chrisw@sous-sol.org>
Cc: Juan Quintela <quintela@redhat.com>,
qemu-devel@nongnu.org, Eduardo Habkost <ehabkost@redhat.com>
Subject: [Qemu-devel] Re: [PATCH] x86: use qemu_log_mask on triple faults
Date: Fri, 27 Feb 2009 14:05:28 -0600 [thread overview]
Message-ID: <49A84788.1040806@us.ibm.com> (raw)
In-Reply-To: <20090226203428.GP7436@sequoia.sous-sol.org>
Chris Wright wrote:
> replace open coded qemu_log_mask with proper macro
>
> Signed-off-by: Chris Wright <chrisw@sous-sol.org>
>
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> 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;
>
>
prev parent reply other threads:[~2009-02-27 20:05 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 ` [Qemu-devel] " Eduardo Habkost
2009-02-27 20:05 ` Anthony Liguori [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=49A84788.1040806@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=chrisw@sous-sol.org \
--cc=ehabkost@redhat.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.