Re: hva_to_pfn and memory leak

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




22.11.2012, 18:13, "Koshelev Vladimir" <Vedun-Z@xxxxxxxxx>:
&gt; Hello, guys!
&gt;
&gt; I have written paravirtual interface for GPA->HPA translation inside guest. I build GPA->HPA translation table in guest virtual memory.
&gt; To do this, I need to translate userspace virtual address from  memslot to host physical address. I use hva_to_pfn for it. It works fine, but linux doesn't free the guest
&gt; memory after guest power off. After testing I have found that cause of memory leak is hva_to_pfg call. You can find my code at http://pastebin.com/0zBV2aPN.
&gt; Do I translate hva to hpa in the right way?
&gt;
&gt; I do this patch for RHEL Linux Kernel 2.6.32-279.5.2.el6 because I use CentOS 6.3.
&gt;
&gt; Thanks!
&gt;
&gt; Vladimir.

Fixed.

I have found that kvm_release_pfn_clean is necessary for this case. Before that I thought hva_to_pfn just translates(doesn't map) the HVA, but it is not true. 
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux