Re: [PATCH V4 00/11] runqemu: refactor it and remove machine knowledge
From: Robert Yang <hidden>
Date: 2016-08-23 09:21:22
On 08/23/2016 05:05 PM, Richard Purdie wrote:
On Mon, 2016-08-22 at 00:52 -0700, Robert Yang wrote:quoted
* V4 - Now the conf files can use @TAP@, @ROOTFS@ and @PORT@ when set vars for runqemu, so all the arch info are gone. And also update comments in qemuboot.bbclass. - Add var QB_SLIRP_OPT for slirp mode as Nathan suggested, also add QB_TAP_OPT whichi is for tap mode. - Print "Try 'runqemu help' on how to use it" when failed to parse args as Nathan suggested. - Fix device locking problems. - Fix nativesdk-qemu-helper. - Fix comments for qemurunner.py/qemutinyrunner.pyThis is looking much better, thanks but we've still had some issues: https://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/870/steps/Running%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/856/steps/Running%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/870/steps/Running%20Sanity%20Tests/logs/stdio
Sorry, these should be race issues, I will fix it.
and: https://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/652/steps/Running%20oe-selftest/logs/stdio I'm also not sure what caused these, whether it was this patchset or not: https://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/927/steps/Running%20ESDK%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-mips/builds/901/steps/Running%20ESDK%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/914/steps/Running%20ESDK%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/914/steps/Running%20ESDK%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/935
I'm not sure either, need more investigations. // Robert
Cheers, Richard