随笔分类 - KVM源代码
摘要:自己通过看代码总结的内核中包含kvm的文件夹: (1)Linux-3.17.4\Documentation\virtual\kvm\ (2)Linux-3.17.4\include\ (3)Linux-3.17.4\drivers\s390\kvm\ (4)Linux-3.17.4\virt\kvm
阅读全文
posted @ 2014-12-16 11:52
龙杉老师
摘要:/** Kernel-based Virtual Machine driver for Linux** This header defines architecture specific interfaces, x86 version** This work is licensed under th...
阅读全文
posted @ 2014-12-16 11:51
龙杉老师
摘要:#ifndef __LINUX_KVM_H#define __LINUX_KVM_H/** Userspace interface for /dev/kvm - kernel based virtual machine** Note: you must update KVM_API_VERSION ...
阅读全文
posted @ 2014-12-16 11:25
龙杉老师
摘要:#ifndef __KVM_HOST_H#define __KVM_HOST_H/** This work is licensed under the terms of the GNU GPL, version 2. See* the COPYING file in the top-level di...
阅读全文
posted @ 2014-12-16 11:20
龙杉老师
摘要:为了更加深入的学习虚拟化,因此我必须把KVM源代码搞清楚,这是一个必须要挖的坑。我会把自己的一些阅读的代码贴上来,可能会有理解不对的地方,希望和大家一起交流,请多提意见,以便于纠正错误。所用的内核版本为3.17.4。
阅读全文
posted @ 2014-12-16 11:17
龙杉老师