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: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH RFC 0/6] xen: xen-domid-restrict improvements
Date: Wed, 4 Oct 2017 13:41:43 +0800
User-agent: Mutt/1.9.0 (2017-09-02)

On Tue, 10/03 18:24, Ian Jackson wrote:
> 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.

Thanks for taking a look at the report and helping explain. Yes, so the error is
false positive, let's ignore it.

Fam



reply via email to

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