Re: [Xen-devel] [PATCH v5 06/16] x86/hvm: add length to mmio check op

2015-07-02 Thread Andrew Cooper
On 30/06/15 14:05, Paul Durrant wrote: > When memory mapped I/O is range checked by internal handlers, the length > of the access should be taken into account. > > Signed-off-by: Paul Durrant > Cc: Keir Fraser > Cc: Jan Beulich > Cc: Andrew Cooper > --- > xen/arch/x86/hvm/intercept.c | 22 ++

[Xen-devel] [PATCH v5 06/16] x86/hvm: add length to mmio check op

2015-06-30 Thread Paul Durrant
When memory mapped I/O is range checked by internal handlers, the length of the access should be taken into account. Signed-off-by: Paul Durrant Cc: Keir Fraser Cc: Jan Beulich Cc: Andrew Cooper --- xen/arch/x86/hvm/intercept.c | 22 +++--- xen/include/asm-x86/hvm/io.h | 1