summaryrefslogtreecommitdiffstats
path: root/virtserial.h
Commit message (Collapse)AuthorAgeFilesLines
* auto-test: add support for guest->host file sendAmit Shah2009-12-221-4/+8
| | | | | | Send file from guest->host and compare csums Signed-off-by: Amit Shah <amit.shah@redhat.com>
* auto-test: add tests for checking sysfs, debugfs entries and udev rulesAmit Shah2009-10-271-0/+2
| | | | | | | | | | | | | | | This commit tests for: 1. sysfs entries created (the 'name' attribute) 2. debugfs entries created for ports (in /sys/kernel/debug/virtio-console/vconNN) (this needs debugfs to be mounted in /sys/kernel/debug) 3. udev rule that creates a symlink based on the port 'name' attribute (this needs a udev rule to create a symlink, like: KERNEL==vcon*, SYMLINK+=virtio-console/{name} in a file in the /etc/udev/rules.d/ directory) Signed-off-by: Amit Shah <amit.shah@redhat.com>
* auto-test: support for transferring a big file and comparing sha1sumsAmit Shah2009-10-241-0/+5
| | | | | | | There are a lot of values hardcoded; they should become configurable someplace. Signed-off-by: Amit Shah <amit.shah@redhat.com>
* auto-test: whitespace cleanupsAmit Shah2009-10-241-10/+10
| | | | Signed-off-by: Amit Shah <amit.shah@redhat.com>
* Automated test suite for new virtio-console functionalityAmit Shah2009-10-201-0/+15
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>