generator: Mark wait_ready as deprecated.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 17 May 2011 14:51:25 +0000 (15:51 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 17 May 2011 16:05:12 +0000 (17:05 +0100)
The function has been a no op for a very long time.  By marking
it as deprecated we make it clear that you shouldn't call it
in new code.

generator/generator_actions.ml

index 5db24af..41a0167 100644 (file)
@@ -113,7 +113,7 @@ using L<qemu(1)>.
 You should call this after configuring the handle
 (eg. adding drives) but before performing any actions.");
 
-  ("wait_ready", (RErr, [], []), -1, [NotInFish],
+  ("wait_ready", (RErr, [], []), -1, [NotInFish; DeprecatedBy "launch"],
    [],
    "wait until the qemu subprocess launches (no op)",
    "\