On 10/03/2025 16.14, Philippe Mathieu-Daudé wrote:
The storage keys are part of the machine memory.Introduce the TYPE_DUMP_SKEYS_INTERFACE type, allowing machine using storage keys to dump them when a DumpSKeysInterface::qmp_dump_skeys() callback is provided. Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- include/hw/s390x/storage-keys.h | 15 +++++++++++++++ hw/s390x/s390-skeys.c | 5 +++++ 2 files changed, 20 insertions(+)
Reviewed-by: Thomas Huth <th...@redhat.com>