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

[Xen-devel] [PATCH][SVM]Rename reset_to_realmode.

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH][SVM]Rename reset_to_realmode.
From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Date: Fri, 23 Mar 2007 12:22:00 +0100
Delivery-date: Fri, 23 Mar 2007 04:21:10 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcdtPXl33fU38XU1S9S4ckJzAsqg8A==
Thread-topic: [PATCH][SVM]Rename reset_to_realmode.
The current name "svm_do_vmmcall_reset_to_realmode" is misleading, as
there's no involvement of VMMCALL in the single usage of this function. 

I also made it a bit easier to read the code by not using the long form
to access the VMCB in svm_init_ap_context().

The patch also fixes one "space on the end of comment line" and a
miss-spelling of "physical". 

There is no functional change in this code, and I've tested SMP Vista64
with this for a few days.

Applies to c/s 14489. 

Signed off by: Mats Petersson (mats.petersson@xxxxxxx). 

--
Mats

Attachment: patch.rename_reset_to_realmode
Description: patch.rename_reset_to_realmode

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][SVM]Rename reset_to_realmode., Petersson, Mats <=