From: Avi Kivity <avi@redhat.com>
To: Glauber Costa <glommer@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH] fix serious regression
Date: Sun, 26 Jul 2009 17:01:43 +0300 [thread overview]
Message-ID: <4A6C61C7.7090400@redhat.com> (raw)
In-Reply-To: <1248220646-22129-1-git-send-email-glommer@redhat.com>
On 07/22/2009 02:57 AM, Glauber Costa wrote:
> Today I found a very catastrophic regression: I cannot run my mission
> critical servers running RHL7.1 anymore. This is a total disaster.
>
> Fortunately, I was able to isolate the commit that caused it:
> commit bb598da496c040d42dde564bd8ace181be52293e
> Author: Glauber Costa<glommer@redhat.com>
> Date: Mon Jul 6 16:12:52 2009 -0400
>
> This guy is certainly stupid, and deserves punishment. It means I'll
> be writting code using emacs for the next week.
>
> Marcelo, please apply
>
>
While I appreciate the humour, it means I have to totally rewrite the
changelog plus ask a question. Please submit patches with the most
boring changelogs you can and reserve the funnies for the "---" section
where they belong.
> diff --git a/qemu-kvm.c b/qemu-kvm.c
> index e200dea..393c5cc 100644
> --- a/qemu-kvm.c
> +++ b/qemu-kvm.c
> @@ -1003,8 +1003,6 @@ int pre_kvm_run(kvm_context_t kvm, CPUState *env)
> {
> kvm_arch_pre_kvm_run(kvm->opaque, env);
>
> - if (env->exit_request)
> - return 1;
> pthread_mutex_unlock(&qemu_mutex);
> return 0;
> }
>
Can you explain the failure mode?
--
error compiling committee.c: too many arguments to function
prev parent reply other threads:[~2009-07-26 13:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-21 23:57 [PATCH] fix serious regression Glauber Costa
2009-07-22 13:04 ` Anthony Liguori
2009-07-26 14:01 ` Avi Kivity [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=4A6C61C7.7090400@redhat.com \
--to=avi@redhat.com \
--cc=glommer@redhat.com \
--cc=kvm@vger.kernel.org \
/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.