On Mon, 2025-03-10 at 16:14 +0100, Philippe Mathieu-Daudé wrote: > In preparation to make @dump-skeys command generic, > extract s390_qmp_dump_skeys() out of qmp_dump_skeys(). > Register it as CCW qmp_dump_skeys() callback. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > include/hw/s390x/storage-keys.h | 1 + > hw/s390x/s390-skeys.c | 7 ++++++- > hw/s390x/s390-virtio-ccw.c | 3 +++ > 3 files changed, 10 insertions(+), 1 deletion(-)
Reviewed-by: Eric Farman <far...@linux.ibm.com>