diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-07-28 22:27:28 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-07-28 22:27:28 +0000 |
commit | 6cc721cf4214a088538318083b27ed67a5159f3e (patch) | |
tree | ff86cd824ac70f8de38103890b353279b9f7f903 | |
parent | e99f9060555b67518fe6a3d8303d162b0c4f93a3 (diff) | |
download | qemu-6cc721cf4214a088538318083b27ed67a5159f3e.zip qemu-6cc721cf4214a088538318083b27ed67a5159f3e.tar.gz qemu-6cc721cf4214a088538318083b27ed67a5159f3e.tar.bz2 |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1537 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | qemu-doc.texi | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 17072a7..526bd4b 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -113,6 +113,7 @@ qemu linux.img Linux should boot and give you a prompt. +@node sec_invocation @section Invocation @example @@ -254,7 +255,7 @@ Then @file{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 succesfully with smbd version -2.2.7a from the Red Hat 9. +2.2.7a from the Red Hat 9 and version 3.0.10-1.fc3 from Fedora Core 3. @item -redir [tcp|udp]:host-port:[guest-host]:guest-port @@ -912,6 +913,23 @@ option to enable a specific workaround. After Windows 2000 is installed, you no longer need this option (this option slows down the IDE transfers). +@subsubsection Windows 2000 shutdown + +Windows 2000 cannot automatically shutdown in QEMU although Windows 98 +can. It comes from the fact that Windows 2000 does not automatically +use the APM driver provided by the BIOS. + +In order to correct that, do the following (thanks to Struan +Bartlett): go to the Control Panel => Add/Remove Hardware & Next => +Add/Troubleshoot a device => Add a new device & Next => No, select the +hardware from a list & Next => NT Apm/Legacy Support & Next => Next +(again) a few times. Now the driver is installed and Windows 2000 now +correctly instructs QEMU to shutdown at the appropriate moment. + +@subsubsection Share a directory between Unix and Windows + +See @ref{sec_invocation} about the help of the option @option{-smb}. + @subsubsection Windows XP security problems Some releases of Windows XP install correctly but give a security |