]> git.ipfire.org Git - thirdparty/qemu.git/commit
plugins: Add register write API
authorRowan Hart <rowanbhart@gmail.com>
Fri, 27 Jun 2025 11:25:02 +0000 (12:25 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 2 Jul 2025 09:09:48 +0000 (10:09 +0100)
commit1a92b65859e2d58dbf4b8356940c42c5834e9710
tree805efc0ec4a3bce783403067a26ffeac033e674f
parent1bb6403a34b05a128fbaa27f392f3f78c98c59a9
plugins: Add register write API

This patch adds a function to the plugins API to allow plugins to write
register contents. It also moves the qemu_plugin_read_register function
so all the register-related functions are grouped together in the file.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Rowan Hart <rowanbhart@gmail.com>
Message-ID: <20250624175351.440780-3-rowanbhart@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250627112512.1880708-7-alex.bennee@linaro.org>
include/qemu/qemu-plugin.h
plugins/api.c