All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hw/elf_ops: clear uninitialized segment space
@ 2021-04-15 10:04 Philippe Mathieu-Daudé
  2021-04-15 10:04 ` [PATCH v2 1/2] exec/memory: Extract address_space_set() from dma_memory_set() Philippe Mathieu-Daudé
  2021-04-15 10:04 ` [PATCH v2 2/2] hw/elf_ops: clear uninitialized segment space Philippe Mathieu-Daudé
  0 siblings, 2 replies; 12+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-04-15 10:04 UTC (permalink / raw)
  To: Stefano Garzarella, Laurent Vivier, qemu-devel
  Cc: Peter Maydell, Philippe Mathieu-Daudé, Paolo Bonzini

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(-)

-- 
2.26.3




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-04-17 15:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 10:04 [PATCH v2 0/2] hw/elf_ops: clear uninitialized segment space Philippe Mathieu-Daudé
2021-04-15 10:04 ` [PATCH v2 1/2] exec/memory: Extract address_space_set() from dma_memory_set() Philippe Mathieu-Daudé
2021-04-15 10:46   ` Laurent Vivier
2021-04-15 11:00   ` Stefano Garzarella
2021-04-15 11:05     ` Peter Maydell
2021-04-15 11:18       ` Stefano Garzarella
2021-04-15 22:32   ` Richard Henderson
2021-04-15 10:04 ` [PATCH v2 2/2] hw/elf_ops: clear uninitialized segment space Philippe Mathieu-Daudé
2021-04-15 11:02   ` Stefano Garzarella
2021-04-15 13:26   ` Laurent Vivier
2021-04-15 22:33   ` Richard Henderson
2021-04-17 15:36   ` Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.