Re: [PATCH V7 01/29] memory: qemu_check_ram_volatile

2022-03-04 Thread Philippe Mathieu-Daudé
On 22/12/21 20:05, Steve Sistare wrote: Add a function that returns an error if any ram_list block represents volatile memory. Signed-off-by: Steve Sistare --- include/exec/memory.h | 8 softmmu/memory.c | 26 ++ 2 files changed, 34 insertions(+) diff

Re: [PATCH V7 01/29] memory: qemu_check_ram_volatile

2022-03-03 Thread Steven Sistare
On 2/24/2022 1:28 PM, Dr. David Alan Gilbert wrote: > * Steve Sistare (steven.sist...@oracle.com) wrote: >> Add a function that returns an error if any ram_list block represents >> volatile memory. >> >> Signed-off-by: Steve Sistare >> --- >> include/exec/memory.h | 8 >> softmmu/memory

Re: [PATCH V7 01/29] memory: qemu_check_ram_volatile

2022-02-24 Thread Dr. David Alan Gilbert
* Steve Sistare (steven.sist...@oracle.com) wrote: > Add a function that returns an error if any ram_list block represents > volatile memory. > > Signed-off-by: Steve Sistare > --- > include/exec/memory.h | 8 > softmmu/memory.c | 26 ++ > 2 files changed,

[PATCH V7 01/29] memory: qemu_check_ram_volatile

2021-12-22 Thread Steve Sistare
Add a function that returns an error if any ram_list block represents volatile memory. Signed-off-by: Steve Sistare --- include/exec/memory.h | 8 softmmu/memory.c | 26 ++ 2 files changed, 34 insertions(+) diff --git a/include/exec/memory.h b/include/exec