3d9683cf3b
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
|
||
---|---|---|
.. | ||
agp.h | ||
alternative.h | ||
asm-offsets.h | ||
asmregs.h | ||
assembly.h | ||
atomic.h | ||
barrier.h | ||
bitops.h | ||
bug.h | ||
bugs.h | ||
cache.h | ||
cacheflush.h | ||
checksum.h | ||
cmpxchg.h | ||
compat_ucontext.h | ||
compat.h | ||
delay.h | ||
dma-mapping.h | ||
dma.h | ||
dwarf.h | ||
eisa_bus.h | ||
eisa_eeprom.h | ||
elf.h | ||
fb.h | ||
fixmap.h | ||
floppy.h | ||
ftrace.h | ||
futex.h | ||
grfioctl.h | ||
hardirq.h | ||
hardware.h | ||
hash.h | ||
hugetlb.h | ||
ide.h | ||
io.h | ||
irq.h | ||
irqflags.h | ||
kbdleds.h | ||
Kbuild | ||
kmap_types.h | ||
ldcw.h | ||
led.h | ||
linkage.h | ||
machdep.h | ||
mckinley.h | ||
mmu_context.h | ||
mmu.h | ||
mmzone.h | ||
module.h | ||
page.h | ||
parisc-device.h | ||
parport.h | ||
pci.h | ||
pdc_chassis.h | ||
pdc.h | ||
pdcpat.h | ||
perf_event.h | ||
perf.h | ||
pgalloc.h | ||
pgtable.h | ||
prefetch.h | ||
processor.h | ||
psw.h | ||
ptrace.h | ||
ropes.h | ||
rt_sigframe.h | ||
runway.h | ||
sections.h | ||
serial.h | ||
shmparam.h | ||
signal.h | ||
smp.h | ||
socket.h | ||
special_insns.h | ||
spinlock_types.h | ||
spinlock.h | ||
string.h | ||
superio.h | ||
switch_to.h | ||
syscall.h | ||
termios.h | ||
thread_info.h | ||
timex.h | ||
tlb.h | ||
tlbflush.h | ||
topology.h | ||
traps.h | ||
uaccess.h | ||
ucontext.h | ||
unaligned.h | ||
unistd.h | ||
unwind.h |