mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
s390x: Info skeys sub-command
Provide an info skeys hmp sub-command to allow the end user to dump a storage key for a given address. This is useful for guest operating system developers. Reviewed-by: Thomas Huth <thuth@linux.vnet.ibm.com> Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Jason J. Herne <jjherne@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
This commit is contained in:
parent
a4538a5cc5
commit
a08f0081c9
4 changed files with 36 additions and 0 deletions
|
@ -54,4 +54,6 @@ void s390_skeys_init(void);
|
|||
S390SKeysState *s390_get_skeys_device(void);
|
||||
|
||||
void hmp_dump_skeys(Monitor *mon, const QDict *qdict);
|
||||
void hmp_info_skeys(Monitor *mon, const QDict *qdict);
|
||||
|
||||
#endif /* __S390_STORAGE_KEYS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue