commit | 4abc892362f8282450f18c4e45c5b0534461d01e | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Apr 02 21:24:52 2024 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 15 08:55:18 2024 +0200 |
tree | 7f0f046c1ec6f7e04e975f134645cb2fe62f626d | |
parent | bf4bb074b72a7dc6c9ee5379a1d6b693dcd0a5a6 [diff] |
plugins: Copy memory in qemu_plugin_insn_data Instead of returning a host pointer, copy the data into storage provided by the caller. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>