Xin, Xiaohui
2006-Oct-09 09:09 UTC
[Xen-devel][PATCH] [RESEND]A small fix to boot Windows on IA32
It''s sorry to resend it. The original patch may break some other HVM guest, so we resend it. The booting of Windows guest on IA32 is broken now. The patch fixes it. Since shadow_update_paging_modes() will modify v->arch.hvm_vcpu.hw_cr3, so we should always do shadow_update_paging_modes() before we writes to GUEST_CR3 with v->arch.hvm_vcpu.hw_cr3. Signed-off-by: Xiaohui Xin xiaohui.xin@intel.com Signed-off-by: Xin Li <xin.b.li@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Tim Deegan
2006-Oct-09 09:20 UTC
Re: [Xen-devel][PATCH] [RESEND]A small fix to boot Windows on IA32
Applied, thank you. Tim. At 17:09 +0800 on 09 Oct (1160413768), Xin, Xiaohui wrote:> The booting of Windows guest on IA32 is broken now. The patch fixes it. > > Since shadow_update_paging_modes() will modify v->arch.hvm_vcpu.hw_cr3, > > so we should always do shadow_update_paging_modes() before we writes to > GUEST_CR3 with > > v->arch.hvm_vcpu.hw_cr3. > > > > > > > > Signed-off-by: Xiaohui Xin xiaohui.xin@intel.com > > Signed-off-by: Xin Li <xin.b.li@intel.com> > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel