Re: [PATCH 8/9] Add VMRUN handler

2008-09-02 Thread Alexander Graf
On Sep 1, 2008, at 3:41 PM, Avi Kivity wrote: Alexander Graf wrote: This patch implements VMRUN. VMRUN enters a virtual CPU and runs that in the same context as the normal guest CPU would run. So basically it is implemented the same way, a normal CPU would do it. We also prepare all interc

Re: [PATCH 8/9] Add VMRUN handler

2008-09-01 Thread Avi Kivity
Alexander Graf wrote: This patch implements VMRUN. VMRUN enters a virtual CPU and runs that in the same context as the normal guest CPU would run. So basically it is implemented the same way, a normal CPU would do it. We also prepare all intercepts that get OR'ed with the original intercepts, as

[PATCH 8/9] Add VMRUN handler

2008-09-01 Thread Alexander Graf
This patch implements VMRUN. VMRUN enters a virtual CPU and runs that in the same context as the normal guest CPU would run. So basically it is implemented the same way, a normal CPU would do it. We also prepare all intercepts that get OR'ed with the original intercepts, as we do not allow a level