diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-13 18:40:46 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-13 18:40:46 +0000 |
commit | b67838393679b0504c9ab0e7d53e0a26bb42c6a3 (patch) | |
tree | 1bc4dfc306414c40fa5e7280bc0aaf411663b094 /qemu-doc.texi | |
parent | Fix crash in set registers in PPC gdb-stub, by Jason Wessel. (diff) | |
download | qemu-kvm-b67838393679b0504c9ab0e7d53e0a26bb42c6a3.tar.gz qemu-kvm-b67838393679b0504c9ab0e7d53e0a26bb42c6a3.tar.bz2 qemu-kvm-b67838393679b0504c9ab0e7d53e0a26bb42c6a3.zip |
Delete mention of /dev/hda as an alias t o \\PysicalDrive0. Currently
this isn't true, and we probably don't want to make it true by grabbing
namespace which might be used by cygwin.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3080 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index c75d9e09a..67b78cdcd 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1164,8 +1164,6 @@ change or eject media. @item Hard disks Hard disks can be used with the syntax: @file{\\.\PhysicalDriveN} where @var{N} is the drive number (0 is the first hard disk). -@file{/dev/hda} is supported as an alias to the first hard disk -drive @file{\\.\PhysicalDrive0}. WARNING: unless you know what you do, it is better to only make READ-ONLY accesses to the hard disk otherwise you may corrupt your |