Home
last modified time | relevance | path

Searched hist:e41ed29b (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Ddump.he41ed29b Mon Oct 17 03:38:13 CDT 2022 Janosch Frank <frankja@linux.ibm.com> dump: Use a buffer for ELF section data and headers

Currently we're writing the NULL section header if we overflow the
physical header number in the ELF header. But in the future we'll add
custom section headers AND section data.

To facilitate this we need to rearange section handling a bit. As with
the other ELF headers we split the code into a prepare and a write
step.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20221017083822.43118-2-frankja@linux.ibm.com>
/openbmc/qemu/dump/
H A Ddump.ce41ed29b Mon Oct 17 03:38:13 CDT 2022 Janosch Frank <frankja@linux.ibm.com> dump: Use a buffer for ELF section data and headers

Currently we're writing the NULL section header if we overflow the
physical header number in the ELF header. But in the future we'll add
custom section headers AND section data.

To facilitate this we need to rearange section handling a bit. As with
the other ELF headers we split the code into a prepare and a write
step.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20221017083822.43118-2-frankja@linux.ibm.com>