QEMU PC emulator version 0.7.0, Copyright (c) 2003-2004 Fabrice Bellard
usage: qemu [options] [disk_image]

'disk_image' is a raw hard image image for IDE hard disk 0

Standard options:
-fda/-fdb file  use 'file' as floppy disk 0/1 image
-hda/-hdb file  use 'file' as IDE hard disk 0/1 image
-hdc/-hdd file  use 'file' as IDE hard disk 2/3 image
-cdrom file     use 'file' as IDE cdrom image (cdrom is ide1 master)
-boot [a|c|d]   boot on floppy (a), hard disk (c) or CD-ROM (d)
-snapshot       write to temporary files instead of disk image files
-m megs         set virtual RAM size to megs MB [default=128]
-nographic      disable graphical output and redirect serial I/Os to console
-k language     use keyboard layout (for example "fr" for French)
-enable-audio   enable audio support
-localtime      set the real time clock to local time [default=utc]
-full-screen    start in full screen

Network options:
-nics n         simulate 'n' network cards [default=1]
-macaddr addr   set the mac address of the first interface
-n script       set tap/tun network init script [default=/etc/qemu-ifup]
-tun-fd fd      use this fd as already opened tap/tun interface
-user-net       use user mode network stack [default if no tap/tun script]
-tftp prefix    allow tftp access to files starting with prefix [-user-net]
-smb dir        allow SMB access to files in 'dir' [-user-net]
-redir [tcp|udp]:host-port:[guest-host]:guest-port
                redirect TCP or UDP connections from host to guest [-user-net]
-dummy-net      use dummy network stack

Linux boot specific:
-kernel bzImage use 'bzImage' as kernel image
-append cmdline use 'cmdline' as kernel command line
-initrd file    use 'file' as initial ram disk

Debug/Expert options:
-monitor dev    redirect the monitor to char device 'dev'
-serial dev     redirect the serial port to char device 'dev'
-parallel dev   redirect the parallel port to char device 'dev'
-pidfile file   Write PID to 'file'
-S              freeze CPU at startup (use 'c' to start execution)
-s              wait gdb connection to port 1234
-p port         change gdb connection port
-d item1,...    output log to /tmp/qemu.log (use -d ? for a list of log items)
-hdachs c,h,s[,t]  force hard disk 0 physical geometry and the optional BIOS
                translation (t=none or lba) (usually qemu can guess them)
-L path         set the directory for the BIOS and VGA BIOS
-isa            simulate an ISA-only system (default is PCI system)
-std-vga        simulate a standard VGA card with VESA Bochs Extensions
                (default is CL-GD5446 PCI VGA)
-loadvm file    start right away with a saved state (loadvm in monitor)

During emulation, the following keys are useful:
ctrl-alt-f      toggle full screen
ctrl-alt-n      switch to virtual console 'n'
ctrl-alt        toggle mouse and keyboard grab

When using -nographic, press 'ctrl-a h' to get some help.
