Re: [Xen-devel] [PATCH v2 3/4] x86/hvm: re-structure some of the ioreq server look-up loops

2018-03-20 Thread Jan Beulich
>>> On 16.03.18 at 17:58, wrote: > --- a/xen/arch/x86/hvm/ioreq.c > +++ b/xen/arch/x86/hvm/ioreq.c > @@ -839,37 +839,37 @@ int hvm_map_io_range_to_ioreq_server(struct domain *d, > ioservid_t id, >>arch.hvm_domain.ioreq_server.list, >

[Xen-devel] [PATCH v2 3/4] x86/hvm: re-structure some of the ioreq server look-up loops

2018-03-16 Thread Paul Durrant
This patch is a cosmetic re-structuring of some of the loops with look up an ioreq server based on target domain and server id. The restructuring is done separately here to ease review of a subsquent patch. Signed-off-by: Paul Durrant --- Cc: Jan Beulich