Re: [Xen-devel] [PATCH XEN v4 11/23] tools: Remove xc_map_foreign_batch

2015-10-29 Thread Wei Liu
On Wed, Oct 21, 2015 at 04:23:18PM +0100, 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

[Xen-devel] [PATCH XEN v4 11/23] tools: Remove xc_map_foreign_batch

2015-10-21 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