* [PATCH] qom.json: default the prealloc-threads to smp-cpus
@ 2022-11-03 10:47 Zhenyu Zhang
2022-11-03 11:00 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 7+ messages in thread
From: Zhenyu Zhang @ 2022-11-03 10:47 UTC (permalink / raw)
To: qemu-devel; +Cc: zhenyzha, shan.gavin, liuyd.fnst, eric.auger
Since the amount of prealloc-threads to smp-cpus is
defaulted in hostmem, so sync this information.
Signed-off-by: Zhenyu Zhang <zhenyzha@redhat.com>
---
qapi/qom.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/qom.json b/qapi/qom.json
index 87fcad2423..ac4cd213a7 100644
--- a/qapi/qom.json
+++ b/qapi/qom.json
@@ -576,7 +576,7 @@
#
# @prealloc: if true, preallocate memory (default: false)
#
-# @prealloc-threads: number of CPU threads to use for prealloc (default: 1)
+# @prealloc-threads: number of CPU threads to use for prealloc (default: smp-cpus) (since 7.1)
#
# @prealloc-context: thread context to use for creation of preallocation threads
# (default: none) (since 7.2)
--
2.31.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] qom.json: default the prealloc-threads to smp-cpus
2022-11-03 10:47 [PATCH] qom.json: default the prealloc-threads to smp-cpus Zhenyu Zhang
@ 2022-11-03 11:00 ` Philippe Mathieu-Daudé
2022-11-04 1:57 ` Zhenyu Zhang
2022-11-04 4:53 ` Markus Armbruster
0 siblings, 2 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-11-03 11:00 UTC (permalink / raw)
To: Zhenyu Zhang, qemu-devel
Cc: shan.gavin, liuyd.fnst, eric.auger, Igor Mammedov,
Markus Armbruster
On 3/11/22 11:47, Zhenyu Zhang wrote:
> Since the amount of prealloc-threads to smp-cpus is
> defaulted in hostmem, so sync this information.
>
> Signed-off-by: Zhenyu Zhang <zhenyzha@redhat.com>
> ---
> qapi/qom.json | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qapi/qom.json b/qapi/qom.json
> index 87fcad2423..ac4cd213a7 100644
> --- a/qapi/qom.json
> +++ b/qapi/qom.json
> @@ -576,7 +576,7 @@
> #
> # @prealloc: if true, preallocate memory (default: false)
> #
> -# @prealloc-threads: number of CPU threads to use for prealloc (default: 1)
> +# @prealloc-threads: number of CPU threads to use for prealloc (default: smp-cpus) (since 7.1)
The property is present since 5.0. Shouldn't this be "(default:
smp-cpus) (since 5.0)"?
> #
> # @prealloc-context: thread context to use for creation of preallocation threads
> # (default: none) (since 7.2)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] qom.json: default the prealloc-threads to smp-cpus
2022-11-03 11:00 ` Philippe Mathieu-Daudé
@ 2022-11-04 1:57 ` Zhenyu Zhang
2022-11-04 9:29 ` Philippe Mathieu-Daudé
2022-11-04 4:53 ` Markus Armbruster
1 sibling, 1 reply; 7+ messages in thread
From: Zhenyu Zhang @ 2022-11-04 1:57 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: qemu-devel, shan.gavin, liuyd.fnst, eric.auger, Igor Mammedov,
Markus Armbruster
Hello Philippe
I checked out this modified patch:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg888815.html
It should have been merged in 7.1
On Thu, Nov 3, 2022 at 7:00 PM Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> On 3/11/22 11:47, Zhenyu Zhang wrote:
> > Since the amount of prealloc-threads to smp-cpus is
> > defaulted in hostmem, so sync this information.
> >
> > Signed-off-by: Zhenyu Zhang <zhenyzha@redhat.com>
> > ---
> > qapi/qom.json | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/qapi/qom.json b/qapi/qom.json
> > index 87fcad2423..ac4cd213a7 100644
> > --- a/qapi/qom.json
> > +++ b/qapi/qom.json
> > @@ -576,7 +576,7 @@
> > #
> > # @prealloc: if true, preallocate memory (default: false)
> > #
> > -# @prealloc-threads: number of CPU threads to use for prealloc (default: 1)
> > +# @prealloc-threads: number of CPU threads to use for prealloc (default: smp-cpus) (since 7.1)
>
> The property is present since 5.0. Shouldn't this be "(default:
> smp-cpus) (since 5.0)"?
>
> > #
> > # @prealloc-context: thread context to use for creation of preallocation threads
> > # (default: none) (since 7.2)
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] qom.json: default the prealloc-threads to smp-cpus
2022-11-03 11:00 ` Philippe Mathieu-Daudé
2022-11-04 1:57 ` Zhenyu Zhang
@ 2022-11-04 4:53 ` Markus Armbruster
2022-11-04 13:21 ` Igor Mammedov
1 sibling, 1 reply; 7+ messages in thread
From: Markus Armbruster @ 2022-11-04 4:53 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: Zhenyu Zhang, qemu-devel, shan.gavin, liuyd.fnst, eric.auger,
Igor Mammedov, Markus Armbruster
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> On 3/11/22 11:47, Zhenyu Zhang wrote:
>> Since the amount of prealloc-threads to smp-cpus is
>> defaulted in hostmem, so sync this information.
Has this always defaulted to smp-cpus, or did this change along the way?
>> Signed-off-by: Zhenyu Zhang <zhenyzha@redhat.com>
>> ---
>> qapi/qom.json | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> diff --git a/qapi/qom.json b/qapi/qom.json
>> index 87fcad2423..ac4cd213a7 100644
>> --- a/qapi/qom.json
>> +++ b/qapi/qom.json
>> @@ -576,7 +576,7 @@
>> #
>> # @prealloc: if true, preallocate memory (default: false)
>> #
>> -# @prealloc-threads: number of CPU threads to use for prealloc (default: 1)
>> +# @prealloc-threads: number of CPU threads to use for prealloc (default: smp-cpus) (since 7.1)
>
> The property is present since 5.0. Shouldn't this be "(default: smp-cpus) (since 5.0)"?
Yes.
>> #
>> # @prealloc-context: thread context to use for creation of preallocation threads
>> # (default: none) (since 7.2)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] qom.json: default the prealloc-threads to smp-cpus
2022-11-04 1:57 ` Zhenyu Zhang
@ 2022-11-04 9:29 ` Philippe Mathieu-Daudé
2022-11-04 9:44 ` Zhenyu Zhang
0 siblings, 1 reply; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-11-04 9:29 UTC (permalink / raw)
To: Zhenyu Zhang
Cc: qemu-devel, shan.gavin, liuyd.fnst, eric.auger, Igor Mammedov,
Markus Armbruster
On 4/11/22 02:57, Zhenyu Zhang wrote:
> Hello Philippe
>
> I checked out this modified patch:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg888815.html
> It should have been merged in 7.1
This changed the default value, not the property availability.
IIUC the '(since X)' format document when a property got added,
regardless its default value.
This property is available since 5.0.
The default value changed in 7.1. You are correct we need to update
the new value in documentation, but the 'since' tag should refer
to when the property got added: 5.0.
> On Thu, Nov 3, 2022 at 7:00 PM Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>>
>> On 3/11/22 11:47, Zhenyu Zhang wrote:
>>> Since the amount of prealloc-threads to smp-cpus is
>>> defaulted in hostmem, so sync this information.
>>>
>>> Signed-off-by: Zhenyu Zhang <zhenyzha@redhat.com>
>>> ---
>>> qapi/qom.json | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/qapi/qom.json b/qapi/qom.json
>>> index 87fcad2423..ac4cd213a7 100644
>>> --- a/qapi/qom.json
>>> +++ b/qapi/qom.json
>>> @@ -576,7 +576,7 @@
>>> #
>>> # @prealloc: if true, preallocate memory (default: false)
>>> #
>>> -# @prealloc-threads: number of CPU threads to use for prealloc (default: 1)
>>> +# @prealloc-threads: number of CPU threads to use for prealloc (default: smp-cpus) (since 7.1)
>>
>> The property is present since 5.0. Shouldn't this be "(default:
>> smp-cpus) (since 5.0)"?
>>
>>> #
>>> # @prealloc-context: thread context to use for creation of preallocation threads
>>> # (default: none) (since 7.2)
>>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] qom.json: default the prealloc-threads to smp-cpus
2022-11-04 9:29 ` Philippe Mathieu-Daudé
@ 2022-11-04 9:44 ` Zhenyu Zhang
0 siblings, 0 replies; 7+ messages in thread
From: Zhenyu Zhang @ 2022-11-04 9:44 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: qemu-devel, shan.gavin, liuyd.fnst, eric.auger, Igor Mammedov,
Markus Armbruster
Ok, many thanks for the clarification.
I'll post a v2 patch to correct it.
On Fri, Nov 4, 2022 at 5:29 PM Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> On 4/11/22 02:57, Zhenyu Zhang wrote:
> > Hello Philippe
> >
> > I checked out this modified patch:
> > https://www.mail-archive.com/qemu-devel@nongnu.org/msg888815.html
> > It should have been merged in 7.1
>
> This changed the default value, not the property availability.
>
> IIUC the '(since X)' format document when a property got added,
> regardless its default value.
>
> This property is available since 5.0.
>
> The default value changed in 7.1. You are correct we need to update
> the new value in documentation, but the 'since' tag should refer
> to when the property got added: 5.0.
>
> > On Thu, Nov 3, 2022 at 7:00 PM Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
> >>
> >> On 3/11/22 11:47, Zhenyu Zhang wrote:
> >>> Since the amount of prealloc-threads to smp-cpus is
> >>> defaulted in hostmem, so sync this information.
> >>>
> >>> Signed-off-by: Zhenyu Zhang <zhenyzha@redhat.com>
> >>> ---
> >>> qapi/qom.json | 2 +-
> >>> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>>
> >>> diff --git a/qapi/qom.json b/qapi/qom.json
> >>> index 87fcad2423..ac4cd213a7 100644
> >>> --- a/qapi/qom.json
> >>> +++ b/qapi/qom.json
> >>> @@ -576,7 +576,7 @@
> >>> #
> >>> # @prealloc: if true, preallocate memory (default: false)
> >>> #
> >>> -# @prealloc-threads: number of CPU threads to use for prealloc (default: 1)
> >>> +# @prealloc-threads: number of CPU threads to use for prealloc (default: smp-cpus) (since 7.1)
> >>
> >> The property is present since 5.0. Shouldn't this be "(default:
> >> smp-cpus) (since 5.0)"?
> >>
> >>> #
> >>> # @prealloc-context: thread context to use for creation of preallocation threads
> >>> # (default: none) (since 7.2)
> >>
> >
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] qom.json: default the prealloc-threads to smp-cpus
2022-11-04 4:53 ` Markus Armbruster
@ 2022-11-04 13:21 ` Igor Mammedov
0 siblings, 0 replies; 7+ messages in thread
From: Igor Mammedov @ 2022-11-04 13:21 UTC (permalink / raw)
To: Markus Armbruster
Cc: Philippe Mathieu-Daudé, Zhenyu Zhang, qemu-devel, shan.gavin,
liuyd.fnst, eric.auger
On Fri, 04 Nov 2022 05:53:02 +0100
Markus Armbruster <armbru@redhat.com> wrote:
> Philippe Mathieu-Daudé <philmd@linaro.org> writes:
>
> > On 3/11/22 11:47, Zhenyu Zhang wrote:
> >> Since the amount of prealloc-threads to smp-cpus is
> >> defaulted in hostmem, so sync this information.
>
> Has this always defaulted to smp-cpus, or did this change along the way?
yes and no
(originally value was 1 with vl.c fixing it up to smp-cpus when
legacy -mem-prealloc was used)
ffac16fab33bb hostmem: introduce "prealloc-threads" property
however later on
2a4e02d104b1 hostmem: set default prealloc_threads to valid value
hack was merged (sigh),
brought back direct dependency on machine->smp.cpus to memory
allocation and that flipped default to number of smp-cpus.
> >> Signed-off-by: Zhenyu Zhang <zhenyzha@redhat.com>
> >> ---
> >> qapi/qom.json | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >> diff --git a/qapi/qom.json b/qapi/qom.json
> >> index 87fcad2423..ac4cd213a7 100644
> >> --- a/qapi/qom.json
> >> +++ b/qapi/qom.json
> >> @@ -576,7 +576,7 @@
> >> #
> >> # @prealloc: if true, preallocate memory (default: false)
> >> #
> >> -# @prealloc-threads: number of CPU threads to use for prealloc (default: 1)
> >> +# @prealloc-threads: number of CPU threads to use for prealloc (default: smp-cpus) (since 7.1)
> >
> > The property is present since 5.0. Shouldn't this be "(default: smp-cpus) (since 5.0)"?
>
> Yes.
>
> >> #
> >> # @prealloc-context: thread context to use for creation of preallocation threads
> >> # (default: none) (since 7.2)
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-11-04 13:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 10:47 [PATCH] qom.json: default the prealloc-threads to smp-cpus Zhenyu Zhang
2022-11-03 11:00 ` Philippe Mathieu-Daudé
2022-11-04 1:57 ` Zhenyu Zhang
2022-11-04 9:29 ` Philippe Mathieu-Daudé
2022-11-04 9:44 ` Zhenyu Zhang
2022-11-04 4:53 ` Markus Armbruster
2022-11-04 13:21 ` Igor Mammedov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).