Re: [PATCH 0/2] vhot-net: Use kvm_memslots instead of vhost_memory to translate GPA to HVA
From: Takuya Yoshikawa <hidden>
Date: 2011-12-16 07:04:54
Also in:
kvm, lkml, virtualization
From: Takuya Yoshikawa <hidden>
Date: 2011-12-16 07:04:54
Also in:
kvm, lkml, virtualization
(2011/12/16 14:32), zanghongyong@huawei.com wrote:
From: Hongyong Zang<redacted> Vhost-net uses its own vhost_memory, which results from user space (qemu) info, to translate GPA to HVA. Since kernel's kvm structure already maintains the address relationship in its member *kvm_memslots*, these patches use kernel's kvm_memslots directly without the need of initialization and maintenance of vhost_memory.
Isn't vhost independent from KVM? Takuya