mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-31 03:15:42 +00:00
Port I/O handlers are expected to accept unsigned port address and width which have type uint16_t and size_t accordingly. The internal handlers in vpic, on the other hand, declares signed addresses and width in their prototypes. This patch enforces unsignedness of addresses and widths in these handlers. Signed-off-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com> |
||
---|---|---|
.. | ||
x86 |