From e218052f9288609bb8c53b31cae3bed7d7516728 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 6 Oct 2014 16:19:07 +0200 Subject: aio / timers: De-document -clock Commit 6d32717 "aio / timers: Remove alarm timers" has issues: 1. It silently ignores -clock for backward compatibility. Incompatible change: -clock help no longer terminates the program. Tolerable. 2. Failed to update option documentation. In particular, -help still advises users to try -clock help for available timers. Drop all documentation on -clock. 3. The 'query-alarm-clock' example in docs/writing-commands.txt no longer works, and needs to be redone. Can't do that right now, so I just stick in a FIXME. Signed-off-by: Markus Armbruster Signed-off-by: Paolo Bonzini --- docs/writing-qmp-commands.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/writing-qmp-commands.txt b/docs/writing-qmp-commands.txt index 4d86c2477b..f3df2066a4 100644 --- a/docs/writing-qmp-commands.txt +++ b/docs/writing-qmp-commands.txt @@ -365,6 +365,8 @@ documentation for information about the other types. === User Defined Types === +FIXME This example needs to be redone after commit 6d32717 + For this example we will write the query-alarm-clock command, which returns information about QEMU's timer alarm. For more information about it, please check the "-clock" command-line option. -- cgit v1.2.1