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 2/23] minor clean up of sync_vcpu_execstate()

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH 2/23] minor clean up of sync_vcpu_execstate()
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Fri, 12 Oct 2007 12:51:35 +0900
Cc: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Delivery-date: Thu, 11 Oct 2007 20:52:06 -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
# HG changeset patch
# User yamahata@xxxxxxxxxxxxx
# Date 1189761001 -32400
# Node ID 54e29e0600f6e3e6e8e51b1388abf82d55244792
# Parent  781397ad18973f5f71955dbd4fe1fa1b0b4c422c
clean up of sync_vcpu_execstate.
vmx_save_state() is called by context_switch()
PATCHNAME: clean_up_of_sync_vcpu_execstate

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>

diff -r 781397ad1897 -r 54e29e0600f6 xen/arch/ia64/xen/domain.c
--- a/xen/arch/ia64/xen/domain.c        Thu Sep 06 17:19:03 2007 +0900
+++ b/xen/arch/ia64/xen/domain.c        Fri Sep 14 18:10:01 2007 +0900
@@ -1552,8 +1552,6 @@ void sync_vcpu_execstate(struct vcpu *v)
 void sync_vcpu_execstate(struct vcpu *v)
 {
 //     __ia64_save_fpu(v->arch._thread.fph);
-//     if (VMX_DOMAIN(v))
-//             vmx_save_state(v);
        // FIXME SMP: Anything else needed here for SMP?
 }
 

Attachment: 16052_54e29e0600f6_clean_up_of_sync_vcpu_execstate.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 2/23] minor clean up of sync_vcpu_execstate(), Isaku Yamahata <=