qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH RFC 0/6] xen: xen-domid-restrict improvements


From: Ian Jackson
Subject: Re: [Qemu-devel] [PATCH RFC 0/6] xen: xen-domid-restrict improvements
Date: Tue, 3 Oct 2017 18:24:29 +0100

address@hidden writes ("Re: [Qemu-devel] [PATCH RFC 0/6] xen: 
xen-domid-restrict improvements"):
> This series seems to have some coding style problems. See output below for
> more information:

Thanks for this automatic mail.  I have sorted out most of these.
However:

> ERROR: consider using qemu_strtoul in preference to strtoul
> #41: FILE: os-posix.c:159:
> +        lv = strtoul(optarg, &ep, 0);

In one of these two cases, it is not possible to use qemu_strtoul
because the expected terminator is '.'.  I have added a comment about
this.

Ian.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]