]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Treat missing QEMU 'thread_id' as non-fatal in JSON monitor
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 15 Feb 2010 14:41:50 +0000 (14:41 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 16 Feb 2010 14:33:34 +0000 (14:33 +0000)
commit535db41be8c18c369f43cddebd5071cc8d155d58
tree92f707b6f5a961d350e3f9ef17e4212770f1967b
parent9ab3fac841a9cb49bc81e36f6e209709ae82672a
Treat missing QEMU 'thread_id' as non-fatal in JSON monitor

The plain QEMU tree does not include 'thread_id' in the JSON
output. Thus we need to treat it as non-fatal if missing.

* src/qemu/qemu_monitor_json.c: Treat missing thread_id as non-fatal
src/qemu/qemu_monitor_json.c