summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-01-051-2/+2
|\
| * aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi2017-01-031-2/+2
* | tests: virtio-9p: ".." cannot be used to walk out of the shared directoryGreg Kurz2017-01-031-0/+21
* | tests: virtio-9p: no slash in path elements during walkGreg Kurz2017-01-031-0/+24
* | tests: virtio-9p: add walk operation testGreg Kurz2017-01-031-0/+70
* | tests: virtio-9p: add attach operation testGreg Kurz2017-01-031-0/+40
* | tests: virtio-9p: add version operation testGreg Kurz2017-01-031-0/+222
* | tests: virtio-9p: code refactoringGreg Kurz2017-01-031-51/+50Star
* | tests: virtio-9p: rename PCI configuration testGreg Kurz2017-01-031-2/+2
|/
* Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-12-21-2...Peter Maydell2016-12-223-0/+387
|\
| * crypto: add HMAC algorithms testcasesLongpeng(Mike)2016-12-222-0/+268
| * crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)2016-12-211-0/+119
* | Move target-* CPU file into a target/ folderThomas Huth2016-12-201-1/+1
|/
* tests/.gitignore: Ignore test-charChanglong Xie2016-12-061-0/+1
* Merge remote-tracking branch 'kwolf/tags/for-upstream' into stagingStefan Hajnoczi2016-12-062-82/+208
|\
| * qcow2: Don't strand clusters near 2G intervals during commitEric Blake2016-12-062-82/+208
* | tests: Avoid qobject_from_jsonf("%"PRId64)Eric Blake2016-12-052-5/+6
* | test-qga: Avoid qobject_from_jsonv("%"PRId64)Eric Blake2016-12-051-2/+5
|/
* tests/postcopy: Use KVM on ppc64 only if it is KVM-HVThomas Huth2016-11-231-4/+8
* test-replication: fix leaksMarc-André Lureau2016-11-151-0/+3
* Merge remote-tracking branch 'jtc/tags/block-pull-request' into stagingStefan Hajnoczi2016-11-154-26/+46
|\
| * qemu-iotests: avoid spurious failure on test 109Paolo Bonzini2016-11-151-0/+3
| * iotests: add transactional failure race testJohn Snow2016-11-152-20/+37
| * blockjob: add block_job_startJohn Snow2016-11-151-6/+6
* | Merge remote-tracking branch 'dgibson/tags/ppc-for-2.8-20161115' into stagingStefan Hajnoczi2016-11-153-0/+143
|\ \
| * | boot-serial-test: Add a test for the powernv machineThomas Huth2016-11-151-0/+1
| * | tests: add XSCOM tests for the PowerNV machineDavid Gibson2016-11-152-0/+142
| |/
* | Merge remote-tracking branch 'quintela/tags/migration/20161114' into stagingStefan Hajnoczi2016-11-151-12/+85
|\ \ | |/ |/|
| * tests/test-vmstate.c: add array of pointer to structHalil Pasic2016-11-141-0/+74
| * tests/test-vmstate.c: add save_buffer util funcHalil Pasic2016-11-141-12/+11Star
* | Merge remote-tracking branch 'jsnow/tags/ide-pull-request' into stagingStefan Hajnoczi2016-11-145-31/+307
|\ \
| * | ahci-test: add QMP tray test for ATAPIJohn Snow2016-11-141-0/+98
| * | libqos/ahci: Add get_sense and test_readyJohn Snow2016-11-142-0/+67
| * | libqos/ahci: Add ATAPI tray macrosJohn Snow2016-11-142-2/+35
| * | libqos/ahci: Support expected errorsJohn Snow2016-11-142-5/+14
| * | libqtest: add qmp_eventwait_refJohn Snow2016-11-142-3/+32
| * | ahci-test: test atapi read_cd with bcl, nb_sectors = 0John Snow2016-11-143-21/+60
| * | ahci-test: Create smaller test ISO imagesJohn Snow2016-11-141-1/+2
| |/
* | Merge remote-tracking branch 'kwolf/tags/for-upstream' into stagingStefan Hajnoczi2016-11-143-8/+9
|\ \
| * | iotests: Always use -machine accel=qtestMax Reitz2016-11-112-8/+6Star
| * | iotests: Skip test 162 if there is no SSH supportMax Reitz2016-11-111-0/+3
| |/
* / test-uuid: fix leakMarc-André Lureau2016-11-111-0/+1
|/
* block: Don't mark node clean after failed flushKevin Wolf2016-11-083-0/+46
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi2016-11-031-1/+1
|\
| * ipmi: Add graceful shutdown handling to the external BMCCorey Minyard2016-11-011-1/+1
* | blockjobs: split interface into public/private, Part 1John Snow2016-11-012-2/+2
* | blockjobs: Allow creating internal jobsJohn Snow2016-11-012-2/+3
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2016-10-314-8/+25
|\ \
| * | target-i386: Print warning when mixing [+-]foo and foo=(on|off)Eduardo Habkost2016-10-311-5/+23
| * | tests: Remove unneeded "-vnc none" optionEduardo Habkost2016-10-313-3/+2Star