]> Git Repo - qemu.git/commit - memory.c
memory: Fix the memory region type assignment order
authorSingh, Brijesh <[email protected]>
Mon, 4 Feb 2019 22:23:39 +0000 (22:23 +0000)
committerPaolo Bonzini <[email protected]>
Mon, 18 Mar 2019 08:39:57 +0000 (09:39 +0100)
commit2ddb89b00f947f785c9ca6742f28f954e3b75e62
treed0244e7a49530b470bed7436ccae7bb36f38b3ca
parentd6c1bd4a223776aaa6ef3845be12d3c7408b4ffb
memory: Fix the memory region type assignment order

Currently, a callback registered through the RAMBlock notifier
is not able to get the memory region type (i.e callback is not
able to use memory_region_is_ram_device function). This is
because mr->ram assignment happens _after_ the memory is allocated
whereas the callback is executed during allocation.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1667249
Suggested-by: Alex Williamson <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Reviewed-by: Alex Williamson <[email protected]>
Signed-off-by: Brijesh Singh <[email protected]>
Message-Id: <20190204222322[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
memory.c
This page took 0.025287 seconds and 4 git commands to generate.