Commit 6cc721cf4214a088538318083b27ed67a5159f3e
1 parent
e99f9060
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1537 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
19 additions
and
1 deletions
qemu-doc.texi
| @@ -113,6 +113,7 @@ qemu linux.img | @@ -113,6 +113,7 @@ qemu linux.img | ||
| 113 | 113 | ||
| 114 | Linux should boot and give you a prompt. | 114 | Linux should boot and give you a prompt. |
| 115 | 115 | ||
| 116 | +@node sec_invocation | ||
| 116 | @section Invocation | 117 | @section Invocation |
| 117 | 118 | ||
| 118 | @example | 119 | @example |
| @@ -254,7 +255,7 @@ Then @file{dir} can be accessed in @file{\\smbserver\qemu}. | @@ -254,7 +255,7 @@ Then @file{dir} can be accessed in @file{\\smbserver\qemu}. | ||
| 254 | 255 | ||
| 255 | Note that a SAMBA server must be installed on the host OS in | 256 | Note that a SAMBA server must be installed on the host OS in |
| 256 | @file{/usr/sbin/smbd}. QEMU was tested succesfully with smbd version | 257 | @file{/usr/sbin/smbd}. QEMU was tested succesfully with smbd version |
| 257 | -2.2.7a from the Red Hat 9. | 258 | +2.2.7a from the Red Hat 9 and version 3.0.10-1.fc3 from Fedora Core 3. |
| 258 | 259 | ||
| 259 | @item -redir [tcp|udp]:host-port:[guest-host]:guest-port | 260 | @item -redir [tcp|udp]:host-port:[guest-host]:guest-port |
| 260 | 261 | ||
| @@ -912,6 +913,23 @@ option to enable a specific workaround. After Windows 2000 is | @@ -912,6 +913,23 @@ option to enable a specific workaround. After Windows 2000 is | ||
| 912 | installed, you no longer need this option (this option slows down the | 913 | installed, you no longer need this option (this option slows down the |
| 913 | IDE transfers). | 914 | IDE transfers). |
| 914 | 915 | ||
| 916 | +@subsubsection Windows 2000 shutdown | ||
| 917 | + | ||
| 918 | +Windows 2000 cannot automatically shutdown in QEMU although Windows 98 | ||
| 919 | +can. It comes from the fact that Windows 2000 does not automatically | ||
| 920 | +use the APM driver provided by the BIOS. | ||
| 921 | + | ||
| 922 | +In order to correct that, do the following (thanks to Struan | ||
| 923 | +Bartlett): go to the Control Panel => Add/Remove Hardware & Next => | ||
| 924 | +Add/Troubleshoot a device => Add a new device & Next => No, select the | ||
| 925 | +hardware from a list & Next => NT Apm/Legacy Support & Next => Next | ||
| 926 | +(again) a few times. Now the driver is installed and Windows 2000 now | ||
| 927 | +correctly instructs QEMU to shutdown at the appropriate moment. | ||
| 928 | + | ||
| 929 | +@subsubsection Share a directory between Unix and Windows | ||
| 930 | + | ||
| 931 | +See @ref{sec_invocation} about the help of the option @option{-smb}. | ||
| 932 | + | ||
| 915 | @subsubsection Windows XP security problems | 933 | @subsubsection Windows XP security problems |
| 916 | 934 | ||
| 917 | Some releases of Windows XP install correctly but give a security | 935 | Some releases of Windows XP install correctly but give a security |