summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Add a small guest config that I use to test guest kernels withAmit Shah2010-03-051-0/+6
| | | | | | | | | | 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 <amit.shah@redhat.com>
* README: Better formatting, add links to webpagesAmit Shah2010-03-051-0/+11
| | | | | | Add links to the Fedora Feature Page and the wiki page on the KVM wiki. Signed-off-by: Amit Shah <amit.shah@redhat.com>
* README: Update to document the latest way of invocationAmit Shah2010-03-011-8/+9
| | | | Signed-off-by: Amit Shah <amit.shah@redhat.com>
* README: update to include more guest and host setup info for new testsAmit Shah2009-10-271-0/+26
| | | | | | | | | 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 <amit.shah@redhat.com>
* Automated test suite for new virtio-console functionalityAmit Shah2009-10-201-0/+36
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 <amit.shah@redhat.com>