mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 01:29:02 +02:00
I do not see any consistency about headers_install of <linux/kvm_para.h>
and <asm/kvm_para.h>.
According to my analysis of Linux 5.1-rc1, there are 3 groups:
[1] Both <linux/kvm_para.h> and <asm/kvm_para.h> are exported
alpha, arm, hexagon, mips, powerpc, s390, sparc, x86
[2] <asm/kvm_para.h> is exported, but <linux/kvm_para.h> is not
arc, arm64, c6x, h8300, ia64, m68k, microblaze, nios2, openrisc,
parisc, sh, unicore32, xtensa
[3] Neither <linux/kvm_para.h> nor <asm/kvm_para.h> is exported
csky, nds32, riscv
This does not match to the actual KVM support. At least, [2] is
half-baked.
Nor do arch maintainers look like they care about this. For example,
commit
|
||
|---|---|---|
| .. | ||
| a.out.h | ||
| bootinfo-amiga.h | ||
| bootinfo-apollo.h | ||
| bootinfo-atari.h | ||
| bootinfo-hp300.h | ||
| bootinfo-mac.h | ||
| bootinfo-q40.h | ||
| bootinfo-vme.h | ||
| bootinfo.h | ||
| byteorder.h | ||
| cachectl.h | ||
| fcntl.h | ||
| ioctls.h | ||
| Kbuild | ||
| param.h | ||
| poll.h | ||
| posix_types.h | ||
| ptrace.h | ||
| setup.h | ||
| sigcontext.h | ||
| signal.h | ||
| stat.h | ||
| swab.h | ||
| unistd.h | ||