public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: nilal@redhat.com
To: kvm@vger.kernel.org, pbonzini@redhat.com, pagupta@redhat.com,
	wei.w.wang@intel.com, yang.zhang.wz@gmail.com, riel@redhat.com,
	david@redhat.com, mst@redhat.com, dodgen@google.com,
	konrad.wilk@oracle.com
Subject: [Patch v5 0/7] KVM: Guest page hinting
Date: Tue, 28 Nov 2017 15:03:17 -0500	[thread overview]
Message-ID: <20171128200324.4432-1-nilal@redhat.com> (raw)

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

             reply	other threads:[~2017-11-28 20:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-28 20:03 nilal [this message]
2017-11-28 20:03 ` [Patch v5 1/7] KVM: Support for guest page hinting 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171128200324.4432-1-nilal@redhat.com \
    --to=nilal@redhat.com \
    --cc=david@redhat.com \
    --cc=dodgen@google.com \
    --cc=konrad.wilk@oracle.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=pagupta@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=riel@redhat.com \
    --cc=wei.w.wang@intel.com \
    --cc=yang.zhang.wz@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox