Re: [RFC][PATCH v2] VMX: Invalid guest state emulation

2008-08-17 Thread Avi Kivity
Mohammed Gamal wrote: [Updated to take coding style and emulation loop issues in consideration] Applied, thanks. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain. -- To unsubscribe from this list: send the line unsubscribe kvm in the

Re: [RFC][PATCH v2] VMX: Invalid guest state emulation

2008-08-17 Thread Mohammed Gamal
On Sun, Aug 17, 2008 at 10:38 AM, Avi Kivity [EMAIL PROTECTED] wrote: Mohammed Gamal wrote: [Updated to take coding style and emulation loop issues in consideration] Applied, thanks. Would it be a problem if I re-send this patch as a patch series of smaller chunks? -- To unsubscribe from

Re: [RFC][PATCH v2] VMX: Invalid guest state emulation

2008-08-14 Thread Mohammed Gamal
[Updated to take coding style and emulation loop issues in consideration] Signed-off-by: Laurent Vivier [EMAIL PROTECTED] Signed-off-by: Guillaume Thouvenin [EMAIL PROTECTED] Signed-off-by: Mohammed Gamal [EMAIL PROTECTED] --- arch/x86/kvm/vmx.c | 235

[RFC][PATCH v2] VMX: Invalid guest state emulation

2008-08-13 Thread Mohammed Gamal
This patch aims to allow emulation whenever guest state is not valid for VMX operation. This usually happens in mode switches with guests such as older versions of gfxboot and FreeDOS with HIMEM. The patch aims to address this issue, it introduces the following: - A function that invokes the