Re: [RFC PATCH 1/6] tools/virtio: fix build

From: Stefano Garzarella
Date: Tue Jul 05 2022 - 03:14:32 EST


On Mon, Jul 04, 2022 at 03:07:15PM -0400, Michael S. Tsirkin wrote:
On Mon, Jul 04, 2022 at 07:16:56PM +0200, Stefano Garzarella wrote:
Fix the build caused by the following changes:
- phys_addr_t is now defined in tools/include/linux/types.h
- dev_warn_once() is used in drivers/virtio/virtio_ring.c
- linux/uio.h included by vringh.h use INT_MAX defined in limits.h

Signed-off-by: Stefano Garzarella <sgarzare@xxxxxxxxxx>

Post this separately?

Yep, sure!

Stefano