On Tue, 8 Feb 2022 at 20:08, Peter Maydell <peter.mayd...@linaro.org> wrote: > > The osdep.h header is included by every C file we compile, so it helps > build times to keep it small. (As the comment at the top of the file > notes, in an ideal world this header would contain only things that > everybody needs and things where we need to apply a compatibility > workaround on some hosts.) This series trims more than 130 lines from > osdep.h (about 16% of its current size) by splitting some prototypes > that are used only in a few files out into new headers that are > included by those source files that need them.
Applied to target-arm.next, thanks. -- PMM