summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/segment_descriptor.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-27KVM: Use x86's segment descriptor struct instead of private definitionAvi Kivity1-29/+0
The x86 desc_struct unification allows us to remove segment_descriptor.h. Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-0/+29
This paves the way for multiple architecture support. Note that while ioapic.c could potentially be shared with ia64, it is also moved. Signed-off-by: Avi Kivity <avi@qumranet.com>