[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v5 4/5] efi: Enable booting unified hypervisor/kernel/initrd images
On Friday, September 18, 2020 11:15 AM, Jan Beulich <jbeulich@xxxxxxxx> wrote: > On 17.09.2020 17:40, Trammell Hudson wrote: > Instead of forcing the caller to pass in a dot-prefixed name > and you assuming it's a dot here, how about ... > ... pe_find_section() looking for '.' followed by <name>? v6 adds a special name compare function to do this with a CHAR16 section name to avoid the extra s2w() you mentioned. (btw, even if the EFI constness patches don't go in, just making PrintStr cast away the const would allow several of these startup functions to have const CHAR16* arguments since the only reason they are non-const is to be able to print) > [...] > > - if ( read_section(loaded_image, ".config", &cfg, NULL) ) > > - PrintStr(L"Using unified config file\\r\\n"); > > Maybe "embedded" instead of "unified"? The config file isn't unified > after all, it's the Xen binary which is. How about "builtin"? I missed the reviews on the need_to_free patch; they are also incorporated into v6. -- Trammell
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |