[PATCH 0/4] vl: Fixes for cleanups to -accel

Richard Henderson posted 4 patches 4 years, 3 months ago
Test docker-mingw@fedora passed
Test asan failed
Test checkpatch passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200109021710.1219-1-richard.henderson@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
vl.c | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
[PATCH 0/4] vl: Fixes for cleanups to -accel
Posted by Richard Henderson 4 years, 3 months ago
Running qemu-system-foo with no options should not generate
a warning for "invalid accelerator bar".

Also, fix some mistakes made while moving the code from accel/accel.c.


r~


Richard Henderson (4):
  vl: Remove unused variable in configure_accelerators
  vl: Free accel_list in configure_accelerators
  vl: Remove useless test in configure_accelerators
  vl: Only choose enabled accelerators in configure_accelerators

 vl.c | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

-- 
2.20.1


Re: [PATCH 0/4] vl: Fixes for cleanups to -accel
Posted by Paolo Bonzini 4 years, 3 months ago
On 09/01/20 03:17, Richard Henderson wrote:
> Running qemu-system-foo with no options should not generate
> a warning for "invalid accelerator bar".
> 
> Also, fix some mistakes made while moving the code from accel/accel.c.
> 
> 
> r~
> 
> 
> Richard Henderson (4):
>   vl: Remove unused variable in configure_accelerators
>   vl: Free accel_list in configure_accelerators
>   vl: Remove useless test in configure_accelerators
>   vl: Only choose enabled accelerators in configure_accelerators
> 
>  vl.c | 25 ++++++++++++++++---------
>  1 file changed, 16 insertions(+), 9 deletions(-)
> 

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

I've queued it, but feel free to beat me to sending a pull request.

Paolo