All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>,
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH V3 0/8] runqemu: refactor it and remove machine knowledge
Date: Mon, 22 Aug 2016 13:49:56 +0800	[thread overview]
Message-ID: <a9c2595b-ddeb-f1fb-bad8-c8e98c8767fe@windriver.com> (raw)
In-Reply-To: <1471723778.16712.74.camel@linuxfoundation.org>



On 08/21/2016 04:09 AM, Richard Purdie wrote:
> On Thu, 2016-08-18 at 23:55 -0700, Robert Yang wrote:
>> * V3
>>   - Move the qemu boot settings out of tune files (e.g., arch
>> -x86.inc)
>>     to avoid mixing BSP settings with the tunings as Mark suggested.
>> and
>>     put them to <machine>.conf or <qemuboot>.inc file.
>
> I tried pulling this into master-next and testing on the autobuilder.
> It seems there is a problem with the networking and device
> locking/allocation:

Sorry, I can't use "with open(lock, 'w') as f:" since the file would be
closed automatically when "with" section is done, and the file will be
unlocked when closed.

>
> https://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/8
> 55/steps/Running%20Sanity%20Tests/logs/stdio
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds
> /531
>
> [and many others]
>
> Also a problem with runqemu-internal being removed:
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-intel-gpl/bu
> ilds/886/steps/BuildImages/logs/stdio

Sorry, I will fix this in V4.


// Robert

>
> Cheers,
>
> Richard
>


      reply	other threads:[~2016-08-22  5:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-19  6:55 [PATCH V3 0/8] runqemu: refactor it and remove machine knowledge Robert Yang
2016-08-19  6:55 ` [PATCH V3 1/8] qemuboot.bbclass: add it for runqemu Robert Yang
2016-08-19  6:55 ` [PATCH V3 2/8] qemuarm.conf: set vars " Robert Yang
2016-08-19  6:55 ` [PATCH V3 3/8] qemuarm64.conf: " Robert Yang
2016-08-19  6:55 ` [PATCH V3 4/8] qemux86.conf/qemux86-64.conf: " Robert Yang
2016-08-19  6:55 ` [PATCH V3 5/8] qemumips/qemumips64.conf: " Robert Yang
2016-08-19  6:55 ` [PATCH V3 6/8] qemuppc.conf: " Robert Yang
2016-08-19  6:55 ` [PATCH V3 7/8] qemu.inc: inherit qemuboot.bbclass Robert Yang
2016-08-19  6:55 ` [PATCH V3 8/8] runqemu: refactor it and remove machine knowledge Robert Yang
2016-08-19  7:52   ` Nathan Rossi
2016-08-19  8:20     ` Robert Yang
2016-08-19  8:52       ` Nathan Rossi
2016-08-19  9:34         ` Robert Yang
2016-08-20 20:09 ` [PATCH V3 0/8] " Richard Purdie
2016-08-22  5:49   ` Robert Yang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a9c2595b-ddeb-f1fb-bad8-c8e98c8767fe@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.