Re: [RFC][Patch v8 1/7] KVM: Support for guest free page hinting

2019-02-05 Thread Nitesh Narayan Lal
On 2/5/19 11:27 AM, Michael S. Tsirkin wrote: > On Tue, Feb 05, 2019 at 08:06:33AM -0500, Nitesh Narayan Lal wrote: >> On 2/4/19 11:14 PM, Michael S. Tsirkin wrote: >>> On Mon, Feb 04, 2019 at 03:18:48PM -0500, Nitesh Narayan Lal wrote: This patch includes the following: 1. Basic

Re: [RFC][Patch v8 1/7] KVM: Support for guest free page hinting

2019-02-05 Thread Michael S. Tsirkin
On Tue, Feb 05, 2019 at 08:06:33AM -0500, Nitesh Narayan Lal wrote: > On 2/4/19 11:14 PM, Michael S. Tsirkin wrote: > > On Mon, Feb 04, 2019 at 03:18:48PM -0500, Nitesh Narayan Lal wrote: > >> This patch includes the following: > >> 1. Basic skeleton for the support > >> 2. Enablement of x86

Re: [RFC][Patch v8 1/7] KVM: Support for guest free page hinting

2019-02-05 Thread Nitesh Narayan Lal
On 2/4/19 11:14 PM, Michael S. Tsirkin wrote: > On Mon, Feb 04, 2019 at 03:18:48PM -0500, Nitesh Narayan Lal wrote: >> This patch includes the following: >> 1. Basic skeleton for the support >> 2. Enablement of x86 platform to use the same >> >> Signed-off-by: Nitesh Narayan Lal >> --- >>

Re: [RFC][Patch v8 1/7] KVM: Support for guest free page hinting

2019-02-04 Thread Michael S. Tsirkin
On Mon, Feb 04, 2019 at 03:18:48PM -0500, Nitesh Narayan Lal wrote: > This patch includes the following: > 1. Basic skeleton for the support > 2. Enablement of x86 platform to use the same > > Signed-off-by: Nitesh Narayan Lal > --- > arch/x86/Kbuild | 2 +- > arch/x86/kvm/Kconfig

[RFC][Patch v8 1/7] KVM: Support for guest free page hinting

2019-02-04 Thread Nitesh Narayan Lal
This patch includes the following: 1. Basic skeleton for the support 2. Enablement of x86 platform to use the same Signed-off-by: Nitesh Narayan Lal --- arch/x86/Kbuild | 2 +- arch/x86/kvm/Kconfig | 8 arch/x86/kvm/Makefile| 2 ++ include/linux/gfp.h