aboutsummaryrefslogtreecommitdiff
path: root/target/i386/sev.c
diff options
context:
space:
mode:
authorSingh, Brijesh <brijesh.singh@amd.com>2019-02-04 22:23:39 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-18 09:39:57 +0100
commit2ddb89b00f947f785c9ca6742f28f954e3b75e62 (patch)
treed0244e7a49530b470bed7436ccae7bb36f38b3ca /target/i386/sev.c
parentd6c1bd4a223776aaa6ef3845be12d3c7408b4ffb (diff)
downloadqemu-2ddb89b00f947f785c9ca6742f28f954e3b75e62.zip
qemu-2ddb89b00f947f785c9ca6742f28f954e3b75e62.tar.gz
qemu-2ddb89b00f947f785c9ca6742f28f954e3b75e62.tar.bz2
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 <alex.williamson@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Brijesh Singh <brijesh.singh@amd.com> Message-Id: <20190204222322.26766-2-brijesh.singh@amd.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/sev.c')
0 files changed, 0 insertions, 0 deletions