qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH v2 4/4] vl: remove unnecessary #ifdef CONFIG_T


From: Valluri, Amarnath
Subject: Re: [Qemu-trivial] [PATCH v2 4/4] vl: remove unnecessary #ifdef CONFIG_TPM
Date: Thu, 26 Oct 2017 07:03:58 +0000

On Tue, 2017-10-24 at 09:20 -0300, Philippe Mathieu-Daudé wrote:
> a stub is now provided.
> 
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> Tested-by: Richard W.M. Jones <address@hidden>

Reviewed-by: Amarnath Valluri <address@hidden>

> ---
>  vl.c | 2 --
>  1 file changed, 2 deletions(-)
> Reviewed-by:
> diff --git a/vl.c b/vl.c
> index 0723835bbf..ec299099ff 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -4624,11 +4624,9 @@ int main(int argc, char **argv, char **envp)
>          exit(1);
>      }
>  
> -#ifdef CONFIG_TPM
>      if (tpm_init() < 0) {
>          exit(1);
>      }
> -#endif
>  
>      /* init the bluetooth world */
>      if (foreach_device_config(DEV_BT, bt_parse))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]