From mboxrd@z Thu Jan 1 00:00:00 1970 From: nilal@redhat.com Subject: [Patch v6 0/7] KVM: Guest page hinting Date: Fri, 1 Dec 2017 12:31:29 -0500 Message-ID: <20171201173136.849-1-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 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:17772 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751421AbdLARbj (ORCPT ); Fri, 1 Dec 2017 12:31:39 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Changelog in v6: -Moved CONFIG_KVM_FREE_PAGE_HINTING from virt/kvm/Kconfig to arch/x86/kvm/Kconfig in order to resolve conflicts with other architectures: *s390 has its own page hinting functionality *powerpc has its own arch_free_page implementation -Fixed the typo in virtio_balloon structure which caused compilation issues when guest page hinting was disabled -Separated init_vqs implementation with and without hinting_vq enablement based on the CONFIG_KVM_FREE_PAGE_HINTING ifdef 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?")