Statistics
| Branch: | Revision:

root / qemu-options.h @ 66fcf8ff

History | View | Annotate | Download (1.5 kB)

# Date Author Comment
59a5264b 06/12/2010 08:49 am Jes Sorensen

Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c

Introduce OS specific cmdline argument handling by calling
os_parse_cmd_args() at the end of switch() statement. Move option
enum to qemu-options.h and have it included from os-posix.c and...