Re: [Qemu-devel] [PATCH 00/15] Postcopy: Hugepage support

2017-01-09 Thread Dr. David Alan Gilbert
* Fam Zheng (f...@redhat.com) wrote: > On Fri, 01/06 18:59, Dr. David Alan Gilbert wrote: > > * no-re...@patchew.org (no-re...@patchew.org) wrote: > > > Hi, > > > Checking PATCH 14/15: postcopy: Check for userfault+hugepage feature... > > > ERROR: trailing whitespace > > > #21: FILE: migration/post

Re: [Qemu-devel] [PATCH 00/15] Postcopy: Hugepage support

2017-01-08 Thread Fam Zheng
On Fri, 01/06 18:59, Dr. David Alan Gilbert wrote: > * no-re...@patchew.org (no-re...@patchew.org) wrote: > > Hi, > > Checking PATCH 14/15: postcopy: Check for userfault+hugepage feature... > > ERROR: trailing whitespace > > #21: FILE: migration/postcopy-ram.c:85: > > +bool have_hp = false;

Re: [Qemu-devel] [PATCH 00/15] Postcopy: Hugepage support

2017-01-06 Thread Dr. David Alan Gilbert
* no-re...@patchew.org (no-re...@patchew.org) wrote: > Hi, > Checking PATCH 14/15: postcopy: Check for userfault+hugepage feature... > ERROR: trailing whitespace > #21: FILE: migration/postcopy-ram.c:85: > +bool have_hp = false; $ I noticed that one but explicitly left it; the code really

Re: [Qemu-devel] [PATCH 00/15] Postcopy: Hugepage support

2017-01-06 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20170106182823.1960-1-dgilb...@redhat.com Subject: [Qemu-devel] [PATCH 00/15] Postcopy: Hugepage support === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [PATCH 00/15] Postcopy: Hugepage support

2017-01-06 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Hi, The existing postcopy code, and the userfault kernel code that supports it, only works for normal anonymous memory. Kernel support for userfault on hugetlbfs is working it's way upstream; it's just gone into the linux-mm tree, You can get a version at: git: