]> xenbits.xensource.com Git - libvirt.git/commit
qemu: use enum when setting PCI "multi" value, not 0 or 1
authorLaine Stump <laine@laine.org>
Mon, 11 Jan 2016 20:12:08 +0000 (15:12 -0500)
committerLaine Stump <laine@laine.org>
Mon, 11 Jan 2016 20:13:54 +0000 (15:13 -0500)
commit47b830370a09815c28ff16899aaf45a0f277a46f
tree0f74a739c5bb5351f29056364eaba81f807e3827
parentbd04ad42e72861cda1624b8e79671b7ef3dcbf0b
qemu: use enum when setting PCI "multi" value, not 0 or 1

Use the VIR_TRISTATE_SWITCH_* enums appropriately.

No functional change.
src/qemu/qemu_command.c