- Fix install(1) usage to be compatible with OpenBSD's install(1). - Allow overriding the location of Samba's smbd, From Brad - Remove PROVIDE_HIDDEN and ONLY_IF_{RO,RW} from linker scripts to make them work with older binutils versions. Fixes *-bsd-user build on OpenBSD 4.9 which ships binutils 2.15. From Gerd Hoffmann <kraxel at redhat dot com>
17 lines
826 B
Plaintext
17 lines
826 B
Plaintext
$OpenBSD: patch-qemu-options_hx,v 1.4 2011/09/21 09:02:30 sthen Exp $
|
|
--- qemu-options.hx.orig Mon Aug 8 14:28:42 2011
|
|
+++ qemu-options.hx Tue Sep 6 22:51:02 2011
|
|
@@ -1256,9 +1256,9 @@ or @file{C:\WINNT\SYSTEM32\DRIVERS\ETC\LMHOSTS} (Windo
|
|
|
|
Then @file{@var{dir}} can be accessed in @file{\\smbserver\qemu}.
|
|
|
|
-Note that a SAMBA server must be installed on the host OS in
|
|
-@file{/usr/sbin/smbd}. QEMU was tested successfully with smbd versions from
|
|
-Red Hat 9, Fedora Core 3 and OpenSUSE 11.x.
|
|
+Note that a SAMBA server must be installed on the host OS.
|
|
+QEMU was tested successfully with smbd versions from Red Hat 9,
|
|
+Fedora Core 3 and OpenSUSE 11.x.
|
|
|
|
@item hostfwd=[tcp|udp]:[@var{hostaddr}]:@var{hostport}-[@var{guestaddr}]:@var{guestport}
|
|
Redirect incoming TCP or UDP connections to the host port @var{hostport} to
|