Re: [QEMU PATCH] KVM: Support for page hinting

2019-06-04 Thread Nitesh Narayan Lal
On 6/4/19 12:41 PM, Alexander Duyck wrote: > On Mon, Jun 3, 2019 at 10:04 AM Nitesh Narayan Lal wrote: >> Enables QEMU to call madvise on the pages which are reported >> by the guest kernel. >> >> Signed-off-by: Nitesh Narayan Lal >> --- >> hw/virtio/trace-events| 1 + >

Re: [QEMU PATCH] KVM: Support for page hinting

2019-06-04 Thread Alexander Duyck
On Mon, Jun 3, 2019 at 10:04 AM Nitesh Narayan Lal wrote: > > Enables QEMU to call madvise on the pages which are reported > by the guest kernel. > > Signed-off-by: Nitesh Narayan Lal > --- > hw/virtio/trace-events| 1 + > hw/virtio/virtio-balloon.c|

Re: [QEMU PATCH] KVM: Support for page hinting

2019-06-03 Thread Nitesh Narayan Lal
On 6/3/19 2:34 PM, Alexander Duyck wrote: > On Mon, Jun 3, 2019 at 10:04 AM Nitesh Narayan Lal wrote: >> Enables QEMU to call madvise on the pages which are reported >> by the guest kernel. >> >> Signed-off-by: Nitesh Narayan Lal > What commit-id is this meant to apply on top of? I can't apply t

Re: [QEMU PATCH] KVM: Support for page hinting

2019-06-03 Thread Nitesh Narayan Lal
On 6/3/19 2:34 PM, Alexander Duyck wrote: > On Mon, Jun 3, 2019 at 10:04 AM Nitesh Narayan Lal wrote: >> Enables QEMU to call madvise on the pages which are reported >> by the guest kernel. >> >> Signed-off-by: Nitesh Narayan Lal > What commit-id is this meant to apply on top of? I can't apply t

Re: [QEMU PATCH] KVM: Support for page hinting

2019-06-03 Thread Alexander Duyck
On Mon, Jun 3, 2019 at 10:04 AM Nitesh Narayan Lal wrote: > > Enables QEMU to call madvise on the pages which are reported > by the guest kernel. > > Signed-off-by: Nitesh Narayan Lal What commit-id is this meant to apply on top of? I can't apply this to the latest development version of QEMU.