[kvm-devel] [patch] (big) real mode emulation - mul instruction from group 3

2007-10-30 Thread Nitin A Kamble
Hi Avi, Attached is the patch to implement mul instruction from the group 3 opcodes. Please Apply. -- Thanks Regards, Nitin Open Source Technology Center, Intel Corporation - The mind is like a parachute; it works much better

Re: [kvm-devel] [patch] (big) real mode emulation - mul instruction from group 3

2007-10-30 Thread Avi Kivity
Nitin A Kamble wrote: Hi Avi, Attached is the patch to implement mul instruction from the group 3 opcodes. diff --git a/drivers/kvm/x86_emulate.c b/drivers/kvm/x86_emulate.c index 3959c20..5815128 100644 --- a/drivers/kvm/x86_emulate.c +++ b/drivers/kvm/x86_emulate.c @@ -1034,6

Re: [kvm-devel] [patch] (big) real mode emulation - mul instruction from group 3

2007-10-30 Thread Nitin A Kamble
On Tue, 2007-10-30 at 17:53 -0700, Avi Kivity wrote: This is missing a break;. Hi Avi, You are right. The break statement should be there. It was my mistake while getting the patch out from the test tree to the push tree. Even if it is a small patch I should not retype it. How are you