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][XM-TEST] Remove Obsolete startNow() Method

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Ewan Mellor <ewan@xxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][XM-TEST] Remove Obsolete startNow() Method
From: Daniel Stekloff <dsteklof@xxxxxxxxxx>
Date: Wed, 15 Mar 2006 20:46:43 -0800
Cc: Dan Smith <danms@xxxxxxxxxx>
Delivery-date: Thu, 16 Mar 2006 04:47:55 +0000
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/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
Hi,

This patch removes the startNow() method from the XmTestDomain object.
At one time, xm-test needed to wait for a domain to boot. There were two
different methods: start, which did a wait, and startNow, which didn't
wait. The wait was removed (except for HVM domains), so there's no
difference between start and startNow(). Better to remove it.

Thanks,

Dan

Attachment: xmtest-remove-startNow.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][XM-TEST] Remove Obsolete startNow() Method, Daniel Stekloff <=