Re: [Xen-devel] [PATCH XEN v3 11/22] tools: Remove xc_map_foreign_batch

2015-10-14 Thread Ian Campbell
On Wed, 2015-10-07 at 16:08 +0100, George Dunlap wrote: > On 07/10/15 15:15, Ian Campbell wrote: > > [...] > > Signed-off-by: Ian Campbell > > Acked-by: George Dunlap > > Cc: George Dunlap > > [...] > In any case: > > Acked-by: George Dunlap It must be a really good patch... ;-) Ian.

Re: [Xen-devel] [PATCH XEN v3 11/22] tools: Remove xc_map_foreign_batch

2015-10-14 Thread George Dunlap
On 14/10/15 16:05, Ian Campbell wrote: > On Wed, 2015-10-07 at 16:08 +0100, George Dunlap wrote: >> On 07/10/15 15:15, Ian Campbell wrote: >>> > [...] >>> Signed-off-by: Ian Campbell >>> Acked-by: George Dunlap >>> Cc: George Dunlap >>> > [...] >> In any case: >> >> Acked-by: George Dunlap > >

Re: [Xen-devel] [PATCH XEN v3 11/22] tools: Remove xc_map_foreign_batch

2015-10-07 Thread Ian Campbell
On Wed, 2015-10-07 at 16:08 +0100, George Dunlap wrote: > On 07/10/15 15:15, Ian Campbell wrote: > > It can trivially be replaced by xc_map_foreign_bulk which is the > > interface I want to move to going forward. All in tree users are > > trivially converted by supplying the appropriate error array

Re: [Xen-devel] [PATCH XEN v3 11/22] tools: Remove xc_map_foreign_batch

2015-10-07 Thread George Dunlap
On 07/10/15 15:15, Ian Campbell wrote: > It can trivially be replaced by xc_map_foreign_bulk which is the > interface I want to move to going forward. All in tree users are > trivially converted by supplying the appropriate error array and > adjusting the what error handling exists (which in many c

[Xen-devel] [PATCH XEN v3 11/22] tools: Remove xc_map_foreign_batch

2015-10-07 Thread Ian Campbell
It can trivially be replaced by xc_map_foreign_bulk which is the interface I want to move to going forward. All in tree users are trivially converted by supplying the appropriate error array and adjusting the what error handling exists (which in many cases is not much). This reduces the twist maze