]> git.proxmox.com Git - mirror_qemu.git/commit - softmmu/vl.c
vl: Reduce scope of variables in configure_accelerators
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 9 Jan 2020 01:14:32 +0000 (12:14 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 22 Jan 2020 00:18:24 +0000 (14:18 -1000)
commit60ee355276a17f21aec4bfa9bdffa16102aa0b8b
tree499a2d3999d01df97202d10fcf173717026fe6ef
parent7970dc12e9b0688e3bed7dd366e76532fea501f7
vl: Reduce scope of variables in configure_accelerators

The accel_list and tmp variables are only used when manufacturing
-machine accel, options based on -accel.

Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
vl.c