summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* auto-test: Non-blocking write testAmit Shah2010-04-061-0/+71
* 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-062-4/+15
* auto-test: Don't run the host caching testAmit Shah2010-03-231-1/+2
* run-test: Allow the guest to be specified by an environment variableAmit Shah2010-03-181-1/+2
* Add a small guest config that I use to test guest kernels withAmit Shah2010-03-052-0/+1194
* README: Better formatting, add links to webpagesAmit Shah2010-03-051-0/+11
* README: Update to document the latest way of invocationAmit Shah2010-03-011-8/+9
* run-test: split big lines into multiple linesAmit Shah2010-02-151-2/+4
* run-test: Allow setting number of vcpus at invocation timeAmit Shah2010-01-271-1/+3
* Add a .gitignore file to ignore generated filesAmit Shah2010-01-271-0/+3
* auto-test: switch off host throttling, guest/host caching testsAmit Shah2010-01-271-1/+15
* run-test: allow older qemu binaries to be specified at invocation timeAmit Shah2010-01-271-4/+4
* auto-test: increase initial poll timeout to 40sAmit Shah2010-01-271-2/+2
* run-test: allow usage of custom qemu and kernel binariesAmit Shah2010-01-271-2/+6
* run-test: byte_limit option is goneAmit Shah2010-01-271-1/+1