summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* auto-test: compile programs with -gAmit Shah2009-10-291-1/+1
* auto-test-guest: return fd on open call instead of 0 as is done nowAmit Shah2009-10-291-1/+1
* auto-test: introduce a result() fn to check for pass/fail and show debug mess...Amit Shah2009-10-291-302/+274
* README: update to include more guest and host setup info for new testsAmit Shah2009-10-271-0/+26
* auto-test: add tests for checking sysfs, debugfs entries and udev rulesAmit Shah2009-10-273-0/+102
* auto-test: add test for opening of a port multiple timesAmit Shah2009-10-271-0/+24
* auto-test: guest: mark global vars with g_, return err on closeAmit Shah2009-10-271-24/+30
* auto-test: run a post-test cleanup routine after each testAmit Shah2009-10-271-49/+63
* auto-test: support for transferring a big file and comparing sha1sumsAmit Shah2009-10-244-1/+208
* auto-test: remove while loop from main: wasn't of any useAmit Shah2009-10-241-15/+10
* auto-test: add support for running old qemu/kernelAmit Shah2009-10-242-35/+115
* auto-test: whitespace cleanupsAmit Shah2009-10-241-10/+10
* auto-test: add virtio-console testsAmit Shah2009-10-243-1/+135
* auto-test: use an array to pick up paths instead of argvAmit Shah2009-10-242-84/+102