repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging
[qemu/ar7.git]
/
stubs
/
get-vm-name.c
blob
0906303f73068e792fd065f90fc040d911782b5b
1
#include
"qemu/osdep.h"
2
#include
"sysemu/sysemu.h"
3
4
const char
*
qemu_get_vm_name
(
void
)
5
{
6
return
NULL
;
7
}
8