blob: 8307eee0978563a3a2ffc6955422737bc8aec1e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: qemu/vl.h
@@ -73,6 +73,10 @@
#define PRIo64 "I64o"
#endif
+#ifndef ENOMEDIUM
+#define ENOMEDIUM 4097
+#endif
+
#ifdef QEMU_TOOL
/* we use QEMU_TOOL in the command line tools which do not depend on
|