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
migration/postcopy: discard_length must not be 0
[qemu/ar7.git]
/
stubs
/
get-vm-name.c
blob
fa990136b068d0cff44da95ac11f46084b267009
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
4
const char
*
qemu_get_vm_name
(
void
)
5
{
6
return
NULL
;
7
}
8