* [PATCH] fix serious regression
@ 2009-07-21 23:57 Glauber Costa
2009-07-22 13:04 ` Anthony Liguori
2009-07-26 14:01 ` Avi Kivity
0 siblings, 2 replies; 3+ messages in thread
From: Glauber Costa @ 2009-07-21 23:57 UTC (permalink / raw)
To: kvm; +Cc: avi
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
Signed-off-by: Glauber Costa <glommer@redhat.com>
---
qemu-kvm.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
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;
}
--
1.6.2.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] fix serious regression
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
1 sibling, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2009-07-22 13:04 UTC (permalink / raw)
To: Glauber Costa; +Cc: kvm, avi
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
>
> Signed-off-by: Glauber Costa <glommer@redhat.com>
>
Does this mean the goofy MMIO thing isn't strictly needed?
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fix serious regression
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
1 sibling, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2009-07-26 14:01 UTC (permalink / raw)
To: Glauber Costa; +Cc: kvm
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-07-26 13:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).