summaryrefslogtreecommitdiff
path: root/include/linux/fcdevice.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-07-02 16:41:20 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-07-02 16:41:20 -0700
commit12010107aaf417503b7e413d84f2554080aebfe2 (patch)
treed45381e6f3f14e4b18c65cff22d62128ae2e548c /include/linux/fcdevice.h
parentbe5583f5440217b114eb0a0c172d85d92d86dfbb (diff)
downloadkernel-linux-2.6.29.y.tar.gz
Linux 2.6.29.6linux-2.6.29.y
Diffstat (limited to 'include/linux/fcdevice.h')
0 files changed, 0 insertions, 0 deletions
8-12-14 17:17:27 +0100'>2018-12-14KVM: VMX: Move VMX instruction wrappers to a dedicated header fileSean Christopherson VMX has a few hundred lines of code just to wrap various VMX specific instructions, e.g. VMWREAD, INVVPID, etc... Move them to a dedicated header so it's easier to find/isolate the boilerplate. With this change, more inlines can be moved from vmx.c to vmx.h. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>