qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/2] make -M memory-backend and -numa memdev mutually exclusi


From: Igor Mammedov
Subject: Re: [PATCH 0/2] make -M memory-backend and -numa memdev mutually exclusive
Date: Tue, 19 May 2020 16:44:13 +0200

On Mon, 11 May 2020 10:11:01 -0400
Igor Mammedov <address@hidden> wrote:

> The options can't be used together (1st provides RAM for non-numa and 
> fake-numa,
> while 2nd provides RAM for each numa node).
> If used together it might lead to crashes, so add a check to prevent 
> simultaneous
> usage.
> 
> Igor Mammedov (2):
>   vl.c: run preconfig loop before creating default RAM backend
>   numa: prevent usage of -M memory-backend and -numa memdev at the same
>     time
> 
>  hw/core/numa.c | 5 +++++
>  softmmu/vl.c   | 5 +++--
>  2 files changed, 8 insertions(+), 2 deletions(-)
> 

gentle ping




reply via email to

[Prev in Thread] Current Thread [Next in Thread]