[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3] ui/input-barrier: Move TODOs from barrier.txt to a comme
|
From: |
Laurent Vivier |
|
Subject: |
Re: [PATCH 2/3] ui/input-barrier: Move TODOs from barrier.txt to a comment |
|
Date: |
Thu, 29 Jul 2021 11:59:12 +0200 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
Le 27/07/2021 à 22:41, Peter Maydell a écrit :
> 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>
> ---
> docs/barrier.txt | 4 ----
> ui/input-barrier.c | 5 +++++
> 2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/docs/barrier.txt b/docs/barrier.txt
> index 376d0b2d709..54cb5fd8efc 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 81b8d04ec8d..2d57ca70791 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"
>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>