summaryrefslogtreecommitdiffstats
path: root/auto-virtserial.c
Commit message (Expand)AuthorAgeFilesLines
* auto-test: Disable nonblocking write test till nonblock patches are upstreamAmit Shah2010-04-071-1/+1
* auto-test: nonblocking write: Report 'pass' only if everything did passAmit Shah2010-04-071-1/+2
* auto-test: Non-blocking write testAmit Shah2010-04-061-0/+71
* auto-test: Don't run the host caching testAmit Shah2010-03-231-1/+2
* auto-test: switch off host throttling, guest/host caching testsAmit Shah2010-01-271-1/+15
* auto-test: increase initial poll timeout to 40sAmit Shah2010-01-271-2/+2
* auto-test: guest throttling no longer neededAmit Shah2009-12-221-0/+7
* autotest: put globals fn_name and bools of tests enabled in structAmit Shah2009-12-221-76/+123
* autotest: add function pointers to our test routines in an arrayAmit Shah2009-12-221-22/+39
* autotest: better debug stringAmit Shah2009-12-221-1/+1
* auto-test: add support for guest->host file sendAmit Shah2009-12-221-11/+139
* autotest: close host chardevs after testAmit Shah2009-12-221-0/+2
* auto-test: Better debug messagesAmit Shah2009-11-261-2/+2
* auto-test: Bits for enabling/disabling individual testsAmit Shah2009-11-261-30/+48
* auto-test: Fix return check for openAmit Shah2009-11-261-8/+8
* auto-test: guest caching: make sure data reaches guest port before announcing...Amit Shah2009-11-041-0/+7
* auto-test: guest_throttle: check for throttled after sufficient data has been...Amit Shah2009-11-041-2/+2
* auto-test: memset buffer to 0 before writing to guestAmit Shah2009-11-041-0/+2
* auto-test: convert debug() into a func with varargs instead of it being a macroAmit Shah2009-10-291-4/+9
* auto-test: Fix some warnings pointed out by clangAmit Shah2009-10-291-6/+7
* auto-test: introduce a result() fn to check for pass/fail and show debug mess...Amit Shah2009-10-291-302/+274
* auto-test: add tests for checking sysfs, debugfs entries and udev rulesAmit Shah2009-10-271-0/+32
* auto-test: add test for opening of a port multiple timesAmit Shah2009-10-271-0/+24
* auto-test: run a post-test cleanup routine after each testAmit Shah2009-10-271-49/+63
* auto-test: support for transferring a big file and comparing sha1sumsAmit Shah2009-10-241-0/+132
* auto-test: remove while loop from main: wasn't of any useAmit Shah2009-10-241-15/+10
* auto-test: add support for running old qemu/kernelAmit Shah2009-10-241-34/+72
* auto-test: add virtio-console testsAmit Shah2009-10-241-0/+106
* auto-test: use an array to pick up paths instead of argvAmit Shah2009-10-241-83/+101
* Automated test suite for new virtio-console functionalityAmit Shah2009-10-201-0/+731