diff options
| author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2024-05-14 18:42:53 +0100 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2024-05-16 08:55:23 +0100 |
| commit | 09afe9677e6aeb7629eeeab5abccc17f67cb4875 (patch) | |
| tree | 430167c8c1652a05c1aaad5300e19de2b8e0dd8f /include/qemu/plugin.h | |
| parent | b95b78dc1617c435f7031fe4a2dcca37f4f4a3ce (diff) | |
| download | focaccia-qemu-09afe9677e6aeb7629eeeab5abccc17f67cb4875.tar.gz focaccia-qemu-09afe9677e6aeb7629eeeab5abccc17f67cb4875.zip | |
plugins: remove op from qemu_plugin_inline_cb
This field is not needed as the callback type already holds this information. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20240502211522.346467-10-pierrick.bouvier@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240514174253.694591-12-alex.bennee@linaro.org>
Diffstat (limited to 'include/qemu/plugin.h')
| -rw-r--r-- | include/qemu/plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/plugin.h b/include/qemu/plugin.h index 0c9e4f981e..bc5aef979e 100644 --- a/include/qemu/plugin.h +++ b/include/qemu/plugin.h @@ -83,7 +83,6 @@ struct qemu_plugin_regular_cb { struct qemu_plugin_inline_cb { qemu_plugin_u64 entry; - enum qemu_plugin_op op; uint64_t imm; enum qemu_plugin_mem_rw rw; }; |