tools/virtio:Fix the wrong format specifier
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Wed, 24 Jul 2024 07:41:08 +0000 (00:41 -0700)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 10 Sep 2024 06:51:48 +0000 (02:51 -0400)
commita8927f69e85ec3508085e1042ca8ffe1c1ededae
tree08c7560c5db70b98303d5ce497de664907abc045
parent74c025c5d7e4ac7c7ad269c1ee64da4bdfe4770c
tools/virtio:Fix the wrong format specifier

The unsigned int should use "%u" instead of "%d".

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Message-Id: <20240724074108.9530-1-zhujun2@cmss.chinamobile.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Eugenio Pérez <eperezma@redhat.com>
Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
tools/virtio/ringtest/main.c