index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stubs
/
get-vm-name.c
blob: e5f619ffab5e8d51e24647cf44dba8926cd66e28 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
"qemu-common.h"
const char
*
qemu_get_vm_name
(
void
)
{
return
NULL
;
}