Commit b1f452387e27060fdf69f1979335336c52c4e58c

Authored by ths
1 parent 069b0bda

More documentation bits, from Stefan Weil.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3073 c046a42c-6fe2-441c-8c8c-71466251a162
qemu-doc.texi
@@ -1164,6 +1164,8 @@ change or eject media. @@ -1164,6 +1164,8 @@ change or eject media.
1164 @item Hard disks 1164 @item Hard disks
1165 Hard disks can be used with the syntax: @file{\\.\PhysicalDriveN} 1165 Hard disks can be used with the syntax: @file{\\.\PhysicalDriveN}
1166 where @var{N} is the drive number (0 is the first hard disk). 1166 where @var{N} is the drive number (0 is the first hard disk).
  1167 +@file{/dev/hda} is supported as an alias to the first hard disk
  1168 +drive @file{\\.\PhysicalDrive0}.
1167 1169
1168 WARNING: unless you know what you do, it is better to only make 1170 WARNING: unless you know what you do, it is better to only make
1169 READ-ONLY accesses to the hard disk otherwise you may corrupt your 1171 READ-ONLY accesses to the hard disk otherwise you may corrupt your
qemu-tech.texi
@@ -176,6 +176,8 @@ Current QEMU limitations: @@ -176,6 +176,8 @@ Current QEMU limitations:
176 176
177 @item The system emulation is not complete enough to run real firmware. 177 @item The system emulation is not complete enough to run real firmware.
178 178
  179 +@item The watchpoint debug facility is not implemented.
  180 +
179 @end itemize 181 @end itemize
180 182
181 @node intro_ppc_emulation 183 @node intro_ppc_emulation
@@ -575,7 +577,7 @@ The TwoOStwo PC virtualizer. @@ -575,7 +577,7 @@ The TwoOStwo PC virtualizer.
575 @chapter Regression Tests 577 @chapter Regression Tests
576 578
577 In the directory @file{tests/}, various interesting testing programs 579 In the directory @file{tests/}, various interesting testing programs
578 -are available. There are used for regression testing. 580 +are available. They are used for regression testing.
579 581
580 @menu 582 @menu
581 * test-i386:: 583 * test-i386::