]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: use qemuDomainMachineIsI440FX() in appropriate place
authorLaine Stump <laine@laine.org>
Wed, 29 Apr 2015 16:23:02 +0000 (12:23 -0400)
committerLaine Stump <laine@laine.org>
Mon, 11 May 2015 20:49:47 +0000 (16:49 -0400)
commitda558e72c4999d21d279ff2ab15f0b2446436c46
treee7eff1ea141765652266a2052f001cd7a5157c84
parent97e70a593589e8f0432a748b4b93c3cdc18b9e5a
qemu: use qemuDomainMachineIsI440FX() in appropriate place

This patch makes qemuValideDevicePCISlotsChipsets() more consistent in
appearance by replacing several clauses of an if with the equivalent
call to qemuDomainMachineIsI440FX. The if was checking exactly the
same items, just in a slightly different order.
src/qemu/qemu_command.c