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] spinning during suspend

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] spinning during suspend
From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Date: Thu, 10 Jul 2008 14:54:40 +1000
Delivery-date: Wed, 09 Jul 2008 21:55:04 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcjiSQ+EFYC0JCvRSlmThJaAg4vQyw==
Thread-topic: spinning during suspend
I'm still working on the suspend code for windows under GPLPV, and am
having problems with SMP.

What is the best way to get the other CPU's spinning? What I'm doing is
cranking the IRQL right up to the highest level (eg disabling
interrupts) and then just making repeated calls to SCHEDOP_yield, but
that is really chewing through CPU and slowing everything down to a
crawl.

Any suggestions?

Thanks

James

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] spinning during suspend, James Harper <=