]> xenbits.xensource.com Git - xen.git/commit
x86/hvm: change portio port numbers and sizes to unsigned int
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 9 Jul 2015 17:04:00 +0000 (19:04 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 10 Jul 2015 07:40:29 +0000 (09:40 +0200)
commit26bae158b9ce2642d62f19ccb1e796ca0249c55f
treea02a91afb66806685c328d5379901c41e9892ab4
parentb249120d0c14fa5b405732cf698800462094e509
x86/hvm: change portio port numbers and sizes to unsigned int

Building on the previous patch, this patch changes portio port numbers
and sizes to unsigned int which then allows the io_handler size field to
reduce to an unsigned int.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/i8254.c
xen/arch/x86/hvm/intercept.c
xen/arch/x86/hvm/pmtimer.c
xen/arch/x86/hvm/rtc.c
xen/arch/x86/hvm/stdvga.c
xen/arch/x86/hvm/vpic.c
xen/include/asm-x86/hvm/io.h