]> Git Repo - qemu.git/commit
address_space_rw: address_space_to_flatview needs RCU lock
authorPaolo Bonzini <[email protected]>
Mon, 5 Mar 2018 08:29:04 +0000 (09:29 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 6 Mar 2018 13:01:28 +0000 (14:01 +0100)
commitdb84fd973eba3f1e121416dcab73a4e8a60f2526
tree74ecf8d70b8171e5d23b312c38b802069eda74ef
parentad0c60fa572d4050255b698ecdb67294dd4c0125
address_space_rw: address_space_to_flatview needs RCU lock

address_space_rw is calling address_space_to_flatview but it can
be called outside the RCU lock.  To fix it, transform flatview_rw
into address_space_rw, since flatview_rw is otherwise unused.

Reviewed-by: Alexey Kardashevskiy <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
exec.c
This page took 0.028042 seconds and 4 git commands to generate.