Re: [Qemu-devel] [PATCH v3 27/35] postcopy/outgoing: implement forward/backword prefault

2012-11-02 Thread Eric Blake
On 11/01/2012 11:24 PM, Isaku Yamahata wrote: >>> +++ b/qapi-schema.json >>> @@ -2095,7 +2095,8 @@ >>> ## >>> { 'command': 'migrate', >>>'data': {'uri': 'str', '*blk': 'bool', '*inc': 'bool', '*detach': 'bool' >>> , >>> - '*postcopy': 'bool', '*nobg': 'bool'} } >>> + '*po

Re: [Qemu-devel] [PATCH v3 27/35] postcopy/outgoing: implement forward/backword prefault

2012-11-01 Thread Isaku Yamahata
On Thu, Nov 01, 2012 at 02:10:45PM -0600, Eric Blake wrote: > On 10/30/2012 02:33 AM, Isaku Yamahata wrote: > > When page is requested, send surrounding pages are also sent. > > > > Signed-off-by: Isaku Yamahata > > --- > > hmp-commands.hx | 15 - > > hmp.c|

Re: [Qemu-devel] [PATCH v3 27/35] postcopy/outgoing: implement forward/backword prefault

2012-11-01 Thread Eric Blake
On 10/30/2012 02:33 AM, Isaku Yamahata wrote: > When page is requested, send surrounding pages are also sent. > > Signed-off-by: Isaku Yamahata > --- > hmp-commands.hx | 15 - > hmp.c|3 +++ > migration-postcopy.c | 57 > +