Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
stubs
/
hmp-cmds-hw-s390x.c
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
c
15 lines
251 Bytes
Copy permalink
Copy
Raw
1
/*
2
* Human Monitor hw/s390x stubs
3
*
4
* Copyright (c) Linaro
5
*
6
* SPDX-License-Identifier: GPL-2.0-or-later
7
*/
8
9
#include
"qemu/osdep.h"
10
#include
"monitor/hmp.h"
11
12
HMP_STUB
(
dump_skeys
)
13
HMP_STUB
(
info_cmma
)
14
HMP_STUB
(
info_skeys
)
15
HMP_STUB
(
migrationmode
)