]> xenbits.xensource.com Git - libvirt.git/commit
ch: Report VIR_DRV_FEATURE_NETWORK_UPDATE_HAS_CORRECT_ORDER as supported
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 9 Feb 2022 12:45:28 +0000 (13:45 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Feb 2022 12:14:02 +0000 (13:14 +0100)
commit70f8299285fac1533153832f47711fa1f0dbd3b6
tree939e902a7040e96465fdc41ec9782cc3b42540ec
parenta99d876a0f58b17160d55e9df0d0f42a417b89b8
ch: Report VIR_DRV_FEATURE_NETWORK_UPDATE_HAS_CORRECT_ORDER as supported

Even though the CH driver doesn't implement virNetworkUpdate()
API, when it does it will see the arguments in correct order.
This is similar to other drivers that don't implement the API,
like ESX, libxl, LXC, etc. Enabling this driver feature stops
clients from swapping the arguments (see comment in the API for
more info).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/ch/ch_driver.c