]> Git Repo - qemu.git/blame - stubs/get-vm-name.c
Merge remote-tracking branch 'bonzini/scsi-next' into staging
[qemu.git] / stubs / get-vm-name.c
CommitLineData
5708fc66
PB
1#include "qemu-common.h"
2
3const char *qemu_get_vm_name(void)
4{
5 return NULL;
6}
7
This page took 0.020099 seconds and 4 git commands to generate.