diff --git a/docs/barrier.txt b/docs/barrier.txt index 376d0b2d70..54cb5fd8ef 100644 --- a/docs/barrier.txt +++ b/docs/barrier.txt @@ -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 diff --git a/ui/input-barrier.c b/ui/input-barrier.c index 81b8d04ec8..2d57ca7079 100644 --- a/ui/input-barrier.c +++ b/ui/input-barrier.c @@ -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"