summaryrefslogtreecommitdiffstats
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-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
* run-test: Update default kernel dir. to 'linux' instead of 'linux-2.6'Amit Shah2011-09-141-1/+1
* 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-142-15/+2
* auto-test: Bump poll timeout to 10s for guest->host big fileAmit Shah2011-05-241-2/+2
* run-test: Switch to using virtio-blk for the h/dAmit Shah2011-02-231-4/+6
* run-test: Don't append console= params to guest kernelAmit Shah2011-02-231-1/+2
* auto-guest: Don't return -EAGAIN for all safewrite() callersAmit Shah2011-01-281-9/+9
* 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-guest: Add missing 'break' for the KEY_LSEEK caseAmit Shah2010-10-011-0/+1
* 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-283-0/+49
* 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
* run-test: comment about bash's "-s file" conditionalAmit Shah2010-09-131-0/+1
* auto-test: Shut down a guest after all tests are done.Amit Shah2010-09-133-0/+17
* 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-263-8/+31
* auto-test-guest: make open, read, write, close safe for multiple opensAmit Shah2010-08-261-3/+3
* 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-263-2/+166
* 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-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-234-0/+148
* auto-virtserial: Wait for 90s instead of 40s for guest contactAmit Shah2010-08-041-2/+2
* run-test: Default to -smp 2Amit Shah2010-08-041-1/+1
* run-test: Update default qemu pathsAmit Shah2010-05-291-3/+3
* 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
* run-test: Sleep for a while after sending kill instructions for qemu/auto-vir...Amit Shah2010-04-221-0/+5
* run-test: Store pid of spawned qemu process to only kill that pid laterAmit Shah2010-04-221-2/+22
* run-test: Remove unnecessary wait before starting testsAmit Shah2010-04-201-3/+0
* run-test: Split common code in a functionAmit Shah2010-04-201-38/+18
* run-test: Kill any earlier qemu or auto-virtserial instances before executing...Amit Shah2010-04-191-3/+12
* 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
* run_test: pkill -9 qemu processes after test is doneAmit Shah2010-04-071-3/+3