Re: [Qemu-devel] [PATCHv4 3/4] qmp: add architecture specific cpu data for query-cpus-fast

2018-02-16 Thread Eric Blake
On 02/16/2018 06:04 AM, Viktor Mihajlovski wrote: The s390 CPU state can be retrieved without interrupting the VM execution. Extendend the CpuInfoFast union with architecture s/Extendend/Extend/ (And I mentioned this on my last review - it's no fun when new revisions miss picking up fixes)

[Qemu-devel] [PATCHv4 3/4] qmp: add architecture specific cpu data for query-cpus-fast

2018-02-16 Thread Viktor Mihajlovski
The s390 CPU state can be retrieved without interrupting the VM execution. Extendend the CpuInfoFast union with architecture specific data and an implementation for s390. Return data looks like this: [ {"thread-id":64301,"props":{"core-id":0}, "arch":"s390","cpu-state":"operating",