diff options
| author | Peter Maydell | 2021-07-27 22:41:11 +0200 |
|---|---|---|
| committer | Peter Maydell | 2021-08-02 13:55:51 +0200 |
| commit | 399a04775e7ac748834bf0431d31fdb0ae30b912 (patch) | |
| tree | bf12df09722634a525f80ab5d754449329158835 /ui | |
| parent | docs: Move the protocol part of barrier.txt into interop (diff) | |
| download | qemu-399a04775e7ac748834bf0431d31fdb0ae30b912.tar.gz qemu-399a04775e7ac748834bf0431d31fdb0ae30b912.tar.xz qemu-399a04775e7ac748834bf0431d31fdb0ae30b912.zip | |
ui/input-barrier: Move TODOs from barrier.txt to a comment
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
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/input-barrier.c | 5 |
1 files changed, 5 insertions, 0 deletions
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" |
