[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/5] include: Trim some fat from osdep.h
From: |
Peter Maydell |
Subject: |
Re: [PATCH 0/5] include: Trim some fat from osdep.h |
Date: |
Fri, 18 Feb 2022 12:18:47 +0000 |
On Tue, 8 Feb 2022 at 20:08, Peter Maydell <peter.maydell@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
- Re: [PATCH 5/5] include: Move hardware version declarations to new qemu/hw-version.h, (continued)
[PATCH 3/5] include: Move QEMU_MAP_* constants to mmap-alloc.h, Peter Maydell, 2022/02/08
[PATCH 4/5] include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h, Peter Maydell, 2022/02/08
[PATCH 2/5] include: Move qemu_mprotect_*() to new qemu/mprotect.h, Peter Maydell, 2022/02/08
Re: [PATCH 0/5] include: Trim some fat from osdep.h, Philippe Mathieu-Daudé, 2022/02/09
Re: [PATCH 0/5] include: Trim some fat from osdep.h,
Peter Maydell <=