public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch v5 0/7] KVM: Guest page hinting
@ 2017-11-28 20:03 nilal
  2017-11-28 20:03 ` [Patch v5 1/7] KVM: Support for guest " nilal
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: nilal @ 2017-11-28 20:03 UTC (permalink / raw)
  To: kvm, pbonzini, pagupta, wei.w.wang, yang.zhang.wz, riel, david,
	mst, dodgen, konrad.wilk

Changelog in v5:
        -Fix to automatically enable CONFIG_VIRTIO and CONFIG_VIRTIO_BALLOON with CONFIG_KVM_FREE_PAGE_HINTING
        -Moved virtio_ballon hinting_vq code under KVM_FREE_PAGE_HINTING ifdef
	-Changes to add VIRTIO_GUEST_PAGE_HINTING_VQ as guest feature which after feature negotiation with QEMU enables guest page hinting support if supported
        -Moved sysctl to vm_table struct from fs_table struct
        -Fix to disable posioning when guest page hinting is enabled
        -QEMU changes
                - Removed unencessary comment from page_hinting_request()
                - Removed extra variable 'i' from pop_hinting_addr()
		- Changes to support VIRTIO_GUEST_PAGE_HINTING_VQ feature negotiation

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?")

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

end of thread, other threads:[~2017-11-29 15:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-28 20:03 [Patch v5 0/7] KVM: Guest page hinting nilal
2017-11-28 20:03 ` [Patch v5 1/7] KVM: Support for guest " nilal
2017-11-28 20:03 ` [Patch v5 2/7] KVM: Guest page hinting functionality nilal
2017-11-28 20:03 ` [Patch v5 3/7] KVM: Adding tracepoints for guest page hinting nilal
2017-11-28 20:03 ` [Patch v5 4/7] virtio: Exposes added descriptor to the other side synchronously nilal
2017-11-28 20:03 ` [Patch v5 5/7] KVM: Sending hyperlist to the host via hinting_vq nilal
2017-11-29 13:01   ` kbuild test robot
2017-11-29 13:42   ` kbuild test robot
2017-11-28 20:03 ` [Patch v5 6/7] KVM: Enabling guest page hinting via static key nilal
2017-11-29 13:01   ` kbuild test robot
2017-11-29 15:45   ` kbuild test robot
2017-11-28 20:03 ` [Patch v5 7/7] KVM: Disabling page poisoning to avoid memory corruption errors nilal
2017-11-28 20:04 ` [QEMU PATCH] kvm: Support for guest page hinting nilal

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