summaryrefslogtreecommitdiffstats
path: root/auto-virtserial.c
Commit message (Expand)AuthorAgeFilesLines
* auto-test: check for <0 return for multi_open caseHEADmasterAmit Shah2013-04-241-1/+1
* auto-test: console open not failing isn't fatalAmit Shah2013-03-151-2/+0
* auto-virtserial: Enable all tests at compile-time (instead of run-time)Amit Shah2011-09-141-4/+19
* auto-virtserial: Don't send OK message to guestAmit Shah2011-09-141-10/+2
* auto-test: Bump poll timeout to 10s for guest->host big fileAmit Shah2011-05-241-2/+2
* auto-virtserial: Ensure we handle EINTR/EAGAIN on local file descriptorsAmit Shah2011-01-131-2/+30
* auto-test: Disable blocking and nonblocking write flood testsAmit Shah2010-10-201-0/+2
* auto-test: Add test for blocking write caseAmit Shah2010-10-201-1/+61
* virtio: console: Enable non-blocking write "flooding" testAmit Shah2010-10-191-3/+21
* auto-test: Close guest file descriptor if a test left it openAmit Shah2010-09-301-1/+1
* auto-test: combine open and close tests into oneAmit Shah2010-09-301-22/+8
* auto-test: Add test for lseek()Amit Shah2010-09-281-0/+34
* auto-test: poll() may have POLLIN set on host disconnectAmit Shah2010-09-161-0/+5
* auto-test: don't poll further if last read() returned 0 in cleanupAmit Shah2010-09-161-3/+5
* auto-test: Shut down guest in case of running old kernel via virtio_consoleAmit Shah2010-09-161-0/+17
* auto-test: Shut down a guest after all tests are done.Amit Shah2010-09-131-0/+13
* auto-test: Add a test to check for blocking poll with SIGIO being invokedAmit Shah2010-08-261-0/+37
* auto-test: Add a key to specify poll events to poll forAmit Shah2010-08-261-7/+18
* auto-test: Add multiple open-close SIGIO testsAmit Shah2010-08-261-0/+44
* auto-virtserial: Add test for testing SIGIO on new dataAmit Shah2010-08-261-0/+8
* auto-virtserial: Add guest SIGIO testsAmit Shah2010-08-261-0/+57
* auto-virtserial: Explain how test_blocking_read() worksAmit Shah2010-08-261-0/+13
* auto-virtserial: Add a few sleep(2)s between host-guest commandsAmit Shah2010-08-261-0/+14
* auto-test: Introduce a threaded read/write testAmit Shah2010-08-231-0/+90
* auto-virtserial: Wait for 90s instead of 40s for guest contactAmit Shah2010-08-041-2/+2
* auto-test: Open guest->host file transfer in nonblocking mode on guestAmit Shah2010-05-051-0/+2
* auto-test: Don't run further tests if basic ones failAmit Shah2010-04-221-7/+27
* 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