Re: [PATCH 0/3] kvm: fix cr0 initialization on SIPI reset

2009-10-25 Thread Avi Kivity
On 10/24/2009 06:49 AM, Eduardo Habkost wrote: Hi, The following patches fix a bug on the SIPI reset code for SVM. cr0 was not being reset properly, making KVM keep the vcpu on paging mode, thus not being able to run the real-mode boostrap code. This bug was reported at:

[PATCH 0/3] kvm: fix cr0 initialization on SIPI reset

2009-10-23 Thread Eduardo Habkost
Hi, The following patches fix a bug on the SIPI reset code for SVM. cr0 was not being reset properly, making KVM keep the vcpu on paging mode, thus not being able to run the real-mode boostrap code. This bug was reported at: https://bugzilla.redhat.com/show_bug.cgi?id=525699 The first patch is