Re: [PATCH v2] qom.json: default the prealloc-threads to smp-cpus

2022-11-09 Thread Zhenyu Zhang
Many thanks for your patient review, I learned a lot. I will send v3 to correct it. On Wed, Nov 9, 2022 at 5:52 PM Markus Armbruster wrote: > > The subject is misleading, I'm afraid. It suggests you're changing the > default. You don't, you just fix its documentation. > > Zhenyu Zhang writes:

Re: [PATCH v2] qom.json: default the prealloc-threads to smp-cpus

2022-11-09 Thread Markus Armbruster
The subject is misleading, I'm afraid. It suggests you're changing the default. You don't, you just fix its documentation. Zhenyu Zhang writes: > Since the amount of prealloc-threads to smp-cpus is > defaulted in hostmem, so sync this information. Covering history could be helpful. Here's my

[PATCH v2] qom.json: default the prealloc-threads to smp-cpus

2022-11-04 Thread Zhenyu Zhang
Since the amount of prealloc-threads to smp-cpus is defaulted in hostmem, so sync this information. Signed-off-by: Zhenyu Zhang v1: https://www.mail-archive.com/qemu-devel@nongnu.org/msg919682.html Changelog = v2: * This property is available since 5.0. (Philippe)