summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-10-2815-134/+802
|\
| * libqos: add VIRTIO PCI 1.0 supportStefan Hajnoczi2019-10-255-1/+476
| * libqos: extract Legacy virtio-pci.c codeStefan Hajnoczi2019-10-252-19/+12Star
| * libqos: make the virtio-pci BAR index configurableStefan Hajnoczi2019-10-252-1/+4
| * libqos: expose common virtqueue setup/cleanup functionsStefan Hajnoczi2019-10-252-9/+18
| * libqos: add MSI-X callbacks to QVirtioPCIDeviceStefan Hajnoczi2019-10-252-9/+40
| * libqos: pass full QVirtQueue to set_queue_address()Stefan Hajnoczi2019-10-253-5/+9
| * libqos: add iteration support to qpci_find_capability()Stefan Hajnoczi2019-10-252-7/+25
| * libqos: access VIRTIO 1.0 vring in little-endianStefan Hajnoczi2019-10-255-39/+106
| * libqos: implement VIRTIO 1.0 FEATURES_OK stepStefan Hajnoczi2019-10-251-1/+17
| * libqos: enforce Device Initialization orderStefan Hajnoczi2019-10-252-0/+8
| * libqos: add missing virtio-9p feature negotiationStefan Hajnoczi2019-10-251-0/+6
| * tests/virtio-blk-test: set up virtqueue after feature negotiationStefan Hajnoczi2019-10-251-7/+10
| * virtio-scsi-test: add missing feature negotiationStefan Hajnoczi2019-10-251-0/+8
| * libqos: extend feature bits to 64-bitStefan Hajnoczi2019-10-256-27/+43
| * libqos: read QVIRTIO_MMIO_VERSION registerStefan Hajnoczi2019-10-252-0/+4
| * tests/virtio-blk-test: read config space after feature negotiationStefan Hajnoczi2019-10-251-13/+20
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-10-272-4/+5
|\ \
| * | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-4/+4
| * | Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-261-0/+1
| |\ \
| | * | mc146818rtc: Move RTC_ISA_IRQ definitionPhilippe Mathieu-Daudé2019-10-241-0/+1
* | | | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-251019-3...Peter Maydell2019-10-264-4/+20
|\ \ \ \ | |/ / / |/| | |
| * | | tests/docker: update Travis image to a more current versionAlex Bennée2019-10-251-1/+5
| * | | tests/docker: set HOST_ARCH if we don't have ARCHAlex Bennée2019-10-251-2/+4
| * | | tests/vm/netbsd: Disable IPv6Eduardo Habkost2019-10-251-0/+7
| * | | tests/vm: Let subclasses disable IPv6Eduardo Habkost2019-10-251-1/+4
* | | | tests/ssh_linux_malta: Fix 64-bit target testsPhilippe Mathieu-Daudé2019-10-251-6/+6
* | | | tests/ssh_linux_malta: Refactor how to get image/kernel infoPhilippe Mathieu-Daudé2019-10-251-31/+44
* | | | tests/ssh_linux_malta: Match stricter console outputPhilippe Mathieu-Daudé2019-10-251-9/+9
* | | | tests/ssh_linux_malta: Remove duplicated testPhilippe Mathieu-Daudé2019-10-251-3/+0Star
* | | | tests/ssh_linux_malta: Run tests using a snapshot imagePhilippe Mathieu-Daudé2019-10-251-1/+1
|/ / /
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-10-252-0/+13
|\ \ \
| * | | iotests: Skip read-only cases in 118 when run as rootKevin Wolf2019-10-252-0/+13
| | |/ | |/|
* / | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
|/ /
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-10-22' into st...Peter Maydell2019-10-234-0/+120
|\ \
| * | iotests: test nbd reconnectVladimir Sementsov-Ogievskiy2019-10-234-0/+120
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-10-22-v3' in...Peter Maydell2019-10-23372-562/+583
|\ \ \ | |/ / |/| |
| * | tests/qapi-schema: Cover feature documentation commentsMarkus Armbruster2019-10-223-2/+42
| * | tests: qapi: Test 'features' of commandsPeter Krempa2019-10-224-4/+74
| * | qapi: Add feature flags to commandsPeter Krempa2019-10-221-1/+2
| * | tests/qapi-schema: Tidy up test output indentationMarkus Armbruster2019-10-225-33/+33
| * | qapi: Split up scripts/qapi/common.pyMarkus Armbruster2019-10-222-4/+15
| * | qapi: Speed up frontend testsMarkus Armbruster2019-10-22364-517/+415Star
| * | qapi: Don't suppress doc generation without pragma doc-requiredMarkus Armbruster2019-10-221-0/+1
| |/
* / tests/migration: fix a typo in commentMao Zhongyi2019-10-211-1/+1
|/
* Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2019-10-186-5/+200
|\
| * iotests: add test 260 to check bitmap life after snapshot + commitVladimir Sementsov-Ogievskiy2019-10-173-0/+142
| * iotests: add test-case to 165 to test reopening qcow2 bitmaps to RWVladimir Sementsov-Ogievskiy2019-10-172-4/+57
| * util/hbitmap: strict hbitmap_resetVladimir Sementsov-Ogievskiy2019-10-171-1/+1
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-10-173-46/+57
|\ \ | |/ |/|