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] svm: Fix the build.

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1205834756 0
# Node ID 9b0ee101c2e2940e52c14ed8c652f18b8b816fb3
# Parent  8325f200e19414d998b7625f2e3cf786a6d3d3a3
svm: Fix the build.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 xen/arch/x86/hvm/svm/svm.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 8325f200e194 -r 9b0ee101c2e2 xen/arch/x86/hvm/svm/svm.c
--- a/xen/arch/x86/hvm/svm/svm.c        Mon Mar 17 11:39:50 2008 +0000
+++ b/xen/arch/x86/hvm/svm/svm.c        Tue Mar 18 10:05:56 2008 +0000
@@ -1170,7 +1170,7 @@ static void svm_vmexit_do_hlt(struct vmc
 
     inst_len = __get_instruction_length(curr, INSTR_HLT, NULL);
     if ( inst_len == 0 )
-        return 0;
+        return;
     __update_guest_eip(regs, inst_len);
 
     /* Check for pending exception or new interrupt. */

_______________________________________________
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] svm: Fix the build., Xen patchbot-unstable <=