• D
    Remove inappropriate use of VIR_ERR_NO_SUPPORT · 021251bd
    Daniel P. Berrange 提交于
    The VIR_ERR_NO_SUPPORT refers to an API which is not implemented.
    There is a separate VIR_ERR_CONFIG_UNSUPPORTED for XML config
    options that are not available with the current hypervisor.
    
    * src/qemu/qemu_conf.c, src/qemu/qemu_driver.c: Remove
      many VIR_ERR_NO_SUPPORT replace with VIR_ERR_CONFIG_UNSUPPORTED
    021251bd
qemu_driver.c 383.3 KB