KVM: selftests: Move APIC definitions into a separate file
authorJim Mattson <jmattson@google.com>
Fri, 4 Jun 2021 17:26:07 +0000 (10:26 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Jun 2021 17:09:31 +0000 (13:09 -0400)
commit150a282d43b89c054f88ec248cb2a294b3ab0a4d
treed56ff5c8cea8eccdc9cbd0ca9c82c791306d830e
parent966eefb8965798478c2a6de3aa35ec180323792d
KVM: selftests: Move APIC definitions into a separate file

Processor.h is a hodgepodge of definitions. Though the local APIC is
technically built into the CPU these days, move the APIC definitions
into a new header file: apic.h.

Signed-off-by: Jim Mattson <jmattson@google.com>
Reviewed-by: Oliver Upton <oupton@google.com>
Message-Id: <20210604172611.281819-9-jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/include/x86_64/apic.h [new file with mode: 0644]
tools/testing/selftests/kvm/include/x86_64/processor.h
tools/testing/selftests/kvm/include/x86_64/vmx.h