Re: [Xen-devel] [PATCH] tools/xl: Use %u for uint32_t domids

2016-10-17 Thread Wei Liu
On Sun, Oct 16, 2016 at 08:16:32PM -0400, Ronald Rojas wrote: > domid is normally represented by uint32_t, but many format > strings in xl_cmdimpl.c use %d when printing, which is signed. > Use %u instead to print the unsigned integer domid. > > Signed-off-by: Ronald Rojas

Re: [Xen-devel] [PATCH] tools/xl: Use %u for uint32_t domids

2016-10-17 Thread George Dunlap
On Mon, Oct 17, 2016 at 12:31 AM, Ronald Rojas wrote: > domid is normally represented by uint32_t, but many format > strings in xl_cmdimpl.c use %d when printing, which is signed. > Use %u instead to print the unsigned integer domid. > > Signed-off-by: Ronald Rojas

[Xen-devel] [PATCH] tools/xl: Use %u for uint32_t domids

2016-10-16 Thread Ronald Rojas
domid is normally represented by uint32_t, but many format strings in xl_cmdimpl.c use %d when printing, which is signed. Use %u instead to print the unsigned integer domid. Signed-off-by: Ronald Rojas --- tools/libxl/xl_cmdimpl.c | 26 +- 1 file

[Xen-devel] [PATCH] tools/xl: Use %u for uint32_t domids

2016-10-16 Thread Ronald Rojas
domid is normally represented by uint32_t, but many format strings in xl_cmdimpl.c use %d when printing, which is signed. Use %u instead to print the unsigned integer domid. Signed-off-by: Ronald Rojas --- tools/libxl/xl_cmdimpl.c | 26 +- 1 file