All of lore.kernel.org
 help / color / mirror / Atom feed
* param format about qeme extra options parse in
@ 2010-12-07  7:29 Ke, Liping
  2010-12-07  9:04 ` Scott Garman
  2010-12-07 16:30 ` Saul Wold
  0 siblings, 2 replies; 5+ messages in thread
From: Ke, Liping @ 2010-12-07  7:29 UTC (permalink / raw)
  To: Zhang, Jessica, Lu, Lianhao, Garman, Scott A; +Cc: yocto@yoctoproject.org

Hi, Jessica & Scott

I am now looking@the task of User specified qemu config support, desc " We'll provide user an edit box which allows advanced qemu user to specify arbitrary qemu configuration to meet their needs, which the poky-qemu scrip will just append the config list towards the end of the list of parameters to bring up qemu, it also expect the poky-qemu script to do some basic sanity check on the user specifications to catch the obvious mistake"


Currently, for the user experiences, the param parsing is without specific ordering. So the parsing shell code would be somewhat fixed. Since we're needing to append other user options directly, the options vary greatly. So my plan is all user options are put into "" and read in as one parameters for easier processing in the shell script, for example:

./poky-qemu qemuarm qemuarm.bin unfs_dir serial "-smp -hda /dev/myfda_file -m 256" (extra options for advance user)


How do you think of it? All extra options are given within "" as one parameter.

Thanks& Regards,
criping


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-08  1:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-07  7:29 param format about qeme extra options parse in Ke, Liping
2010-12-07  9:04 ` Scott Garman
2010-12-08  1:46   ` Ke, Liping
2010-12-07 16:30 ` Saul Wold
2010-12-07 17:09   ` Zhang, Jessica

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.