[PATCH] libelf: make L1_MFN_VALID note known

2023-05-17 Thread Jan Beulich
We still don't use it (in the tool stack), and its values (plural) also aren't fetched correctly, but it is odd to continue to see the hypervisor log "ELF: note: unknown (0xd)" when loading a Linux Dom0. Signed-off-by: Jan Beulich --- a/xen/common/libelf/libelf-dominfo.c +++ b/xen/common/libelf/

Re: [PATCH] libelf: make L1_MFN_VALID note known

2023-06-24 Thread Julien Grall
Hi Jan, On 17/05/2023 15:19, Jan Beulich wrote: We still don't use it (in the tool stack), and its values (plural) also aren't fetched correctly, but it is odd to continue to see the hypervisor log "ELF: note: unknown (0xd)" when loading a Linux Dom0. Signed-off-by: Jan Beulich Acked-by: Jul