]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/get-vm-name.c
spapr_iommu: Make H_PUT_TCE_INDIRECT endian-safe
[mirror_qemu.git] / stubs / get-vm-name.c
1 #include "qemu-common.h"
2
3 const char *qemu_get_vm_name(void)
4 {
5 return NULL;
6 }
7