ui/input-barrier: Move TODOs from barrier.txt to a comment
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Jul 2021 20:41:11 +0000 (21:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 2 Aug 2021 11:55:51 +0000 (12:55 +0100)
docs/barrier.txt has a couple of TODO notes about things to be
implemented in this device; move them into a comment in the
source code.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20210727204112.12579-3-peter.maydell@linaro.org

docs/barrier.txt
ui/input-barrier.c

index 376d0b2d70900b436080ff6a2a8135b505142424..54cb5fd8efcd5c3ae6c65915c2943b177fce5a9e 100644 (file)
@@ -45,8 +45,4 @@
 
         (qemu) object_del barrier0
         (qemu) object_add input-barrier,id=barrier0,name=VM-1
-* TO DO
-
-    - Enable SSL
-    - Manage SetOptions/ResetOptions commands
 
index 81b8d04ec8dae63f8da2e70917c94b2a6869499f..2d57ca70791b87943d925f045770e0ce48443031 100644 (file)
@@ -3,6 +3,11 @@
  *
  * This work is licensed under the terms of the GNU GPL, version 2 or later.
  * See the COPYING file in the top-level directory.
+ *
+ * TODO:
+ *
+ *  - Enable SSL
+ *  - Manage SetOptions/ResetOptions commands
  */
 
 #include "qemu/osdep.h"