]> git.proxmox.com Git - mirror_qemu.git/commit
vl: rename local variable in configure_accelerators
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 2 Nov 2020 15:46:52 +0000 (10:46 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Dec 2020 17:52:06 +0000 (12:52 -0500)
commit7245ca7411d88e1b7c9205836c2852b20e3900a7
tree6338020d0933686c6688609cfaede32925e17b09
parent45c53fe64c28239b7504d00d76fe37ef31c0eefa
vl: rename local variable in configure_accelerators

Silly patch extracted from the next one, which is already big enough.

Because there are already local variables named "accel", we will name
the global vl.c variable for "-M accel" accelerators instead.  Rename
it already in configure_accelerators to be ready.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
softmmu/vl.c