From: Jose Renau <renau@soe.ucsc.edu>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] ENOMEDIUM OS X patch
Date: Mon, 28 Aug 2006 08:45:15 -0700 [thread overview]
Message-ID: <5e7b45b4cf51fac28f28fe90147e19e8@soe.ucsc.edu> (raw)
OS X does not include ENOMEDIUM on the error list (I think that the
same is true for Solaris).
This patch solves the problem.
--- vl.h 19 Aug 2006 12:37:52 -0000 1.144
+++ vl.h 28 Aug 2006 15:44:08 -0000
@@ -84,6 +84,10 @@
#endif /* !defined(QEMU_TOOL) */
+#ifdef CONFIG_COCOA
+#define ENOMEDIUM 4097
+#endif
+
#ifndef glue
#define xglue(x, y) x ## y
#define glue(x, y) xglue(x, y)
--
All men dream, but only that dream during the daytime are the dangerous.
- T. E. Lawrence
next reply other threads:[~2006-08-28 15:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-28 15:45 Jose Renau [this message]
2006-08-28 15:54 ` [Qemu-devel] ENOMEDIUM OS X patch Pierre d'Herbemont
2006-08-28 19:34 ` Eric Lowe
2006-08-28 19:47 ` M. Warner Losh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5e7b45b4cf51fac28f28fe90147e19e8@soe.ucsc.edu \
--to=renau@soe.ucsc.edu \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).