Re: [libvirt] [PATCH v5 05/15] qemu_monitor: allow cpu props to be optional

2019-10-02 Thread Jiri Denemark
On Thu, Sep 19, 2019 at 16:24:56 -0400, Collin Walling wrote: > Some older s390 CPU models (e.g. z900) will not report props as a > response from query-cpu-model-expansion. As such, we should make the > props field optional when parsing the return data from the QMP response. > > Signed-off-by: Col

[libvirt] [PATCH v5 05/15] qemu_monitor: allow cpu props to be optional

2019-09-19 Thread Collin Walling
Some older s390 CPU models (e.g. z900) will not report props as a response from query-cpu-model-expansion. As such, we should make the props field optional when parsing the return data from the QMP response. Signed-off-by: Collin Walling --- src/qemu/qemu_capabilities.c | 10 -- src/qemu