Re: [PATCH] VMX: Return to userspace on invalid state emulation failure

2009-08-26 Thread Avi Kivity
On 08/25/2009 01:37 AM, Mohammed Gamal wrote: Return to userspace instead of repeatedly trying to emulate instructions that have already failed Signed-off-by: Mohammed Gamalm.gamal...@gmail.com --- arch/x86/kvm/vmx.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] VMX: Return to userspace on invalid state emulation failure

2009-08-26 Thread Mohammed Gamal
On Wed, Aug 26, 2009 at 12:02 PM, Avi Kivitya...@redhat.com wrote: On 08/25/2009 01:37 AM, Mohammed Gamal wrote: Return to userspace instead of repeatedly trying to emulate instructions that have already failed Signed-off-by: Mohammed Gamalm.gamal...@gmail.com ---  arch/x86/kvm/vmx.c |    

Re: [PATCH] VMX: Return to userspace on invalid state emulation failure

2009-08-26 Thread Avi Kivity
On 08/26/2009 01:07 PM, Mohammed Gamal wrote: On Wed, Aug 26, 2009 at 12:02 PM, Avi Kivitya...@redhat.com wrote: On 08/25/2009 01:37 AM, Mohammed Gamal wrote: Return to userspace instead of repeatedly trying to emulate instructions that have already failed Signed-off-by: Mohammed

Re: [PATCH] VMX: Return to userspace on invalid state emulation failure

2009-08-24 Thread Avi Kivity
On 08/24/2009 07:07 AM, Mohammed Gamal wrote: Return to userspace instead of repeatedly trying to emulate instructions that have already failed Signed-off-by: Mohammed Gamalm.gamal...@gmail.com --- arch/x86/kvm/vmx.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

[PATCH] VMX: Return to userspace on invalid state emulation failure

2009-08-24 Thread Mohammed Gamal
Return to userspace instead of repeatedly trying to emulate instructions that have already failed Signed-off-by: Mohammed Gamal m.gamal...@gmail.com --- arch/x86/kvm/vmx.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index

[PATCH] VMX: Return to userspace on invalid state emulation failure

2009-08-24 Thread Mohammed Gamal
Return to userspace instead of repeatedly trying to emulate instructions that have already failed Signed-off-by: Mohammed Gamal m.gamal...@gmail.com --- arch/x86/kvm/vmx.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index

[PATCH] VMX: Return to userspace on invalid state emulation failure

2009-08-23 Thread Mohammed Gamal
Return to userspace instead of repeatedly trying to emulate instructions that have already failed Signed-off-by: Mohammed Gamal m.gamal...@gmail.com --- arch/x86/kvm/vmx.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index