Re: [PATCH 1/4] vl: Remove unused variable in configure_accelerators

2020-01-09 Thread Philippe Mathieu-Daudé
On 1/9/20 3:17 AM, Richard Henderson wrote: The accel_initialised variable no longer has any setters. Fixes: 6f6e1698a68c Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé --- vl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vl.c b/vl.c index

Re: [PATCH 1/4] vl: Remove unused variable in configure_accelerators

2020-01-09 Thread Aleksandar Markovic
On Thursday, January 9, 2020, Richard Henderson < richard.hender...@linaro.org> wrote: > The accel_initialised variable no longer has any setters. > > Fixes: 6f6e1698a68c > Signed-off-by: Richard Henderson > --- > vl.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > Reviewed by: Al

Re: [PATCH 1/4] vl: Remove unused variable in configure_accelerators

2020-01-09 Thread Alex Bennée
Richard Henderson writes: > The accel_initialised variable no longer has any setters. > > Fixes: 6f6e1698a68c > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > vl.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/vl.c b/vl.c > index 86474a55c9..

[PATCH 1/4] vl: Remove unused variable in configure_accelerators

2020-01-08 Thread Richard Henderson
The accel_initialised variable no longer has any setters. Fixes: 6f6e1698a68c Signed-off-by: Richard Henderson --- vl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vl.c b/vl.c index 86474a55c9..be79b03c1a 100644 --- a/vl.c +++ b/vl.c @@ -2749,7 +2749,6 @@ static void co