Re: [Xen-devel] [PATCH v2 REPOST 10/12] x86/hvm/ioreq: use gfn_t in struct hvm_ioreq_page

2017-08-24 Thread Roger Pau Monné
On Tue, Aug 22, 2017 at 03:51:04PM +0100, Paul Durrant wrote: > This patch adjusts the IOREQ server code to use type-safe gfn_t values > where possible. No functional change. Oh, forget my comment on the previous patch then. Thanks. > Signed-off-by: Paul Durrant

[Xen-devel] [PATCH v2 REPOST 10/12] x86/hvm/ioreq: use gfn_t in struct hvm_ioreq_page

2017-08-22 Thread Paul Durrant
This patch adjusts the IOREQ server code to use type-safe gfn_t values where possible. No functional change. Signed-off-by: Paul Durrant --- Cc: Andrew Cooper Cc: Jan Beulich --- xen/arch/x86/hvm/ioreq.c | 42