]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Ignore non-boolean CPU model properties
authorJiri Denemark <jdenemar@redhat.com>
Wed, 11 Jan 2017 13:35:52 +0000 (14:35 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 12 Jan 2017 10:58:25 +0000 (11:58 +0100)
commit19e06cfa256e357fbc1b711de09784de351338d1
treec9507fa5d75a6848ad8dcd28db87aa68310d52df
parentec23791517861e3260ce5992c8fa7dcb0bedf06b
qemu: Ignore non-boolean CPU model properties

The query-cpu-model-expansion is currently implemented for s390(x) only
and all CPU properties it returns are booleans. However, x86
implementation will report more types of properties. Without making the
code more tolerant older libvirt would fail to probe newer QEMU
versions.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_monitor_json.c