WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fix typo.

# HG changeset patch
# User Steven Hand <steven@xxxxxxxxxxxxx>
# Node ID c682ae7a17224dc5576ba3c5db47766b2a7dc159
# Parent  6a974a3f32a492a6657eabdf4cc4fd81198b06eb
Fix typo.

With this patch, a checked build of Windows Server 2003 can be installed
and run on top of a VMX domain.

Signed-off-by: Eddie Dong <eddie.dong@xxxxxxxxx>
Signed-off-by: Qing He <qing.he@xxxxxxxxx>
---
 xen/arch/x86/hvm/vmx/vmx.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 6a974a3f32a4 -r c682ae7a1722 xen/arch/x86/hvm/vmx/vmx.c
--- a/xen/arch/x86/hvm/vmx/vmx.c        Fri Sep 01 12:07:39 2006 +0100
+++ b/xen/arch/x86/hvm/vmx/vmx.c        Fri Sep 01 12:16:21 2006 +0100
@@ -1903,7 +1903,7 @@ static inline void vmx_do_msr_read(struc
         }
 
         rdmsr_safe(regs->ecx, regs->eax, regs->edx);
-        break;
+        return;
     }
 
     regs->eax = msr_content & 0xFFFFFFFF;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix typo., Xen patchbot-unstable <=