summaryrefslogtreecommitdiffstats
path: root/auto-virtserial-guest.c
Commit message (Expand)AuthorAgeFilesLines
* auto-guest: use port names to open portsAmit Shah2013-03-151-2/+2
* auto-guest: control port is named 'test1' (fix typo)Amit Shah2013-02-111-1/+1
* auto-guest: try opening port by name before opening by idAmit Shah2013-02-111-5/+14
* auto-guest: don't return -EAGAIN for all saferead() callersAmit Shah2013-02-111-9/+9
* auto-virtserial: Don't send OK message to guestAmit Shah2011-09-141-5/+0
* auto-guest: Don't return -EAGAIN for all safewrite() callersAmit Shah2011-01-281-9/+9
* auto-test-guest: Add missing 'break' for the KEY_LSEEK caseAmit Shah2010-10-011-0/+1
* auto-test: Add test for lseek()Amit Shah2010-09-281-0/+14
* auto-test: Shut down a guest after all tests are done.Amit Shah2010-09-131-0/+3
* auto-test: Add a key to specify poll events to poll forAmit Shah2010-08-261-1/+12
* auto-test-guest: make open, read, write, close safe for multiple opensAmit Shah2010-08-261-3/+3
* auto-virtserial: Add guest SIGIO testsAmit Shah2010-08-261-2/+108
* auto-virtserial-guest: Fix a memleak in port open functionAmit Shah2010-08-251-1/+3
* auto-virtserial-guest: Add a 'default' target for key switchAmit Shah2010-08-231-0/+3
* auto-test: Introduce a threaded read/write testAmit Shah2010-08-231-0/+55
* auto-test: guest: Cope with EINTR and EAGAIN for read/write/pollAmit Shah2010-04-061-38/+111
* guest, test-virtserial: Fix fcntl usageAmit Shah2010-04-061-2/+8
* auto-test: add support for guest->host file sendAmit Shah2009-12-221-12/+84
* auto-test-guest: New locations for sysfs filesAmit Shah2009-11-261-18/+11
* auto-test: Fix some warnings pointed out by clangAmit Shah2009-10-291-2/+2
* auto-test-guest: return fd on open call instead of 0 as is done nowAmit Shah2009-10-291-1/+1
* auto-test: add tests for checking sysfs, debugfs entries and udev rulesAmit Shah2009-10-271-0/+68
* auto-test: guest: mark global vars with g_, return err on closeAmit Shah2009-10-271-24/+30
* auto-test: support for transferring a big file and comparing sha1sumsAmit Shah2009-10-241-0/+70
* auto-test: add virtio-console testsAmit Shah2009-10-241-0/+26
* Automated test suite for new virtio-console functionalityAmit Shah2009-10-201-0/+231