summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* run-test: virtio-serial is now an alias for virtio-serial-pciAmit Shah2010-01-191-1/+1
* run-test: cache_buffers option is goneAmit Shah2010-01-191-4/+4
* run-test: default behaviour now is to not cache buffersAmit Shah2010-01-191-2/+2
* run-test: various fixes for the script that runs the testsAmit Shah2009-12-221-12/+13
* auto-test: guest throttling no longer neededAmit Shah2009-12-222-1/+8
* 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-223-27/+231
* 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: New locations for sysfs filesAmit Shah2009-11-261-18/+11
* Makefile: clean target, dependencies on .h filesAmit Shah2009-11-261-4/+9
* 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-292-8/+9