mbox series

[v2,0/2] hw/elf_ops: clear uninitialized segment space

Message ID 20210415100409.3977971-1-philmd@redhat.com (mailing list archive)
Headers show
Series hw/elf_ops: clear uninitialized segment space | expand

Message

Philippe Mathieu-Daudé April 15, 2021, 10:04 a.m. UTC
Respining Laurent's patch, but extracting the address_space_set()
helper.

Laurent Vivier (1):
  hw/elf_ops: clear uninitialized segment space

Philippe Mathieu-Daudé (1):
  exec/memory: Extract address_space_set() from dma_memory_set()

 include/exec/memory.h | 16 ++++++++++++++++
 include/hw/elf_ops.h  | 13 +++++++++++++
 softmmu/dma-helpers.c | 16 +---------------
 softmmu/physmem.c     | 19 +++++++++++++++++++
 4 files changed, 49 insertions(+), 15 deletions(-)