]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix error messages when dispatching guest agent commands
authorPeter Krempa <pkrempa@redhat.com>
Wed, 28 Nov 2012 12:30:40 +0000 (13:30 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 28 Nov 2012 15:36:34 +0000 (16:36 +0100)
commitd3337028f50b386d2a032e77f4c0e0af671301a3
tree743a7669d3fe96b7fead9b16cb8c30907f82d708
parent86727836c29e7ac6a7d3b7e7a7d423e731bba933
qemu: Fix error messages when dispatching guest agent commands

Error messages produced while dispatching guest agent commands didn't
have an apparent reference to the fact that they are dealing with guest
agent commands. This patch fixes up some of the messages to contain that
reference.
src/qemu/qemu_agent.c