qemu-e2k/linux-headers
Liran Alon 1d33bea4d0 linux-headers: sync with latest KVM headers from Linux 5.2
Improve the KVM_{GET,SET}_NESTED_STATE structs by detailing the format
of VMX nested state data in a struct.

In order to avoid changing the ioctl values of
KVM_{GET,SET}_NESTED_STATE, there is a need to preserve
sizeof(struct kvm_nested_state). This is done by defining the data
struct as "data.vmx[0]". It was the most elegant way I found to
preserve struct size while still keeping struct readable and easy to
maintain. It does have a misfortunate side-effect that now it has to be
accessed as "data.vmx[0]" rather than just "data.vmx".

Because we are already modifying these structs, I also modified the
following:
* Define the "format" field values as macros.
* Rename vmcs_pa to vmcs12_pa for better readability.

Signed-off-by: Liran Alon <liran.alon@oracle.com>
Reviewed-by: Maran Wilson <maran.wilson@oracle.com>
Message-Id: <20190619162140.133674-7-liran.alon@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-06-21 13:23:47 +02:00
..
LICENSES linux-headers: Update to kernel mainline commit b357bf602 2018-06-22 13:28:35 +01:00
asm-arm linux headers: update against Linux 5.2-rc1 2019-05-21 16:58:56 +02:00
asm-arm64 linux headers: update against Linux 5.2-rc1 2019-05-21 16:58:56 +02:00
asm-generic linux headers: update against Linux 5.2-rc1 2019-05-21 16:58:56 +02:00
asm-mips linux headers: update against Linux 5.2-rc1 2019-05-21 16:58:56 +02:00
asm-powerpc linux headers: update against Linux 5.2-rc1 2019-05-21 16:58:56 +02:00
asm-s390 linux headers: update against Linux 5.2-rc1 2019-05-21 16:58:56 +02:00
asm-x86 linux-headers: sync with latest KVM headers from Linux 5.2 2019-06-21 13:23:47 +02:00
linux linux headers: update against Linux 5.2-rc1 2019-05-21 16:58:56 +02:00
COPYING Update Linux headers to 4.17-rc6 2018-06-01 15:14:31 +02:00
README Add kernel header update script 2011-06-20 15:12:22 -03:00

README

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