xref
: /
openbmc
/
qemu
/
stubs
/
get-vm-name.c
(revision a719a27c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
qemu-common.h
"
2
3
const
char
*
qemu_get_vm_name
(
void
)
4
{
5
return
NULL
;
6
}
7
8