]> xenbits.xensource.com Git - libvirt.git/commit
qemu_hotplug: rename a virDomainDeviceInfoPtr to avoid confusion
authorLaine Stump <laine@laine.org>
Mon, 18 Mar 2019 18:02:55 +0000 (14:02 -0400)
committerLaine Stump <laine@laine.org>
Mon, 25 Mar 2019 16:34:18 +0000 (12:34 -0400)
commit1c2866a1f6087837688c3c2beea08753dc6871d0
tree056d1e355377e6938d9e34197ca9f621296d982c
parent155064e0ed53b13701ff176c3f92605b1a850a9d
qemu_hotplug: rename a virDomainDeviceInfoPtr to avoid confusion

Having an InfoPtr named "dev" made my brain hurt. Renaming it to
"info" gives one less thing to confuse when looking at the code.

Signed-off-by: Laine Stump <laine@laine.org>
ACKed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_hotplug.c