summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Automated test suite for new virtio-console functionalityAmit Shah2009-10-206-2/+1047
| | | | | | | | | | | 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>
* test-virtserial: set is_blocking to false after closing portAmit Shah2009-10-201-0/+1
| | | | Signed-off-by: Amit Shah <amit.shah@redhat.com>
* Add the GPL (COPYING) file.Amit Shah2009-10-201-0/+339
| | | | Signed-off-by: Amit Shah <amit.shah@redhat.com>
* test-virtserial: A set of tests to check generic virtio serial portsAmit Shah2009-10-122-0/+332
The old virtio-console is now capable of handling generic serial ports as well. This code base targets at testing the various paths in the virtio-console (or virtio-serial) codebase, in the kernel as well as in qemu (kernel in the guest, qemu on the host). This test is an interactive session. An automated test will follow. Signed-off-by: Amit Shah <amit.shah@redhat.com>