]> git.proxmox.com Git - mirror_qemu.git/commit - dump/dump.c
dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_note
authorJanosch Frank <frankja@linux.ibm.com>
Thu, 11 Aug 2022 12:11:01 +0000 (12:11 +0000)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 6 Oct 2022 15:30:43 +0000 (19:30 +0400)
commit2341a94d3a0a8a93a5a977e642da1807b8edaab8
tree713521075f30883894ebaeb490ca3ba76bc3df86
parent670e76998a61ca171200fcded3865b294a2d1243
dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_note

The functions in question do not actually write to the file descriptor
they set up a buffer which is later written to the fd.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Janis Schoetterl-Glausch <scgl@linux.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220811121111.9878-9-frankja@linux.ibm.com>
dump/dump.c