]> Git Repo - qemu.git/commit - softmmu/vl.c
Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c
authorJes Sorensen <[email protected]>
Thu, 10 Jun 2010 09:42:25 +0000 (11:42 +0200)
committerBlue Swirl <[email protected]>
Sat, 12 Jun 2010 05:49:15 +0000 (08:49 +0300)
commit59a5264b994343f01d19faf95c0e5df70346ded8
tree79bfcd1fe59e9d6d945a267b866d903ac0e36da5
parent9f16732a062fc7a3ffc5909dc681f05455cfdabc
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
os-win32.c in addition to vl.c.

In addition move SMB argument to os-posix.c

Signed-off-by: Jes Sorensen <[email protected]>
Acked-by: Juan Quintela <[email protected]>
Acked-by: Richard Henderson <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
Makefile.objs
os-posix.c
os-win32.c
qemu-options.h [new file with mode: 0644]
sysemu.h
vl.c
This page took 0.025772 seconds and 4 git commands to generate.