Skip to content

Commit

Permalink
ui/input-barrier: Move TODOs from barrier.txt to a comment
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: [email protected]
  • Loading branch information
pm215 committed Aug 2, 2021
1 parent 6cb02f1 commit 399a047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/barrier.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 5 additions & 0 deletions ui/input-barrier.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 399a047

Please sign in to comment.