Commit 9d4520d0e06a7dda8f3bf515e2b51fc240db698a

Authored by bellard
1 parent 5b9f457a

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@425 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 8 additions and 8 deletions
qemu-doc.texi
... ... @@ -426,14 +426,14 @@ A 2.5.74 kernel is also included in the archive. Just
426 426 replace the bzImage in qemu.sh to try it.
427 427  
428 428 @item
429   -vl creates a temporary file in @var{$QEMU_TMPDIR} (@file{/tmp} is the
  429 +qemu creates a temporary file in @var{$QEMU_TMPDIR} (@file{/tmp} is the
430 430 default) containing all the simulated PC memory. If possible, try to use
431 431 a temporary directory using the tmpfs filesystem to avoid too many
432 432 unnecessary disk accesses.
433 433  
434 434 @item
435   -In order to exit cleanly for vl, you can do a @emph{shutdown} inside
436   -vl. vl will automatically exit when the Linux shutdown is done.
  435 +In order to exit cleanly from qemu, you can do a @emph{shutdown} inside
  436 +qemu. qemu will automatically exit when the Linux shutdown is done.
437 437  
438 438 @item
439 439 You can boot slightly faster by disabling the probe of non present IDE
... ... @@ -458,7 +458,7 @@ usage: qemu [options] [disk_image]
458 458 @end example
459 459  
460 460 @c man begin OPTIONS
461   -@var{disk_image} is a raw hard image image for IDE hard disk 0.
  461 +@var{disk_image} is a raw hard disk image for IDE hard disk 0.
462 462  
463 463 General options:
464 464 @table @option
... ... @@ -476,7 +476,7 @@ the write back by pressing @key{C-a s} (@xref{disk_images}).
476 476 Set virtual RAM size to @var{megs} megabytes.
477 477  
478 478 @item -n script
479   -Set network init script [default=/etc/vl-ifup]. This script is
  479 +Set network init script [default=/etc/qemu-ifup]. This script is
480 480 launched to configure the host network interface (usually tun0)
481 481 corresponding to the virtual NE2000 card.
482 482  
... ... @@ -519,7 +519,7 @@ Wait gdb connection to port 1234 (@xref{gdb_usage}).
519 519 @item -p port
520 520 Change gdb connection port.
521 521 @item -d
522   -Output log in /tmp/vl.log
  522 +Output log in /tmp/qemu.log
523 523 @end table
524 524  
525 525 During emulation, use @key{C-a h} to get terminal commands:
... ... @@ -704,10 +704,10 @@ exactly the same kernel as you would boot on your PC (in
704 704 QEMU has a primitive support to work with gdb, so that you can do
705 705 'Ctrl-C' while the virtual machine is running and inspect its state.
706 706  
707   -In order to use gdb, launch vl with the '-s' option. It will wait for a
  707 +In order to use gdb, launch qemu with the '-s' option. It will wait for a
708 708 gdb connection:
709 709 @example
710   -> vl -s arch/i386/boot/bzImage -hda root-2.4.20.img root=/dev/hda
  710 +> qemu -s arch/i386/boot/bzImage -hda root-2.4.20.img root=/dev/hda
711 711 Connected to host network interface: tun0
712 712 Waiting gdb connection on port 1234
713 713 @end example
... ...