• P
    conf: Reword error message to be more universal · bcefb507
    Peter Krempa 提交于
    The error message reported when attempting to change/get persistent
    configuration of a transient domain suggests that changes are being
    made. Reword it to suit getter APIs too.
    
    Before:
    $ virsh vcpucount transient-domain --config
    error: Requested operation is not valid: cannot change persistent config of a transient domain
    
    After:
    $ virsh vcpucount transient-domain --config
    error: Requested operation is not valid: transient domains do not have any persistent config
    bcefb507
domain_conf.c 543.1 KB