]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: don't log failure during QMP add-fd probe
authorEric Blake <eblake@redhat.com>
Tue, 5 Feb 2013 15:50:00 +0000 (08:50 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 5 Feb 2013 17:46:12 +0000 (10:46 -0700)
commit753020dc2c75af08b8a2ef5239345a5e85959e2b
treef37ad7a0d8cf0d184bb1c8024fadbd06914c1cc9
parent1eb7a909c42ad748d395df6c931d16d67aa29d6c
qemu: don't log failure during QMP add-fd probe

Otherwise, we get a lot of scary (but harmless) noise in the logs:

2013-02-05 15:35:48.555+0000: 8637: error : qemuMonitorJSONCheckError:353 : internal error unable to execute QEMU command 'add-fd': Parameter 'fdset-id' expects an existing fdset-id

one for every qemu 1.2 binary that we probe.

* src/qemu/qemu_monitor_json.c (qemuMonitorJSONAddFd): During
probe, avoid logging failures.
src/qemu/qemu_monitor_json.c