Re:[PATCH v2 0/3] contrib/elf2dmp: Windows Server 2022 support

2023-03-17 Thread Viktor Prutyanov
Thank you! Personally, I agree with any way to get the elf2dmp patch series into the tree. Best regards, Viktor Prutyanov

Re: [PATCH v2 0/3] contrib/elf2dmp: Windows Server 2022 support

2023-03-17 Thread Peter Maydell
On Thu, 16 Mar 2023 at 16:48, Viktor Prutyanov wrote: > > > > > Hi, > > > > For now, elf2dmp is unable to convert ELF-dump to DMP-dump made of > > Windows Server 2022 guest. This patch series fixes it. > > > > v1: improve code-style fix > > v2: don't remove data directory entry RVA print and DOS h

Re: [PATCH v2 0/3] contrib/elf2dmp: Windows Server 2022 support

2023-03-16 Thread Viktor Prutyanov
> Hi, > > For now, elf2dmp is unable to convert ELF-dump to DMP-dump made of > Windows Server 2022 guest. This patch series fixes it. > > v1: improve code-style fix > v2: don't remove data directory entry RVA print and DOS header size check > > Viktor Prutyanov (3): > contrib/elf2dmp: fix cod

Re: [PATCH v2 0/3] contrib/elf2dmp: Windows Server 2022 support

2023-03-06 Thread Annie.li
Hello Viktor, This patch set looks good to me, thank you! On 2/22/2023 4:12 PM, Viktor Prutyanov wrote: Hi, For now, elf2dmp is unable to convert ELF-dump to DMP-dump made of Windows Server 2022 guest. This patch series fixes it. v1: improve code-style fix v2: don't remove data directory entr

[PATCH v2 0/3] contrib/elf2dmp: Windows Server 2022 support

2023-02-22 Thread Viktor Prutyanov
Hi, For now, elf2dmp is unable to convert ELF-dump to DMP-dump made of Windows Server 2022 guest. This patch series fixes it. v1: improve code-style fix v2: don't remove data directory entry RVA print and DOS header size check Viktor Prutyanov (3): contrib/elf2dmp: fix code style contrib/elf