[PATCH v2 0/2] Fix PVH entrypoint parsing

Ard Biesheuvel posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240929180659.3598-1-ardb@kernel.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
hw/i386/x86-common.c     |  7 ++-----
include/hw/elf_ops.h.inc | 19 +++++++++++++++++--
2 files changed, 19 insertions(+), 7 deletions(-)
[PATCH v2 0/2] Fix PVH entrypoint parsing
Posted by Ard Biesheuvel 1 year, 4 months ago
Fix the handling of the ELF note that describes the PVH entrypoint

v2: fix broken ELF note handling on big endian hosts

Ard Biesheuvel (2):
  hw/elf_ops: Implement missing endian swabbing for ELF notes
  hw/x86: Always treat the PVH entrypoint as a 32-bit LE field

 hw/i386/x86-common.c     |  7 ++-----
 include/hw/elf_ops.h.inc | 19 +++++++++++++++++--
 2 files changed, 19 insertions(+), 7 deletions(-)

-- 
2.39.5
Re: [PATCH v2 0/2] Fix PVH entrypoint parsing
Posted by Ard Biesheuvel 1 year, 2 months ago
On Sun, 29 Sept 2024 at 20:07, Ard Biesheuvel <ardb@kernel.org> wrote:
>
> Fix the handling of the ELF note that describes the PVH entrypoint
>
> v2: fix broken ELF note handling on big endian hosts
>
> Ard Biesheuvel (2):
>   hw/elf_ops: Implement missing endian swabbing for ELF notes
>   hw/x86: Always treat the PVH entrypoint as a 32-bit LE field
>
>  hw/i386/x86-common.c     |  7 ++-----
>  include/hw/elf_ops.h.inc | 19 +++++++++++++++++--
>  2 files changed, 19 insertions(+), 7 deletions(-)
>

Ping?