Re: [PATCH v2 1/3] util: Merge cacheflush.c and cacheinfo.c

2022-06-21 Thread Peter Maydell
On Tue, 21 Jun 2022 at 02:51, Richard Henderson wrote: > > Combine the two files into cacheflush.c. There's a couple of bits > that would be helpful to share between the two, and combining them > seems better than exporting the bits. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter

[PATCH v2 1/3] util: Merge cacheflush.c and cacheinfo.c

2022-06-20 Thread Richard Henderson
Combine the two files into cacheflush.c. There's a couple of bits that would be helpful to share between the two, and combining them seems better than exporting the bits. Signed-off-by: Richard Henderson --- util/cacheflush.c | 202 +- util/cacheinfo.