Re: [yocto] Migration info - runqemu

2016-10-19 Thread Robert Yang
Hi Joshua, On 10/19/2016 05:31 PM, Lock, Joshua G wrote: Hi Scott, My only real concern is where we say "The script requires a configuration file…". The configuration file isn't compulsory. Previous usage models are supported, as noted below. If we want to officially support runqemu boot

Re: [yocto] Migration info - runqemu

2016-10-19 Thread Lock, Joshua G
Hi Scott, My only real concern is where we say "The script requires a configuration file…". The configuration file isn't compulsory. Previous usage models are supported, as noted below. The configuration file enables fine-grained tuning of options passed to qemu without the runqemu script

Re: [yocto] Migration info - runqemu

2016-10-15 Thread Trevor Woerner
On Fri, Oct 14, 2016 at 5:16 AM, Robert Yang wrote: > Yes, the benefit is that the machine knowledge are not hardcoded into > runqemu any more, the bsp can define its own arguments to make it can be > boot by runqemu. And previous usage patterns also be supported.

Re: [yocto] Migration info - runqemu

2016-10-14 Thread Robert Yang
On 10/14/2016 04:35 PM, Lock, Joshua G wrote: On Fri, 2016-10-14 at 10:12 +0800, Robert Yang wrote: Hi Paul and Scott, Here it is, and please feel free to comment, most of them are from qemuboot.bbclass: The new runqemu is a python script, it requires a -.qemuboot.conf to boot the bsp, the

Re: [yocto] Migration info - runqemu

2016-10-14 Thread Lock, Joshua G
On Fri, 2016-10-14 at 10:12 +0800, Robert Yang wrote: > Hi Paul and Scott, > > Here it is, and please feel free to comment, most of them are from > qemuboot.bbclass: > > The new runqemu is a python script, it requires a > -.qemuboot.conf to boot the bsp, the > qemuboot.conf > is generated by

Re: [yocto] Migration info - runqemu

2016-10-14 Thread robert.berger@gmane
Hi Robert, On 2016-10-14 05:12, Robert Yang wrote: QB_SYSTEM_NAME: qemu name, e.g., "qemu-system-i386" QB_OPT_APPEND: options to append to qemu, e.g., "-show-cursor" ... Could you also please mention which of those values are obligatory and what are the default values in case they are not

Re: [yocto] Migration info - runqemu

2016-10-13 Thread Robert Yang
Hi Paul and Scott, Here it is, and please feel free to comment, most of them are from qemuboot.bbclass: The new runqemu is a python script, it requires a -.qemuboot.conf to boot the bsp, the qemuboot.conf is generated by qemuboot.bbclass during build rootfs, qemu boot arguments can be set in