[PULL 08/15] plugins: Add memory virtual address write API

2025-07-02 Thread Alex Bennée
From: Rowan Hart This patch adds functions to the plugins API to allow reading and writing memory via virtual addresses. These functions only permit doing so on the current CPU, because there is no way to ensure consistency if plugins are allowed to read or write to other CPUs that aren't current

[PULL 08/15] plugins: Add memory virtual address write API

2025-07-02 Thread Alex Bennée
From: Rowan Hart This patch adds functions to the plugins API to allow reading and writing memory via virtual addresses. These functions only permit doing so on the current CPU, because there is no way to ensure consistency if plugins are allowed to read or write to other CPUs that aren't current