|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Removing hvm_safe_block() from the SVM hlt function avoi
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID a2dce576313fe16644e6aea3ab7cb8105d1c8ad8
# Parent 5262bd9e9d1939baa369f4ec8cfcee341853cf47
Removing hvm_safe_block() from the SVM hlt function avoids SVM guest problems.
This is a temporary solution.
Signed-off-by: Tom Woller <thomas.woller@xxxxxxx>
diff -r 5262bd9e9d19 -r a2dce576313f xen/arch/x86/hvm/svm/svm.c
--- a/xen/arch/x86/hvm/svm/svm.c Mon Feb 27 17:44:38 2006
+++ b/xen/arch/x86/hvm/svm/svm.c Tue Feb 28 09:11:33 2006
@@ -1813,7 +1813,9 @@
next_wakeup = next_pit;
if ( next_wakeup != - 1 )
set_timer(¤t->arch.hvm_svm.hlt_timer, next_wakeup);
+/* temporary workaround for 8828/8822 evtchn patches causing SVM failure.
hvm_safe_block();
+*/
}
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Removing hvm_safe_block() from the SVM hlt function avoids SVM guest problems.,
Xen patchbot -unstable <=
|
|
|
|
|