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
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
* 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,
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