]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_agent: Switch to virReportSystemError() on system error
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 27 Aug 2012 11:49:21 +0000 (13:49 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 27 Aug 2012 16:00:10 +0000 (18:00 +0200)
commit3e0cc6306aa7db2d3e55193aff21684c70b67ec6
tree09e11c03259486df3228d78bd844dd16c6d00a46
parentaa3e8bd4ca38f72f917d364448be3a87ee294627
qemu_agent: Switch to virReportSystemError() on system error

Currently, if a syscall in qemu_agent.c fails we report an internal
error even though we should be reporting a system error.
src/qemu/qemu_agent.c