From Document/kvm/api.txt Application code obtains a pointer to the kvm_run structure by mmap()ing a vcpu fd. From that point, application code can control execution by changing fields in kvm_run prior to calling the KVM_RUN ioctl, and obtain information about the reason KVM_RUN returned by looking up structure members. I just want to point out that: [...]
Posts Tagged ‘kvm’
Export kernel address to user space by mmap in kvm
Posted in Tech, tagged kvm on January 27, 2010 | Leave a Comment »