[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/5] Guestperf: miscellaneous refinement and enrichment
From: |
Peter Xu |
Subject: |
Re: [PATCH v3 0/5] Guestperf: miscellaneous refinement and enrichment |
Date: |
Tue, 3 Dec 2024 12:40:06 -0500 |
On Tue, Dec 03, 2024 at 10:15:57AM -0300, Fabiano Rosas wrote:
> We shouldn't be adding warnings to the build like that. When building
> static binaries, I'd assume the person at least knows there's a -static
> in there somewhere. If you're just building the system binaries and
> warnings start to show up, that's not good. Since this is just a side
> script that's very infrequently used, I don't think it justifies the
> extra warning.
Yeah this could be a valid point.
The main issue is I believe 99.999999% of people building qemu will not use
stress.c and the initrd at all. It means we could start burning some tiny
little more cpus all over the worlds for nothing.. the added warning is a
bad extra side effect of that.
So I wonder if it would make more sense to only build stress.c manually
like before, until some of the stress test would be put into either 'make
check' or CI flows. Then we decide whether to fix the warning or not.
--
Peter Xu