Re: [Qemu-devel] [PATCH] remove pending exception on vcpu reset.

2010-01-11 Thread Anthony Liguori
On 01/06/2010 08:30 AM, Gleb Natapov wrote: Without this qemu can even start on kvm modules with events support since default value of exception_injected in zero and this is #DE exception. Signed-off-by: Gleb Natapov Applied. Thanks. Regards, Anthony Liguori diff --git a/target-i386/kv

[Qemu-devel] [PATCH] remove pending exception on vcpu reset.

2010-01-06 Thread Gleb Natapov
Without this qemu can even start on kvm modules with events support since default value of exception_injected in zero and this is #DE exception. Signed-off-by: Gleb Natapov diff --git a/target-i386/kvm.c b/target-i386/kvm.c index de79eb7..4084503 100644 --- a/target-i386/kvm.c +++ b/target-i386/