Re: [PATCH] ch: Report VIR_DRV_FEATURE_NETWORK_UPDATE_HAS_CORRECT_ORDER as supported

2022-02-11 Thread Andrea Bolognani
On Wed, Feb 09, 2022 at 01:58:07PM +0100, Michal Privoznik wrote: > 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

[PATCH] ch: Report VIR_DRV_FEATURE_NETWORK_UPDATE_HAS_CORRECT_ORDER as supported

2022-02-09 Thread Michal Privoznik
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