Laszlo Ersek writes:
> * Commit ca230ff33f89 added the @arch field to @CpuInfoFast, but it failed
> to set the new field in qmp_query_cpus_fast(), when TARGET_S390X was not
> defined. The updated @query-cpus-fast example in "qapi-schema.json"
> showed "arch":"x86" only because qmp_query_cpu
On Thu, 26 Apr 2018 20:34:01 +0200
Laszlo Ersek wrote:
> * Commit ca230ff33f89 added the @arch field to @CpuInfoFast, but it failed
> to set the new field in qmp_query_cpus_fast(), when TARGET_S390X was not
> defined. The updated @query-cpus-fast example in "qapi-schema.json"
> showed "arch
* Commit ca230ff33f89 added the @arch field to @CpuInfoFast, but it failed
to set the new field in qmp_query_cpus_fast(), when TARGET_S390X was not
defined. The updated @query-cpus-fast example in "qapi-schema.json"
showed "arch":"x86" only because qmp_query_cpus_fast() calls g_malloc0()
to