202b6aaad6
QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation. QEMU has two operating modes: * Full system emulation. In this mode, QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different Operating Systems without rebooting the PC or to debug system code. * User mode emulation (Linux host only). In this mode, .. many thanks for feedback from many people, and for Lars Hansson and Michael Schmidt for posting early work on the port of qemu to ports@ For now, only for macppc and i386, as these are currently the only archs that have reported success building qemu. QEMU can launch Linux processes compiled for one CPU on another CPU.
40 lines
949 B
Plaintext
40 lines
949 B
Plaintext
$OpenBSD: patch-slirp_slirp_config_h,v 1.1.1.1 2005/03/07 16:41:28 todd Exp $
|
|
--- slirp/slirp_config.h.orig Sat Feb 26 03:13:57 2005
|
|
+++ slirp/slirp_config.h Sat Feb 26 03:15:10 2005
|
|
@@ -92,7 +92,7 @@
|
|
#undef BAD_SPRINTF
|
|
|
|
/* Define if you have readv */
|
|
-#undef HAVE_READV
|
|
+#define HAVE_READV
|
|
|
|
/* Define if iovec needs to be declared */
|
|
#undef DECLARE_IOVEC
|
|
@@ -104,7 +104,7 @@
|
|
#undef DECLARE_SPRINTF
|
|
|
|
/* Define if you have a POSIX.1 sys/wait.h */
|
|
-#undef HAVE_SYS_WAIT_H
|
|
+#define HAVE_SYS_WAIT_H
|
|
|
|
/* Define if you have sys/select.h */
|
|
#undef HAVE_SYS_SELECT_H
|
|
@@ -122,7 +122,7 @@
|
|
#endif
|
|
|
|
/* Define if you have sys/signal.h */
|
|
-#undef HAVE_SYS_SIGNAL_H
|
|
+#define HAVE_SYS_SIGNAL_H
|
|
|
|
/* Define if you have sys/stropts.h */
|
|
#undef HAVE_SYS_STROPTS_H
|
|
@@ -198,7 +198,7 @@
|
|
#undef HAVE_GRANTPT
|
|
|
|
/* Define if you have fchmod */
|
|
-#undef HAVE_FCHMOD
|
|
+#define HAVE_FCHMOD
|
|
|
|
/* Define if you have <sys/type32.h> */
|
|
#undef HAVE_SYS_TYPES32_H
|