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-ia64-devel

[Xen-ia64-devel] [PATCH][RFC] fix ia64_leave_hypervisor

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH][RFC] fix ia64_leave_hypervisor
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Mon, 15 Oct 2007 14:50:49 +0900
Delivery-date: Sun, 14 Oct 2007 22:51:15 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.1i
fix ia64_leave_hypervisor. It doesn't restore cr.ifs depending on pNonSys.
However cr.ifs isn't preserved between vcpu context switch so that
hypervisor bits are leaked as ar.cfm to HVM domain.
This patche fixes it.


This issue is introduced by the following patch set.
Does the attached patch harm performance?

changeset:   13774:18a8e34e1211
user:        awilliam@xxxxxxxxxxxx
date:        Thu Feb 01 12:53:34 2007 -0700
files:       xen/arch/ia64/vmx/vmx_entry.S xen/arch/ia64/vmx/vmx_ivt.S 
xen/arch/ia64/vmx/vmx_minstate.h xen/arch/ia64/vmx/vmx_process.c
description:
[IA64] Optimize VTI domain hypercall path

Signed-off-by: Anthony Xu <anthony.xu@xxxxxxxxx>

-- 
yamahata

Attachment: 16116_79c5e792f49d_fix_ia64_leave_hypervisor.patch
Description: Text Data

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [PATCH][RFC] fix ia64_leave_hypervisor, Isaku Yamahata <=