
On 07/26/12 12:29, Peter Krempa wrote:
This series fixes places where errors were not reset correctly and adds a function for resetting libvirt errors in virsh.
Peter Krempa (2): virsh: Refactor error clearing on graceful fallback paths virsh: Fix error resetting on fallback paths
tools/virsh-domain-monitor.c | 16 ++++++---------- tools/virsh-domain.c | 35 ++++++++++++----------------------- tools/virsh-network.c | 3 +-- tools/virsh-pool.c | 3 +-- tools/virsh-snapshot.c | 19 +++++++------------ tools/virsh.c | 13 +++++++++++-- 6 files changed, 38 insertions(+), 51 deletions(-)
self-NACK to this as I managed to get huge rebase conflicts with a patch of my own. I'll post a rebased version soon. Peter