Re: [PATCH] contrib/libvhost-user: Fix bad printf format specifiers

2020-11-16 Thread Alex Chen
On 2020/11/16 17:52, Michael S. Tsirkin wrote: > It's in the latest pull weren't you Cc'd? > This is my fault, I see this patch in the latest pull. thank you!!! Thanks, Alex > On Mon, Nov 16, 2020 at 10:14:12AM +0800, Alex Chen wrote: >> Kindly ping... >> >> On 2020/11/4 18:23, AlexChen wrote:

Re: [PATCH] contrib/libvhost-user: Fix bad printf format specifiers

2020-11-16 Thread Michael S. Tsirkin
It's in the latest pull weren't you Cc'd? On Mon, Nov 16, 2020 at 10:14:12AM +0800, Alex Chen wrote: > Kindly ping... > > On 2020/11/4 18:23, AlexChen wrote: > > We should use printf format specifier "%u" instead of "%d" for > > argument of type "unsigned int". > > > > Reported-by: Euler Robot

Re: [PATCH] contrib/libvhost-user: Fix bad printf format specifiers

2020-11-15 Thread Alex Chen
Kindly ping... On 2020/11/4 18:23, AlexChen wrote: > We should use printf format specifier "%u" instead of "%d" for > argument of type "unsigned int". > > Reported-by: Euler Robot > Signed-off-by: Alex Chen > --- > contrib/libvhost-user/libvhost-user.c | 24 > 1 file c