<feed xmlns='http://www.w3.org/2005/Atom'>
<title>test-virtserial.git/README, branch master</title>
<subtitle>A set of tests to check the functionality of generic virtio serial ports</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amitshah/public_git/test-virtserial.git/'/>
<entry>
<title>Add a small guest config that I use to test guest kernels with</title>
<updated>2010-03-05T18:29:35+00:00</updated>
<author>
<name>Amit Shah</name>
<email>amit.shah@redhat.com</email>
</author>
<published>2010-03-05T18:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amitshah/public_git/test-virtserial.git/commit/?id=c9b2e34f996c63fd99707be252852eddb500b375'/>
<id>c9b2e34f996c63fd99707be252852eddb500b375</id>
<content type='text'>
This is the config file that I use to test guest kernels. It's a minimal
config with lots of debugging options enabled to test for memleaks,
locking correctness, etc.

Also add a note to README about this file.

Signed-off-by: Amit Shah &lt;amit.shah@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the config file that I use to test guest kernels. It's a minimal
config with lots of debugging options enabled to test for memleaks,
locking correctness, etc.

Also add a note to README about this file.

Signed-off-by: Amit Shah &lt;amit.shah@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Better formatting, add links to webpages</title>
<updated>2010-03-05T18:29:11+00:00</updated>
<author>
<name>Amit Shah</name>
<email>amit.shah@redhat.com</email>
</author>
<published>2010-03-05T18:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amitshah/public_git/test-virtserial.git/commit/?id=2773f5fa32c00b7153e495cb92e91c16a15eaf1c'/>
<id>2773f5fa32c00b7153e495cb92e91c16a15eaf1c</id>
<content type='text'>
Add links to the Fedora Feature Page and the wiki page on the KVM wiki.

Signed-off-by: Amit Shah &lt;amit.shah@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add links to the Fedora Feature Page and the wiki page on the KVM wiki.

Signed-off-by: Amit Shah &lt;amit.shah@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Update to document the latest way of invocation</title>
<updated>2010-03-01T13:41:30+00:00</updated>
<author>
<name>Amit Shah</name>
<email>amit.shah@redhat.com</email>
</author>
<published>2010-03-01T13:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amitshah/public_git/test-virtserial.git/commit/?id=47a6d9dbc757d7f40999ab62a7892a1569971dad'/>
<id>47a6d9dbc757d7f40999ab62a7892a1569971dad</id>
<content type='text'>
Signed-off-by: Amit Shah &lt;amit.shah@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Amit Shah &lt;amit.shah@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>README: update to include more guest and host setup info for new tests</title>
<updated>2009-10-27T16:31:38+00:00</updated>
<author>
<name>Amit Shah</name>
<email>amit.shah@redhat.com</email>
</author>
<published>2009-10-27T16:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amitshah/public_git/test-virtserial.git/commit/?id=e6334cf254e344c3eacbc3c61c97097b308a8919'/>
<id>e6334cf254e344c3eacbc3c61c97097b308a8919</id>
<content type='text'>
Update the README to include information on setting up the guest
and the host. These settings are needed to successfully run the
new tests: file transfer and checksumming, virtio console port
testing, debugfs and udev symlinking rules tests

Signed-off-by: Amit Shah &lt;amit.shah@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the README to include information on setting up the guest
and the host. These settings are needed to successfully run the
new tests: file transfer and checksumming, virtio console port
testing, debugfs and udev symlinking rules tests

Signed-off-by: Amit Shah &lt;amit.shah@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Automated test suite for new virtio-console functionality</title>
<updated>2009-10-20T05:41:35+00:00</updated>
<author>
<name>Amit Shah</name>
<email>amit.shah@redhat.com</email>
</author>
<published>2009-10-20T05:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/amitshah/public_git/test-virtserial.git/commit/?id=5ed4f8465c53191cbb3e1e70690d895f42af2045'/>
<id>5ed4f8465c53191cbb3e1e70690d895f42af2045</id>
<content type='text'>
This commit adds programs that run automated tests in the guest.
One program (auto-virtserial.c) is to be run on the host and
another (auto-virtserial-guest.c) is to be run in the guest.

A README file is added that explains how to run them using the
supplied script (run-test.sh).

Signed-off-by: Amit Shah &lt;amit.shah@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds programs that run automated tests in the guest.
One program (auto-virtserial.c) is to be run on the host and
another (auto-virtserial-guest.c) is to be run in the guest.

A README file is added that explains how to run them using the
supplied script (run-test.sh).

Signed-off-by: Amit Shah &lt;amit.shah@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
