[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v8 4/5] efi: Enable booting unified hypervisor/kernel/initrd images
On Friday, October 2, 2020 4:27 AM, Jan Beulich <jbeulich@xxxxxxxx> wrote: > On 30.09.2020 14:00, Trammell Hudson wrote: > > - /* Read and parse the config file. */ > > I'm sorry for noticing this only now, but I don't think this comment > should be moved. If no other need for a v9 arises, this can likely > be undone while committing. I'll relocate it. > > - if ( sect->Name[0] != '.' ) > > - return -1; > > I was about to say "'true' please", but you really mean 'false" > now. (Could perhaps again be fixed while committing.) oops oops. Yes, that is a mistake. Should be false; I'll fix it. > [...] > Just as a remark (and again spotting only now) this could be had > with one less comparison: > > if ( cw != c ) > return false; > if ( c == '\0' ) > return true; > > At which the need for cw also disappears. Sure. I'll fix that, too. Since there are a few patches to the patch, I'll send out a v9 so that we don't forget any of the ones that we wanted to remember to make. -- Trammell
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |