Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-30 | KVM: Move kvm_vcpu_kick() to x86.c | Zhang Xiantao | |
Moving kvm_vcpu_kick() to x86.c. Since it should be common for all archs, put its declarations in <linux/kvm_host.h> Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com> | |||
2008-01-30 | KVM: Move arch dependent files to new directory arch/x86/kvm/ | Avi Kivity | |
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> |