hw/arm/virt: Rename 'vbi' variables to 'vms'
commitc8ef2bda05af317819427c2fde7ebf061129c142
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jan 2017 11:40:21 +0000 (9 11:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jan 2017 11:40:21 +0000 (9 11:40 +0000)
tree24cb9ed89b3672f2e55a6dbe2054db238411985c
parent9ac4ef77c1b43d1c105975a3d469551886e65c35
hw/arm/virt: Rename 'vbi' variables to 'vms'

Rename all the variables which used to be VirtBoardInfo*
and are now VirtMachineState* so their names are in line
with the type being used.

Apart from the removal of the line 'VirtMachineState *vbi = vms;'
this commit is purely a search-and-replace of 'vbi' with 'vms'.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andrew Jones <drjones@redhat.com>
hw/arm/virt.c