qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC] [PATCHv3 00/12] aio / timers: Add AioContext time


From: Alex Bligh
Subject: Re: [Qemu-devel] [RFC] [PATCHv3 00/12] aio / timers: Add AioContext timers and use ppoll
Date: Thu, 25 Jul 2013 23:22:33 +0100



--On 25 July 2013 23:16:36 +0100 Alex Bligh <address@hidden> wrote:

* change comment in deprecation of clock options

This got missed due to my own inadequacy. Delta is below. It will be in
the next series.

--
Alex Bligh

commit 699c55b421822ad2d14b5520b04db8fa9f77c4e0
Author: Alex Bligh <address@hidden>
Date:   Thu Jul 25 23:19:52 2013 +0100

   aio / timers: fix comment in vl.c

diff --git a/vl.c b/vl.c
index 612c609..af04644 100644
--- a/vl.c
+++ b/vl.c
@@ -3714,9 +3714,8 @@ int main(int argc, char **argv, char **envp)
                old_param = 1;
                break;
            case QEMU_OPTION_clock:
-                /* Once upon a time we did:
-                 *   configure_alarms(optarg);
-                 * here. This is stubbed out for compatibility.
+                /* Clock options no longer exist.  Keep this option for
+                 * backward compatibility.
                 */
                break;
            case QEMU_OPTION_startdate:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]