Linux Foundation Collaborative Projects
index
:
kvmfornfv
master
stable/brahmaputra
stable/colorado
stable/danube
stable/euphrates
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu
/
stubs
/
get-vm-name.c
blob: e5f619ffab5e8d51e24647cf44dba8926cd66e28 (
plain
)
1
2
3
4
5
6
7
#include
"qemu-common.h"
const
char
*
qemu_get_vm_name
(
void
)
{
return
NULL
;
}