48322f0c37
It was introduced a while after the original GET/SET_CONFIG implementation in QEMU, but within the same QEMU release (2.12?). It is required by the vhost-user spec. Rte_vhost doesn't check it, so everything worked so far, but other implementations might (and should) reject our GET_CONFIG requests right now. As a part of this feature, we should also check the same flag before sending GET/SET_CONFIG messages to respect those devices that really don't implement F_CONFIG. This is done in a separate patch. Change-Id: Ib7e9b11a0074f4aee70609af0cad2ef59a8bf427 Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/417459 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>