• P
    virsh: Refactor error clearing on graceful fallback paths · 3df9626c
    Peter Krempa 提交于
    Virsh uses an error handler to save errors from libvirt. On some code
    paths it's needed to clear libvirt errors and continue on fallback code
    paths without reporting failure.
    
    This patch adds function vshResetLibvirtError() that clears error
    returned by libvirt and updates all places where the old two-line method
    was used.
    3df9626c
virsh-pool.c 44.8 KB