Re: [Qemu-devel] [PATCH v2 19/43] postcopy: OS support test

2014-08-12 Thread Dr. David Alan Gilbert
* zhanghailiang (zhang.zhanghaili...@huawei.com) wrote: > On 2014/8/11 22:29, Dr. David Alan Gilbert (git) wrote: > >From: "Dr. David Alan Gilbert" > > > >+testarea2 = mmap(NULL, pagesize, PROT_READ | PROT_WRITE, MAP_PRIVATE | > >+ MAP_ANONYMOUS, -1, 0); >

Re: [Qemu-devel] [PATCH v2 19/43] postcopy: OS support test

2014-08-11 Thread zhanghailiang
On 2014/8/11 22:29, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" Provide a check to see if the OS we're running on has all the bits needed for postcopy. Creates postcopy-ram.c which will get most of the other helpers we need. Signed-off-by: Dr. David Alan Gilbert --- Ma

[Qemu-devel] [PATCH v2 19/43] postcopy: OS support test

2014-08-11 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Provide a check to see if the OS we're running on has all the bits needed for postcopy. Creates postcopy-ram.c which will get most of the other helpers we need. Signed-off-by: Dr. David Alan Gilbert --- Makefile.objs| 2 +- include/migratio