• J
    conf: Allow error reporting in virDomainDiskSourceIsBlockType · 36025c55
    John Ferlan 提交于
    Rather than provide a somewhat generic error message when the API
    returns false, allow the caller to supply a "report = true" option
    in order to cause virReportError's to describe which of the 3 paths
    that can cause failure.
    
    Some callers don't care about what caused the failure, they just want
    to have a true/false - for those, calling with report = false should
    be sufficient.
    36025c55
domain_conf.h 102.3 KB