vfio: fix incorrect print type
commitc624b6b312680b76d2a19a4c65cfdb234e875e1b
authorZhengui li <lizhengui@huawei.com>
Mon, 19 Oct 2020 14:23:46 +0000 (19 14:23 +0000)
committerAlex Williamson <alex.williamson@redhat.com>
Sun, 1 Nov 2020 19:30:52 +0000 (1 12:30 -0700)
tree013358a61ed60be398cfdbb445825630fbef6667
parent88eef59796f91271e3d288f64457e975dd7c8ac9
vfio: fix incorrect print type

The type of input variable is unsigned int
while the printer type is int. So fix incorrect print type.

Signed-off-by: Zhengui li <lizhengui@huawei.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/common.c