On Mon, Jun 27, 2011 at 7:53 AM, Wayne Xia <xiaw...@linux.vnet.ibm.com> wrote: > Made an option to let qemu pass a picture to bios, let the bios show it as a > logo. By default it is off, enable it as following > -boot splash_time=N,splash_filename=P
It's a shame qemu-config.c has some options that use this_syntax and some that use this-syntax. There are more that use hyphen ('-') so I think splash-time and splash-filename would be better. Otherwise we head closer to a 50/50 split of confusion when it comes to '-' vs '_' syntax :). Stefan