]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: turn if into switch in qemuDomainValidateDevicePCISlotsQ35
authorLaine Stump <laine@laine.org>
Wed, 25 Sep 2013 10:59:46 +0000 (06:59 -0400)
committerLaine Stump <laine@laine.org>
Wed, 25 Sep 2013 14:38:50 +0000 (10:38 -0400)
commitc484fe16cb58174b9ea1c532eeea70be5893ca3c
tree57062a296fa1e396815b9d5e76d372caae85fa6f
parentb83d26f6c434f80c71a2a7a0823b1ec16b798ca3
qemu: turn if into switch in qemuDomainValidateDevicePCISlotsQ35

This will make it simpler to add checks for other types of
controllers.

This is a prerequisite for patches to resolve:

   https://bugzilla.redhat.com/show_bug.cgi?id=1003983
src/qemu/qemu_command.c