summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-050719-3...Peter Maydell2019-07-058-55/+659
|\
| * Makefile: Rename the 'vm-test' target as 'vm-help'Philippe Mathieu-Daudé2019-07-041-2/+3
| * tests/vm: ubuntu.i386: apt proxy setupGerd Hoffmann2019-07-041-0/+4
| * tests/vm: fedora autoinstall, using serial consoleGerd Hoffmann2019-07-043-2/+199
| * tests/vm: freebsd autoinstall, using serial consoleGerd Hoffmann2019-07-041-10/+172
| * tests/vm: openbsd autoinstall, using serial consoleGerd Hoffmann2019-07-041-13/+148
| * tests/vm: serial console support helpersGerd Hoffmann2019-07-041-3/+83
| * tests/vm: add vm-boot-{ssh,serial}-<guest> targetsGerd Hoffmann2019-07-041-0/+19
| * tests/vm: proper guest shutdownGerd Hoffmann2019-07-041-7/+15
| * tests/vm: run test builds on snapshotGerd Hoffmann2019-07-041-0/+1
| * tests/vm: use ssh with pty unconditionallyGerd Hoffmann2019-07-041-9/+4Star
| * tests/vm: send proxy environment variables over sshGerd Hoffmann2019-07-041-0/+9
| * tests/vm: add source repos on ubuntu.i386Cleber Rosa2019-07-041-0/+1
| * tests/vm: pin ubuntu.i386 imageCleber Rosa2019-07-041-1/+3
| * tests/vm: avoid image presence check and removalCleber Rosa2019-07-045-10/+0Star
| * tests/vm: avoid extra compressed image copyCleber Rosa2019-07-044-8/+8
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-07-051-14/+28
|\ \ | |/ |/|
| * libvhost-user: support many virtqueuesStefan Hajnoczi2019-07-041-14/+28
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-build-2019-07-02-v2' i...Peter Maydell2019-07-041-2/+3
|\ \
| * | Makefile: Rename targets for make recursionMarkus Armbruster2019-07-031-2/+3
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell2019-07-045-16/+17
|\ \ \
| * | | python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow2019-07-025-16/+17
| |/ /
* | | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jul-02-2019' ...Peter Maydell2019-07-0326-941/+2781
|\ \ \
| * | | tcg/tests: target/mips: Correct MSA test compilation and execution orderAleksandar Markovic2019-07-028-48/+48
| * | | tcg/tests: target/mips: Amend MSA integer multiply testsAleksandar Markovic2019-07-028-891/+891
| * | | tcg/tests: target/mips: Amend MSA fixed point multiply testsAleksandar Markovic2019-07-0217-0/+1840
| * | | tests/machine-none: Test recent MIPS cpusPhilippe Mathieu-Daudé2019-07-021-2/+2
* | | | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20190701...Peter Maydell2019-07-022-0/+683
|\ \ \ \
| * | | | hw/block/pflash_cfi02: Implement erase suspend/resumeStephen Checkoway2019-07-021-0/+110
| * | | | hw/block/pflash_cfi02: Implement multi-sector eraseStephen Checkoway2019-07-021-9/+61
| * | | | hw/block/pflash_cfi02: Fix CFI in autoselect modeStephen Checkoway2019-07-021-0/+39
| * | | | hw/block/pflash_cfi02: Implement nonuniform sector sizesStephen Checkoway2019-07-021-39/+118
| * | | | tests/pflash-cfi02: Refactor to support testing multiple configurationsPhilippe Mathieu-Daudé2019-07-021-99/+267
| * | | | hw/block/pflash_cfi02: Fix command address comparisonStephen Checkoway2019-07-021-2/+10
| * | | | tests/pflash-cfi02: Add test for supported CFI commandsStephen Checkoway2019-07-022-0/+227
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-02' in...Peter Maydell2019-07-021-2/+2
|\ \ \ \
| * | | | block/stream: introduce a bottom nodeAndrey Shinkevich2019-07-021-2/+2
| |/ / /
* | | | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2019-07-021-3/+54
|\ \ \ \ | |_|/ / |/| | |
| * | | net/announce: Expand test for stopping self announceDr. David Alan Gilbert2019-07-021-3/+54
| |/ /
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190701' into stagingPeter Maydell2019-07-021-1/+1
|\ \ \ | |/ / |/| |
| * | Merge tag 's390x-tcg-2019-06-21' into s390-next-stagingCornelia Huck2019-06-241-1/+1
| |\ \
| | * | tests/tcg/s390x: Fix alignment of csst parameter listRichard Henderson2019-06-211-1/+1
* | | | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-26-2019' ...Peter Maydell2019-07-0154-960/+10907
|\ \ \ \ | |_|_|/ |/| | |
| * | | tests/tcg: target/mips: Fix some test cases for pack MSA instructionsAleksandar Markovic2019-06-2612-384/+384
| * | | tests/tcg: target/mips: Add support for MSA MIPS32R6 testingsAleksandar Markovic2019-06-264-0/+1980
| * | | tests/tcg: target/mips: Add support for MSA big-endian target testingsAleksandar Markovic2019-06-265-633/+1631
| * | | tests/tcg: target/mips: Amend tests for MSA int multiply instructionsAleksandar Markovic2019-06-2610-0/+1744
| * | | tests/tcg: target/mips: Amend tests for MSA int dot product instructionsAleksandar Markovic2019-06-2615-0/+2644
| * | | tests/tcg: target/mips: Add tests for MSA move instructionsAleksandar Markovic2019-06-264-0/+170
| * | | tests/tcg: target/mips: Add tests for MSA bit move instructionsAleksandar Markovic2019-06-2614-4/+2415
| |/ /