Commit 87b47350eddb859f870046a56b457d3e748deab7

Authored by bellard
1 parent 243a273e

-L help


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2119 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 2 changed files with 4 additions and 1 deletions
qemu-doc.texi
... ... @@ -614,6 +614,9 @@ translation mode (@var{t}=none, lba or auto). Usually QEMU can guess
614 614 all thoses parameters. This option is useful for old MS-DOS disk
615 615 images.
616 616  
  617 +@item -L path
  618 +Set the directory for the BIOS, VGA BIOS and keymaps.
  619 +
617 620 @item -std-vga
618 621 Simulate a standard VGA card with Bochs VBE extensions (default is
619 622 Cirrus Logic GD5446 PCI VGA). If your guest OS supports the VESA 2.0
... ...
... ... @@ -5899,7 +5899,7 @@ void help(void)
5899 5899 "-d item1,... output log to %s (use -d ? for a list of log items)\n"
5900 5900 "-hdachs c,h,s[,t] force hard disk 0 physical geometry and the optional BIOS\n"
5901 5901 " translation (t=none or lba) (usually qemu can guess them)\n"
5902   - "-L path set the directory for the BIOS and VGA BIOS\n"
  5902 + "-L path set the directory for the BIOS, VGA BIOS and keymaps\n"
5903 5903 #ifdef USE_KQEMU
5904 5904 "-kernel-kqemu enable KQEMU full virtualization (default is user mode only)\n"
5905 5905 "-no-kqemu disable KQEMU kernel module usage\n"
... ...