Re: [PATCH V5 01/25] qemu_ram_volatile

2021-07-12 Thread Steven Sistare
Will do for all comments - steve On 7/8/2021 8:01 AM, Marc-André Lureau wrote: > Hi > > On Wed, Jul 7, 2021 at 9:35 PM Steve Sistare > wrote: > > Add a function that returns true if any ram_list block represents > volatile memory. > > Signed-off-by

Re: [PATCH V5 01/25] qemu_ram_volatile

2021-07-08 Thread Marc-André Lureau
Hi On Wed, Jul 7, 2021 at 9:35 PM Steve Sistare wrote: > Add a function that returns true if any ram_list block represents > volatile memory. > > Signed-off-by: Steve Sistare > --- > include/exec/memory.h | 8 > softmmu/memory.c | 30 ++ > 2 files cha