Commit 87b47350eddb859f870046a56b457d3e748deab7
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,6 +614,9 @@ translation mode (@var{t}=none, lba or auto). Usually QEMU can guess | ||
614 | all thoses parameters. This option is useful for old MS-DOS disk | 614 | all thoses parameters. This option is useful for old MS-DOS disk |
615 | images. | 615 | images. |
616 | 616 | ||
617 | +@item -L path | ||
618 | +Set the directory for the BIOS, VGA BIOS and keymaps. | ||
619 | + | ||
617 | @item -std-vga | 620 | @item -std-vga |
618 | Simulate a standard VGA card with Bochs VBE extensions (default is | 621 | Simulate a standard VGA card with Bochs VBE extensions (default is |
619 | Cirrus Logic GD5446 PCI VGA). If your guest OS supports the VESA 2.0 | 622 | Cirrus Logic GD5446 PCI VGA). If your guest OS supports the VESA 2.0 |
vl.c
@@ -5899,7 +5899,7 @@ void help(void) | @@ -5899,7 +5899,7 @@ void help(void) | ||
5899 | "-d item1,... output log to %s (use -d ? for a list of log items)\n" | 5899 | "-d item1,... output log to %s (use -d ? for a list of log items)\n" |
5900 | "-hdachs c,h,s[,t] force hard disk 0 physical geometry and the optional BIOS\n" | 5900 | "-hdachs c,h,s[,t] force hard disk 0 physical geometry and the optional BIOS\n" |
5901 | " translation (t=none or lba) (usually qemu can guess them)\n" | 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 | #ifdef USE_KQEMU | 5903 | #ifdef USE_KQEMU |
5904 | "-kernel-kqemu enable KQEMU full virtualization (default is user mode only)\n" | 5904 | "-kernel-kqemu enable KQEMU full virtualization (default is user mode only)\n" |
5905 | "-no-kqemu disable KQEMU kernel module usage\n" | 5905 | "-no-kqemu disable KQEMU kernel module usage\n" |