aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/irq.h
AgeCommit message (Collapse)AuthorFilesLines
2008-01-30KVM: Move irqchip declarations into new ioapic.h and lapic.hZhang Xiantao1-110/+5
This allows reuse of ioapic in ia64. Signed-off-by: Zhang Xiantao <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-0/+195
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 <[email protected]>