Re: [PATCH 1/3] vhost: fix build for powerpc

2023-09-29 Thread Maxime Coquelin
On 8/31/23 14:10, Bruce Richardson wrote: When building on Ubuntu using the packaged powerpc compiler[1], a warning is issued about the print format of the __u64 values. ../../lib/vhost/vduse.c: In function ‘vduse_vring_setup’: ../../lib/vhost/vhost.h:676:17: error: format ‘%llx’ expects argu

Re: [PATCH 1/3] vhost: fix build for powerpc

2023-09-12 Thread David Christensen
On 9/1/23 7:59 AM, Bruce Richardson wrote: +PPC maintainer On Thu, Aug 31, 2023 at 01:10:56PM +0100, Bruce Richardson wrote: When building on Ubuntu using the packaged powerpc compiler[1], a warning is issued about the print format of the __u64 values. ../../lib/vhost/vduse.c: In function ‘

Re: [PATCH 1/3] vhost: fix build for powerpc

2023-09-01 Thread Bruce Richardson
+PPC maintainer On Thu, Aug 31, 2023 at 01:10:56PM +0100, Bruce Richardson wrote: > When building on Ubuntu using the packaged powerpc compiler[1], a > warning is issued about the print format of the __u64 values. > > ../../lib/vhost/vduse.c: In function ‘vduse_vring_setup’: > ../../lib/vhost/vho

[PATCH 1/3] vhost: fix build for powerpc

2023-08-31 Thread Bruce Richardson
When building on Ubuntu using the packaged powerpc compiler[1], a warning is issued about the print format of the __u64 values. ../../lib/vhost/vduse.c: In function ‘vduse_vring_setup’: ../../lib/vhost/vhost.h:676:17: error: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argu