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] Intercept TS on SVM.

# HG changeset patch
# User Steven Hand <steven@xxxxxxxxxxxxx>
# Date 1190123965 -3600
# Node ID 15babb02bc75343309ba39438f0399e5f4de2d41
# Parent  3727f7570dff1a2982515ad316317d0d16d303b8
Intercept TS on SVM.

Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx>
---
 xen/arch/x86/hvm/svm/vmcb.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -r 3727f7570dff -r 15babb02bc75 xen/arch/x86/hvm/svm/vmcb.c
--- a/xen/arch/x86/hvm/svm/vmcb.c       Tue Sep 18 13:43:30 2007 +0100
+++ b/xen/arch/x86/hvm/svm/vmcb.c       Tue Sep 18 14:59:25 2007 +0100
@@ -119,7 +119,8 @@ static int construct_vmcb(struct vcpu *v
         GENERAL1_INTERCEPT_CPUID       | GENERAL1_INTERCEPT_INVD        |
         GENERAL1_INTERCEPT_HLT         | GENERAL1_INTERCEPT_INVLPG      | 
         GENERAL1_INTERCEPT_INVLPGA     | GENERAL1_INTERCEPT_IOIO_PROT   |
-        GENERAL1_INTERCEPT_MSR_PROT    | GENERAL1_INTERCEPT_SHUTDOWN_EVT;
+        GENERAL1_INTERCEPT_MSR_PROT    | GENERAL1_INTERCEPT_SHUTDOWN_EVT|
+        GENERAL1_INTERCEPT_TASK_SWITCH;
     vmcb->general2_intercepts = 
         GENERAL2_INTERCEPT_VMRUN       | GENERAL2_INTERCEPT_VMMCALL     |
         GENERAL2_INTERCEPT_VMLOAD      | GENERAL2_INTERCEPT_VMSAVE      |

_______________________________________________
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] Intercept TS on SVM., Xen patchbot-unstable <=