]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove duplicated qemuAgentCheckError
authorJohn Ferlan <jferlan@redhat.com>
Fri, 7 Sep 2018 20:01:26 +0000 (16:01 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 11 Sep 2018 14:31:36 +0000 (10:31 -0400)
commit2cfc000f70d2ffd5db53cc725dba2f0472ce23d0
tree901a68cec3a9b62d428ae1724ba16ad574e64878
parent0376939dd03f490ff54398d569ec17b0a1150b49
qemu: Remove duplicated qemuAgentCheckError

Commit 5b3492fadb moved qemuAgentCheckError calls into
qemuAgentCommand for various reasons; however, subsequent
commit b1aa91e14 restored the call. So let's just remove
the duplicitous call from qemuAgentSetVCPUsCommand.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_agent.c