]> xenbits.xensource.com Git - libvirt.git/commit
conf: Use switch in virDomainDefFeaturesCheckABIStability()
authorAndrea Bolognani <abologna@redhat.com>
Thu, 1 Feb 2018 11:31:57 +0000 (12:31 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 13 Feb 2018 13:39:57 +0000 (14:39 +0100)
commita975c95967e5da43c231601913ccb2077c8434b6
tree1c4bea3273b3a0a2f2516b0b96c0e8c747a00eb4
parentf55fcb7e8f997d0f15b344c8653725624c7b37ee
conf: Use switch in virDomainDefFeaturesCheckABIStability()

The compiler can make sure we are handling all features.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_conf.c