]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Drop duplicated code from qemuDomainDefValidateFeatures()
authorAndrea Bolognani <abologna@redhat.com>
Tue, 20 Nov 2018 14:15:54 +0000 (15:15 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 27 Nov 2018 16:12:09 +0000 (17:12 +0100)
commit094c97ffadda41bb2ce2dfe699710630218975f2
treed400a7cc39413c5896542a6a9f56073b5135bba6
parent167ba7d08dc24adacd47d9222df4c0fbe40560a4
qemu: Drop duplicated code from qemuDomainDefValidateFeatures()

Both VIR_DOMAIN_FEATURE_HPT and VIR_DOMAIN_FEATURE_HTM are
handled in the exact same way, so we can remove some duplicated
code without losing any functionality.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_domain.c