Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KVM: Move ioapic code to common directory. | Zhang Xiantao | 2008-01-30 | 1 | -4/+3 |
| | | | | | | | Move ioapic code to common, since IA64 also needs it. Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com> | ||||
* | KVM: Move drivers/kvm/* to virt/kvm/ | Avi Kivity | 2008-01-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Avi Kivity <avi@qumranet.com> | ||||
* | KVM: Move arch dependent files to new directory arch/x86/kvm/ | Avi Kivity | 2008-01-30 | 1 | -0/+15 |
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> |