]> xenbits.xensource.com Git - libvirt.git/commit
drivers: Group global features together
authorAndrea Bolognani <abologna@redhat.com>
Wed, 16 Feb 2022 17:50:42 +0000 (18:50 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 7 Apr 2022 16:59:08 +0000 (18:59 +0200)
commita8682ab79150b6eee565478c7febdb3bb12ab64e
tree3ddb1b56da94f3be4b0eafeba309729f2122b1cc
parent4e6d0da550ec6a5e830b75603f17e6b9e3f4bb3a
drivers: Group global features together

All these features are supposed to be handled by the call to
virDriverFeatureIsGlobal() placed right above the switch
statement, so if any of them is actually encountered inside
the switch statement it means there's a bug in the driver and
we should report an error.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/ch/ch_driver.c
src/esx/esx_driver.c
src/libxl/libxl_driver.c
src/lxc/lxc_driver.c
src/network/bridge_driver.c
src/openvz/openvz_driver.c
src/qemu/qemu_driver.c