]> git.proxmox.com Git - qemu.git/commit
Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 10 Jun 2010 09:42:25 +0000 (11:42 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
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 <Jes.Sorensen@redhat.com>
Acked-by: Juan Quintela <quintela@redhat.com>
Acked-by: Richard Henderson <rth@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.objs
os-posix.c
os-win32.c
qemu-options.h [new file with mode: 0644]
sysemu.h
vl.c