<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/tests/cris, branch master</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/tests/cris?h=master</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/tests/cris?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2012-01-12T16:03:28+00:00</updated>
<entry>
<title>tests: mv tests/* -&gt; tests/tcg</title>
<updated>2012-01-12T16:03:28+00:00</updated>
<author>
<name>Anthony Liguori</name>
</author>
<published>2012-01-10T19:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c09015dd04e14a9b99250ed06fb5a47e2efa387f'/>
<id>urn:sha1:c09015dd04e14a9b99250ed06fb5a47e2efa387f</id>
<content type='text'>
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>fix spelling in tests sub directory</title>
<updated>2011-12-02T10:50:57+00:00</updated>
<author>
<name>Dong Xu Wang</name>
</author>
<published>2011-11-22T10:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=45658076ad643c78b9a9bae8cd0b091c512411e3'/>
<id>urn:sha1:45658076ad643c78b9a9bae8cd0b091c512411e3</id>
<content type='text'>
Signed-off-by: Dong Xu Wang &lt;wdongxu@linux.vnet.ibm.com&gt;
Signed-off-by: Stefan Hajnoczi &lt;stefanha@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>tests/cris: Fix some errors and potential crashes</title>
<updated>2011-04-03T19:58:38+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2011-04-03T19:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2917dce477f91e933052f5555b4c6be961ff624e'/>
<id>urn:sha1:2917dce477f91e933052f5555b4c6be961ff624e</id>
<content type='text'>
These errors were reported by cppcheck:

tests/cris/check_openpf1.c:30: error:
Mismatching allocation and deallocation: f

tests/cris/check_openpf2.c:13: error:
Mismatching allocation and deallocation: f

tests/cris/check_stat3.c:16: error:
Buffer overrun possible for long cmd-line args

tests/cris/check_stat4.c:18: error:
Buffer overrun possible for long cmd-line args

The first two are obvious coding errors (fopen needs fclose, not close).

The last two may seem less important (nobody will start test code
with an argument of more than 1022 characters which raises a buffer
overrun). Fixing them nevertheless helps with static code checks
like those done by cppcheck.

Signed-off-by: Stefan Weil &lt;weil@mail.berlios.de&gt;
Signed-off-by: Edgar E. Iglesias &lt;edgar.iglesias@gmail.com&gt;
</content>
</entry>
<entry>
<title>Delete useless 'extern' qualifiers for functions</title>
<updated>2011-01-23T16:21:20+00:00</updated>
<author>
<name>Blue Swirl</name>
</author>
<published>2011-01-23T16:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=64b85a8f2359ca3a995499afaf3c87d8e036e030'/>
<id>urn:sha1:64b85a8f2359ca3a995499afaf3c87d8e036e030</id>
<content type='text'>
'extern' qualifier is useless for function declarations. Delete
them.

Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>Replace 'extern inline' with 'static inline'</title>
<updated>2011-01-17T20:26:30+00:00</updated>
<author>
<name>Blue Swirl</name>
</author>
<published>2011-01-17T20:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=4a6648f44eefbfbea38a1de56f8a8e44a8892941'/>
<id>urn:sha1:4a6648f44eefbfbea38a1de56f8a8e44a8892941</id>
<content type='text'>
Acked-by: Edgar E. Iglesias &lt;edgar.iglesias@gmail.com&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove wrong semicolon in macro definition</title>
<updated>2010-09-14T08:58:38+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2010-09-13T19:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=46411f863c26ff85c48b97939502007610c95398'/>
<id>urn:sha1:46411f863c26ff85c48b97939502007610c95398</id>
<content type='text'>
Macros normally should not end with a semicolon,
otherwise their usage results in two statements
where only one statement was expected.

Signed-off-by: Stefan Weil &lt;weil@mail.berlios.de&gt;
Signed-off-by: Edgar E. Iglesias &lt;edgar.iglesias@gmail.com&gt;
</content>
</entry>
<entry>
<title>cris: Correct settls1 testcase.</title>
<updated>2010-07-29T15:15:28+00:00</updated>
<author>
<name>Edgar E. Iglesias</name>
</author>
<published>2010-07-29T15:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=58f5c1eb8984897170e98efb9b194f07cc06cc39'/>
<id>urn:sha1:58f5c1eb8984897170e98efb9b194f07cc06cc39</id>
<content type='text'>
Signed-off-by: Edgar E. Iglesias &lt;edgar.iglesias@gmail.com&gt;
</content>
</entry>
<entry>
<title>cris: Correct ADDO and ADDOQ testcases.</title>
<updated>2010-07-29T13:42:06+00:00</updated>
<author>
<name>Edgar E. Iglesias</name>
</author>
<published>2010-07-29T13:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=61eb865acf29cc29043ca6d3ed4770dddd2b9774'/>
<id>urn:sha1:61eb865acf29cc29043ca6d3ed4770dddd2b9774</id>
<content type='text'>
Verified on real HW.

Signed-off-by: Edgar E. Iglesias &lt;edgar@axis.com&gt;
</content>
</entry>
<entry>
<title>CRIS: Implement set_thread_area for CRIS.</title>
<updated>2009-01-07T14:19:38+00:00</updated>
<author>
<name>edgar_igl</name>
</author>
<published>2009-01-07T14:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=ef96779bc3df7f4fe228fb9a5c7ecb81a04b2644'/>
<id>urn:sha1:ef96779bc3df7f4fe228fb9a5c7ecb81a04b2644</id>
<content type='text'>
Signed-off-by: Edgar E. Iglesias &lt;edgar.iglesias@gmail.com&gt;


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6210 c046a42c-6fe2-441c-8c8c-71466251a162
</content>
</entry>
<entry>
<title>Add missing newline at the end of file</title>
<updated>2008-12-14T08:50:18+00:00</updated>
<author>
<name>blueswir1</name>
</author>
<published>2008-12-14T08:50:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e283261910f53a988e083f35cfe50808da4fd592'/>
<id>urn:sha1:e283261910f53a988e083f35cfe50808da4fd592</id>
<content type='text'>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6020 c046a42c-6fe2-441c-8c8c-71466251a162
</content>
</entry>
</feed>
