q35: Suppress SMM BIOS initialization under KVM
[qemu.git] / stubs / get-fd.c
blob3561ab60e27efbb2197a69ad6f445c434cf740aa
1 #include "qemu-common.h"
2 #include "monitor.h"
4 int monitor_get_fd(Monitor *mon, const char *name, Error **errp)
6 error_setg(errp, "only QEMU supports file descriptor passing");
7 return -1;