On Mon, Nov 29, 2010 at 04:12:30PM +0200, Avi Kivity wrote:
> Currently page fault cr2 and nesting infomation are carried outside
> the fault data structure.  Instead they are placed in the vcpu struct,
> which results in confusion as global variables are manipulated instead
> of passing parameters.
> 
> Fix this issue by adding address and nested fields to struct x86_exception,
> so this struct can carry all information associated with a fault.
> 
> Signed-off-by: Avi Kivity <a...@redhat.com>
Tested-by: Gleb Natapov <g...@redhat.com>

--
                        Gleb.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to