]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce new VIR_ERR_AGENT_UNRESPONSIVE error code
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 27 Aug 2012 10:24:59 +0000 (12:24 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 27 Aug 2012 16:00:10 +0000 (18:00 +0200)
commitaa3e8bd4ca38f72f917d364448be3a87ee294627
treecd22101b4ec7de26feec7bef134a595593085eaf
parent1fe6d219cbb6aa9befcf45e41775affd2b1f179d
Introduce new VIR_ERR_AGENT_UNRESPONSIVE error code

Currently, when guest agent is configured but not responsive
(e.g. due to appropriate service not running in the guest)
we return VIR_ERR_INTERNAL_ERROR. Both are wrong. Therefore
we need to introduce new error code to reflect this case.
include/libvirt/virterror.h
src/qemu/qemu_agent.c
src/qemu/qemu_driver.c
src/util/virterror.c