]> Git Repo - qemu.git/commit
softmmu/physmem: Mark shared anonymous memory RAM_SHARED
authorDavid Hildenbrand <[email protected]>
Tue, 6 Apr 2021 08:01:24 +0000 (10:01 +0200)
committerPaolo Bonzini <[email protected]>
Tue, 15 Jun 2021 15:17:09 +0000 (17:17 +0200)
commit7ce18ca0257dac6e3ac92c8bc3d610abbf14bcce
tree504f04225422f75a5ad58de45c1dbd34c7f818c6
parent4eb86065603400fe27c17a346985a97b489b55d4
softmmu/physmem: Mark shared anonymous memory RAM_SHARED

Let's drop the "shared" parameter from ram_block_add() and properly
store it in the flags of the ram block instead, such that
qemu_ram_is_shared() properly succeeds on all ram blocks that were mapped
MAP_SHARED.

We'll use this information next to fix some cases with shared anonymous
memory.

Reviewed-by: Igor Kotrasinski <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Peter Xu <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Message-Id: <20210406080126[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
softmmu/physmem.c
This page took 0.024852 seconds and 4 git commands to generate.