Re: [libvirt] [PATCH] qemu: guest agent: introduce new error code VIR_ERR_AGENT_UNSYNCED

2016-09-07 Thread Maxim Nestratov
06-Sep-16 18:03, Michal Privoznik пишет: On 05.09.2016 18:42, Maxim Nestratov wrote: From: Yuri Pudgorodskiy A separate error code will help recognize real failures from necessity to try again Signed-off-by: Maxim Nestratov --- include/libvirt/virterror.h | 2 ++ src/qemu/qemu_agent.c

Re: [libvirt] [PATCH] qemu: guest agent: introduce new error code VIR_ERR_AGENT_UNSYNCED

2016-09-06 Thread Yuriy Pudgorodskiy
On 9/6/2016 6:03 PM, Michal Privoznik wrote: On 05.09.2016 18:42, Maxim Nestratov wrote: From: Yuri Pudgorodskiy A separate error code will help recognize real failures from necessity to try again Signed-off-by: Maxim Nestratov --- include/libvirt/virterror.h | 2 ++ src/qemu/qemu_agent.c

Re: [libvirt] [PATCH] qemu: guest agent: introduce new error code VIR_ERR_AGENT_UNSYNCED

2016-09-06 Thread Maxim Nestratov
06-Sep-16 18:03, Michal Privoznik пишет: On 05.09.2016 18:42, Maxim Nestratov wrote: From: Yuri Pudgorodskiy A separate error code will help recognize real failures from necessity to try again Signed-off-by: Maxim Nestratov --- include/libvirt/virterror.h | 2 ++ src/qemu/qemu_agent.c

Re: [libvirt] [PATCH] qemu: guest agent: introduce new error code VIR_ERR_AGENT_UNSYNCED

2016-09-06 Thread Michal Privoznik
On 05.09.2016 18:42, Maxim Nestratov wrote: > From: Yuri Pudgorodskiy > > A separate error code will help recognize real failures from > necessity to try again > > Signed-off-by: Maxim Nestratov > --- > include/libvirt/virterror.h | 2 ++ > src/qemu/qemu_agent.c | 6 +++--- > src/util/vi

[libvirt] [PATCH] qemu: guest agent: introduce new error code VIR_ERR_AGENT_UNSYNCED

2016-09-05 Thread Maxim Nestratov
From: Yuri Pudgorodskiy A separate error code will help recognize real failures from necessity to try again Signed-off-by: Maxim Nestratov --- include/libvirt/virterror.h | 2 ++ src/qemu/qemu_agent.c | 6 +++--- src/util/virerror.c | 6 ++ 3 files changed, 11 insertions(+),