qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v1 04/13] exec: Drop "shared" parameter from ram_block_add()


From: Igor Kotrasiński
Subject: Re: [PATCH v1 04/13] exec: Drop "shared" parameter from ram_block_add()
Date: Tue, 4 Feb 2020 14:16:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Properly store it in the flags of the ram block instead (and the flag
even already exists and is used).

E.g., qemu_ram_is_shared() now properly succeeds on all ram blocks that are
actually shared.

Cc: Richard Henderson <address@hidden>
Cc: Paolo Bonzini <address@hidden>
Signed-off-by: David Hildenbrand <address@hidden>
---
Reviewed-by: Igor Kotrasinski <address@hidden>

  

 

  


reply via email to

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