Re: [PATCH] Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.

2013-08-12 Thread David Vrabel
On 09/08/13 15:11, Andres Lagar-Cavilla wrote: > From: Andres Lagar-Cavilla > > When a foreign mapper attempts to map guest frames that are paged out, > the mapper receives an ENOENT response and will have to try again > while a helper process pages the target frame back in. > > Gating checks on

Re: [PATCH] Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.

2013-08-09 Thread David Vrabel
On 01/08/13 15:26, Andres Lagar-Cavilla wrote: > From: Andres Lagar-Cavilla > > When a foreign mapper attempts to map guest frames that are paged out, > the mapper receives an ENOENT response and will have to try again > while a helper process pages the target frame back in. > > Gating checks on

Re: [PATCH] Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.

2013-08-01 Thread Andres Lagar-Cavilla
On Aug 1, 2013, at 8:04 AM, David Vrabel wrote: > On 01/08/13 12:49, Andres Lagar-Cavilla wrote: >> On Aug 1, 2013, at 7:23 AM, David Vrabel wrote: >> >>> On 01/08/13 04:30, Andres Lagar-Cavilla wrote: -- Resend as I haven't seen this hit the lists. Maybe some smtp misconfig. Apolog

Re: [PATCH] Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.

2013-08-01 Thread David Vrabel
On 01/08/13 12:49, Andres Lagar-Cavilla wrote: > On Aug 1, 2013, at 7:23 AM, David Vrabel wrote: > >> On 01/08/13 04:30, Andres Lagar-Cavilla wrote: >>> -- Resend as I haven't seen this hit the lists. Maybe some smtp misconfig. >>> Apologies. Also expanded cc -- >>> >>> When a foreign mapper att

Re: [PATCH] Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.

2013-08-01 Thread Andres Lagar-Cavilla
On Aug 1, 2013, at 7:23 AM, David Vrabel wrote: > On 01/08/13 04:30, Andres Lagar-Cavilla wrote: >> -- Resend as I haven't seen this hit the lists. Maybe some smtp misconfig. >> Apologies. Also expanded cc -- >> >> When a foreign mapper attempts to map guest frames that are paged out, >> the ma

Re: [PATCH] Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.

2013-08-01 Thread David Vrabel
On 01/08/13 04:30, Andres Lagar-Cavilla wrote: > -- Resend as I haven't seen this hit the lists. Maybe some smtp misconfig. > Apologies. Also expanded cc -- > > When a foreign mapper attempts to map guest frames that are paged out, > the mapper receives an ENOENT response and will have to try aga

Re: [PATCH] Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.

2013-07-31 Thread Andres Lagar-Cavilla
-- Resend as I haven't seen this hit the lists. Maybe some smtp misconfig. Apologies. Also expanded cc -- When a foreign mapper attempts to map guest frames that are paged out, the mapper receives an ENOENT response and will have to try again while a helper process pages the target frame back in.