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] [HVM][XENOPROFILE][PATCH][1/4] remove do_nmi() from AMD-V vm

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [HVM][XENOPROFILE][PATCH][1/4] remove do_nmi() from AMD-V vmexit handler
From: "Woller, Thomas" <thomas.woller@xxxxxxx>
Date: Thu, 19 Oct 2006 17:29:22 -0500
Delivery-date: Thu, 19 Oct 2006 15:32:26 -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: AcbzzgaeoKl/nwz8TMqEzT3QMExkNQ==
Thread-topic: [HVM][XENOPROFILE][PATCH][1/4] remove do_nmi() from AMD-V vmexit handler
Remove the do_nmi() call from the vmexit logic, as the NMI is held
pending
and will be handled in the context of the host when the STGI instruction
is executed.

This patch only modifies AMD-V code.

This patch is required even without the other Xenoprofile patches
applied.

Applies cleanly to c/s 11831.

Please apply to xen-unstable.hg regardless of the other patches.

We also want these patches to be in a 3.0.3-1 base whenever that is
branched.

Signed-off-by: Tom Woller <thomas.woller@xxxxxxx>

Thanks
 
  --Tom
 

Attachment: hvm_xenoprofile_1_remove_donmi.patch
Description: hvm_xenoprofile_1_remove_donmi.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [HVM][XENOPROFILE][PATCH][1/4] remove do_nmi() from AMD-V vmexit handler, Woller, Thomas <=