summaryrefslogtreecommitdiffstats
path: root/test-virtserial.c
Commit message (Collapse)AuthorAgeFilesLines
* guest, test-virtserial: Fix fcntl usageAmit Shah2010-04-061-2/+7
| | | | | | | While setting or clearing the O_NONBLOCK flag for file descriptors, we were trampling on the other flags. 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>
* test-virtserial: A set of tests to check generic virtio serial portsAmit Shah2009-10-121-0/+325
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>