commit | 61b59fb2691f749e1b647a512121d6813b23ff44 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Nov 17 19:59:16 2022 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jan 04 16:20:01 2023 -0800 |
tree | efbeb96cb4e799b0121cdff7cae5e7e3acf8c8dd | |
parent | 50c9c512ac15e8eeb0ec63f6a92ba8e017e7676e [diff] |
accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writex Narrow the scope of the lock to the actual read/write, moving the cpu_transation_failed call outside the lock. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>