qemu/linux-headers
Paolo Bonzini aa274c33c3 update-linux-headers: import linux/kvm_para.h header
Right now QEMU is importing arch/x86/include/uapi/asm/kvm_para.h
because it includes definitions for kvmclock and for KVM CPUID
bits.  However, other definitions for KVM hypercall values and return
codes are included in include/uapi/linux/kvm_para.h and they will be
used by SEV-SNP.

To ensure that it is possible to include both <linux/kvm_para.h> and
"standard-headers/asm-x86/kvm_para.h" without conflicts, provide
linux/kvm_para.h as a portable header too, and forward linux-headers/
files to those in include/standard-headers.  Note that <linux/kvm_para.h>
will include architecture-specific definitions as well, but
"standard-headers/linux/kvm_para.h" will not because it can be used in
architecture-independent files.

This could easily be extended to other architectures, but right now
they do not need any symbol in their specific kvm_para.h files.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2024-06-05 11:01:06 +02:00
..
asm-arm linux-headers: update again to 5.8 2020-07-10 19:26:55 -04:00
asm-arm64 linux-headers: update to current kvm/next 2024-04-23 17:35:25 +02:00
asm-generic linux-headers: update to current kvm/next 2024-04-23 17:35:25 +02:00
asm-loongarch linux-headers: Update to current kvm/next 2024-06-05 11:01:06 +02:00
asm-mips linux-headers: update to current kvm/next 2024-04-23 17:35:25 +02:00
asm-powerpc linux-headers: update to current kvm/next 2024-04-23 17:35:25 +02:00
asm-riscv linux-headers: Update to current kvm/next 2024-06-05 11:01:06 +02:00
asm-s390 linux-headers: update to current kvm/next 2024-04-23 17:35:25 +02:00
asm-x86 update-linux-headers: import linux/kvm_para.h header 2024-06-05 11:01:06 +02:00
LICENSES linux-headers: Update to kernel mainline commit b357bf602 2018-06-22 13:28:35 +01:00
linux update-linux-headers: import linux/kvm_para.h header 2024-06-05 11:01:06 +02:00
COPYING linux-headers: update against Linux 5.7-rc3 2020-04-28 12:29:01 +02:00
README Add kernel header update script 2011-06-20 15:12:22 -03:00

Automatically imported Linux kernel headers.
Only use scripts/update-linux-headers.sh to update!