aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange3-12/+23
2019-02-26authz: add QAuthZPAM object type for authorizing using PAMDaniel P. Berrange2-0/+126
2019-02-26authz: add QAuthZListFile object type for a file access control listDaniel P. Berrangé2-0/+197
2019-02-26authz: add QAuthZList object type for an access control listDaniel P. Berrange2-0/+161
2019-02-26authz: add QAuthZSimple object type for easy whitelist auth checksDaniel P. Berrangé2-0/+53
2019-02-26util: add helper APIs for dealing with inotify in portable mannerDaniel P. Berrangé2-0/+688
2019-02-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-32/+124
2019-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-220219-1...Peter Maydell4-8/+13
2019-02-22tests/virtio-blk: add test for DISCARD commandStefano Garzarella1-0/+27
2019-02-22tests/virtio-blk: add test for WRITE_ZEROES commandStefano Garzarella1-0/+62
2019-02-22tests/virtio-blk: add virtio_blk_fix_dwz_hdr() functionStefano Garzarella1-6/+17
2019-02-22tests/virtio-blk: change assert on data_size in virtio_blk_request()Stefano Garzarella1-1/+14
2019-02-22tests/test-bdrv-drain: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-25/+4
2019-02-22tests/cdrom-test: only include isapc cdrom test when g_test_slow()Alex Bennée1-2/+8
2019-02-22tests/softfloat: always do quick softfloat testsAlex Bennée1-4/+2
2019-02-22tests/docker: peg netmap code to a specific versionAlex Bennée1-0/+1
2019-02-22tests/docker: squash initial update and install step for debian9Alex Bennée1-2/+2
2019-02-21tests/tcg: target/mips: Add wrappers for MSA integer compare instructionsAleksandar Markovic1-0/+25
2019-02-21tests/tcg: target/mips: Change directory name 'bit-counting' to 'bit-count'Aleksandar Markovic12-0/+0
2019-02-21tests/tcg: target/mips: Correct path to headers in some test source filesAleksandar Markovic12-36/+36
2019-02-19dirty-bitmap: Expose persistent flag to 'query-block'Eric Blake2-0/+15
2019-02-18build-sys: move qmp-introspect per targetMarc-André Lureau1-1/+0
2019-02-18qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster1-0/+1
2019-02-18qapi: Clean up modular built-in code generation a bitMarkus Armbruster11-0/+11
2019-02-14tests/tcg: target/mips: Add tests for MSA logic instructionsAleksandar Markovic4-0/+612
2019-02-14tests/tcg: target/mips: Add wrappers for MSA logic instructionsAleksandar Markovic1-0/+5
2019-02-14tests/tcg: target/mips: Add tests for MSA interleave instructionsAleksandar Markovic16-0/+2448
2019-02-14tests/tcg: target/mips: Add wrappers for MSA interleave instructionsAleksandar Markovic1-0/+39
2019-02-14tests/tcg: target/mips: Add tests for MSA bit counting instructionsAleksandar Markovic12-0/+1728
2019-02-14tests/tcg: target/mips: Add wrappers for MSA bit counting instructionsAleksandar Markovic1-0/+57
2019-02-14tests/tcg: target/mips: Add a header with test utilitiesAleksandar Markovic1-0/+78
2019-02-14tests/tcg: target/mips: Add a header with test inputsAleksandar Markovic1-0/+122
2019-02-14tests/tcg: target/mips: Remove an unnecessary fileAleksandar Markovic1-2/+0
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini2-20/+20
2019-02-12tests: expand coverage of socket chardev testDaniel P. Berrangé1-165/+475
2019-02-12chardev: ensure qemu_chr_parse_compat reports missing driver errorDaniel P. Berrangé1-1/+2
2019-02-12chardev: forbid 'wait' option with client socketsDaniel P. Berrangé3-5/+5
2019-02-12tests/test-char: add muxed chardev testing for open/closeArtem Pisarenko1-2/+78
2019-02-11qcow2: list of bitmaps new test 242Andrey Shinkevich3-0/+271
2019-02-11tests/vm: Be verbose while extracting compressed imagesPhilippe Mathieu-Daudé4-4/+8
2019-02-08tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTSAlex Bennée1-1/+9
2019-02-08tests/vm: add --build-target optionAlex Bennée4-3/+6
2019-02-08tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386Alex Bennée3-3/+0
2019-02-08tests/vm: move images to $HOME/.cache/qemu-vm/imagesGerd Hoffmann1-5/+7
2019-02-08tests: PEP8 cleanup of docker.py, mostly white spaceAlex Bennée1-13/+35
2019-02-08tests: docker.py be even smarter with persistent binfmt_miscAlex Bennée1-18/+38
2019-02-08tests: make docker.py check for persistent configsAlex Bennée1-0/+5
2019-02-08tests: make docker.py update use configured binfmt pathAlex Bennée1-10/+15
2019-02-08docker: add debian-buster-arm64-crossAlex Bennée4-1/+48
2019-02-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-42/+71