public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch v3 0/5] KVM: Guest page hinting
@ 2017-10-10 18:39 nilal
  2017-10-10 18:39 ` [Patch v3 1/5] KVM: Support for guest " nilal
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: nilal @ 2017-10-10 18:39 UTC (permalink / raw)
  To: kvm, pbonzini, pagupta, wei.w.wang, yang.zhang.wz, riel, david,
	mst

The following patch-set proposes an efficient mechanism for handing freed memory between the guest and the host. It enables the guests with DAX (no page cache) to rapidly free and reclaim memory to and from the host respectively. 

Changelog in V3:
	-A new hinting_vq is added to virtio_balloon for the usage of guest page hinting
	-Implmentation to pass hyperlist entries to the host via hinting_vq
	-Basic functional testing for this support is done

Virtio interface changes are picked up from Wei's patch-set for Virtio-balloon enhancement[3]. "Wei, How would you like me to credit you in the final patch?")

[1] http://www.spinics.net/lists/kvm/msg153666.html
[2] https://www.spinics.net/lists/kvm/msg155471.html
[3] http://www.spinics.net/lists/kvm/msg152734.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-10-13 12:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-10 18:39 [Patch v3 0/5] KVM: Guest page hinting nilal
2017-10-10 18:39 ` [Patch v3 1/5] KVM: Support for guest " nilal
2017-10-13 11:47   ` kbuild test robot
2017-10-13 12:44   ` kbuild test robot
2017-10-10 18:39 ` [Patch v3 2/5] KVM: Guest page hinting functionality nilal
2017-10-10 18:39 ` [Patch v3 3/5] KVM: Adding tracepoints for guest page hinting nilal
2017-10-10 18:39 ` [Patch v3 4/5] virtio: Exposes added descriptor to the other side synchronously nilal
2017-10-10 18:39 ` [Patch v3 5/5] KVM: Sending hyperlist to the host via hinting_vq nilal
2017-10-13 11:44   ` kbuild test robot
2017-10-10 18:41 ` [QEMU PATCH] kvm: Support for guest page hinting nilal
2017-10-10 18:41   ` [PATCH] " nilal
2017-10-11 18:49 ` [Patch v3 0/5] KVM: Guest " Konrad Rzeszutek Wilk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox