<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/scripts/poky-qemu-internal, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2011-04-20T15:44:10Z</updated>
<entry>
<title>Rename poky-qemu to runqemu</title>
<updated>2011-04-20T15:44:10Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-04-20T15:44:10Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=7687d91f73f4a116593315b3b1488ac3f0904905'/>
<id>urn:sha1:7687d91f73f4a116593315b3b1488ac3f0904905</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>scripts/poky-qemu-internal: call stty sane before exit</title>
<updated>2011-03-31T14:38:46Z</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-03-17T23:33:43Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=201a43cce6171988999f954a5759f46b330a7812'/>
<id>urn:sha1:201a43cce6171988999f954a5759f46b330a7812</id>
<content type='text'>
When qemu is booted into console with -nographics
then after exiting the terminal line settings are messed
up. This patch calls stty sane to restore the terminal
settings to default.

stty is part of coreutils which is installed on all
host distros hence there is no need to warn about it
being available or not

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/poky-qemu-internal: Add rw to KERNCMDLINE for non nfs boots as well</title>
<updated>2011-03-21T18:05:04Z</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-03-17T18:24:39Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=44359c953a6205a5028483e22b81e9d1691bfd44'/>
<id>urn:sha1:44359c953a6205a5028483e22b81e9d1691bfd44</id>
<content type='text'>
Without using rw the ext3 images boot the kernel but do not spawn the
console at the end

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/poky-qemu-internal: Pass -m &lt;mem_size&gt; always on commandline</title>
<updated>2011-03-21T18:04:53Z</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-03-17T03:20:24Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=03ef61ed189264a75adbaf32644a80568b410b9b'/>
<id>urn:sha1:03ef61ed189264a75adbaf32644a80568b410b9b</id>
<content type='text'>
There is a nasty bug in qemu 0.14.0 where it over writes device memory
if the default sizes was not specified on commandline. It can be
worked around by this patch.

I also simplified the memory size calculation logic a bit so we append
'M' to QEMU_MEMORY at the very end instead of sed'ing it afterwards

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>qemu: make warning messages consistent in format</title>
<updated>2011-03-18T23:19:13Z</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-03-18T17:28:08Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=7895377378c197289b82e3bbc059454770911abd'/>
<id>urn:sha1:7895377378c197289b82e3bbc059454770911abd</id>
<content type='text'>
Try to make the output of the qemu script a bit more consistent by using the
same format for the various warning messages:

WARNING: description of warning.
Detailed description of warning, actions taken, and/or instructions to user.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>qemu: warn user if nVidia libGL is detected (leads to qemu segfault)</title>
<updated>2011-03-18T23:18:58Z</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-03-18T17:18:48Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=2247ffe954b5a71f82944d23141c836b38716654'/>
<id>urn:sha1:2247ffe954b5a71f82944d23141c836b38716654</id>
<content type='text'>
nVidia's OpenGL libraries are known to have compatibility issues with qemu,
resulting in a segfault. As different workarounds are required for the different
distributions, just warn the user to explain the qemu segfault to follow, and
suggest a workaround using LD_PRELOAD.

[YOCTO #649]
[YOCTO #698]

(Original patch from Edwin, Darren modified warning and git commit wording)

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
CC: Mark Hatle &lt;mark.hatle@windriver.com&gt;
CC: Zhai Edwin &lt;edwin.zhai@intel.com&gt;
</content>
</entry>
<entry>
<title>poky-qemu-internal: force oprofile into using timer interrupt mode for qemux86/qemux86-64 for now</title>
<updated>2011-03-14T20:59:55Z</updated>
<author>
<name>Dexuan Cui</name>
<email>dexuan.cui@intel.com</email>
</author>
<published>2011-03-14T08:52:37Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=39249cfde962b3338c2c55b99a03842ec25ecd44'/>
<id>urn:sha1:39249cfde962b3338c2c55b99a03842ec25ecd44</id>
<content type='text'>
Currently oprofile's event based interrupt mode doesn't work(Bug #828) in
qemux86 and qemux86-64. We can use timer interrupt mode for now.

Signed-off-by: Dexuan Cui &lt;dexuan.cui@intel.com&gt;
</content>
</entry>
<entry>
<title>qemu-script: Remove mmap_min_addr check</title>
<updated>2011-03-04T19:37:08Z</updated>
<author>
<name>Zhai Edwin</name>
<email>edwin.zhai@intel.com</email>
</author>
<published>2011-03-04T11:32:18Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=48181023314ac09743b958b0035399797fe6cff9'/>
<id>urn:sha1:48181023314ac09743b958b0035399797fe6cff9</id>
<content type='text'>
qemu 0.13.0 can handle mmap_min_addr well, and patch to remove checks in
sanity.bbclass has already in oe-core mailinglist by Raj. This patch does
the same thing for qemu-script.

Signed-off-by: Zhai Edwin &lt;edwin.zhai@intel.com&gt;
</content>
</entry>
<entry>
<title>Add extra parameters options for poky-qemu scripts</title>
<updated>2010-12-16T15:53:09Z</updated>
<author>
<name>Liping Ke</name>
<email>liping.ke@intel.com</email>
</author>
<published>2010-12-15T17:45:30Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=ae4f5c942ef0561335313d676ff8defc0f0bdbbc'/>
<id>urn:sha1:ae4f5c942ef0561335313d676ff8defc0f0bdbbc</id>
<content type='text'>
In order to support qemu user's flexibility requirement, we add extra
parameter options, user can add extra params such as "&lt;-m 256&gt;"
in poky-qemu script command.

Signed-off-by: Liping ke &lt;liping.ke@intel.com&gt;
</content>
</entry>
<entry>
<title>Make poky-qemu and related scripts work with arbitrary SDK locations</title>
<updated>2010-12-09T15:00:45Z</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2010-12-08T04:59:06Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=ba5e0b9531b9a967aa3d408a13024590d96b8391'/>
<id>urn:sha1:ba5e0b9531b9a967aa3d408a13024590d96b8391</id>
<content type='text'>
* No longer assume SDK toolchains are installed in /opt/poky
* [BUGFIX #568] where specifying paths to both the kernel and fs
  image caused an error due to POKY_NATIVE_SYSROOT never being
  set, triggering failure of poky-qemu-ifup/ifdown
* Cosmetic improvements to usage() functions by using basename

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
</feed>
