Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
stubs
/
monitor-hmp.c
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
c
9 lines
154 Bytes
Copy permalink
Copy
Raw
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#include
"qemu/osdep.h"
4
#include
"monitor/hmp.h"
5
6
MonitorHMP
*
monitor_cur_hmp
(
void
)
7
{
8
return
NULL
;
9
}