Re: [Xen-devel] [PATCH] x86/HVM: make hvm_find_io_handler() static

2017-02-01 Thread Paul Durrant
> -Original Message- > From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: 01 February 2017 11:24 > To: xen-devel > Cc: Andrew Cooper ; Paul Durrant > > Subject: [PATCH] x86/HVM: make

[Xen-devel] [PATCH] x86/HVM: make hvm_find_io_handler() static

2017-02-01 Thread Jan Beulich
This reduces the chance of misuse - calling it must in particular always be accompanied by calling the corresponding ->complete() hook. Constify its parameter at once. Signed-off-by: Jan Beulich --- a/xen/arch/x86/hvm/intercept.c +++ b/xen/arch/x86/hvm/intercept.c @@ -210,7