aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-26Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-2...Peter Maydell31-65/+1550
2020-10-26Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell14-55/+238
2020-10-26Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell33-122/+1420
2020-10-26tests/acceptance: Use .ppm extention for Portable PixMap filesPhilippe Mathieu-Daudé1-3/+3
2020-10-26tests/acceptance: Remove unused importPhilippe Mathieu-Daudé1-1/+0
2020-10-26test/docker/dockerfiles: Add missing packages for acceptance testsThomas Huth4-0/+6
2020-10-26tests/acceptance: Enable AVOCADO_ALLOW_UNTRUSTED_CODE in the gitlab-CIThomas Huth1-0/+1
2020-10-26test/acceptance: Remove the CONTINUOUS_INTEGRATION tagsThomas Huth1-2/+0
2020-10-26tests/acceptance/ppc_prep_40p: Fix the URL to the NetBSD-4.0 archiveThomas Huth1-1/+1
2020-10-26scripts/oss-fuzz: ignore the generic-fuzz targetAlexander Bulekov1-2/+8
2020-10-26scripts/oss-fuzz: use hardlinks instead of copyingAlexander Bulekov1-1/+7
2020-10-26fuzz: register predefined generic-fuzz configsAlexander Bulekov1-0/+32
2020-10-26fuzz: add generic-fuzz configs for oss-fuzzAlexander Bulekov1-0/+121
2020-10-26fuzz: add an "opaque" to the FuzzTarget structAlexander Bulekov1-0/+1
2020-10-26fuzz: Add instructions for using generic-fuzzAlexander Bulekov1-0/+39
2020-10-26scripts/oss-fuzz: Add crash trace minimization scriptAlexander Bulekov1-0/+157
2020-10-26scripts/oss-fuzz: Add script to reorder a generic-fuzzer traceAlexander Bulekov1-0/+103
2020-10-26fuzz: add a crossover function to generic-fuzzerAlexander Bulekov1-0/+86
2020-10-26fuzz: add a DISABLE_PCI op to generic-fuzzerAlexander Bulekov1-2/+11
2020-10-26fuzz: Add support for custom crossover functionsAlexander Bulekov2-0/+40
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov5-0/+11
2020-10-26fuzz: Declare DMA Read callback functionAlexander Bulekov2-0/+21
2020-10-26fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov2-0/+237
2020-10-24fuzz: Add PCI features to the generic fuzzerAlexander Bulekov1-0/+81
2020-10-24fuzz: Add generic virtual-device fuzzerAlexander Bulekov2-0/+517
2020-10-24memory: Add FlatView foreach functionAlexander Bulekov2-0/+18
2020-10-24libqtest: fix memory leak in the qtest_qmp_event_refMaxim Levitsky1-7/+4
2020-10-24libqtest: fix the order of buffered eventsMaxim Levitsky1-1/+1
2020-10-24tests/qtest: Make npcm7xx_timer-test conditional on CONFIG_NPCM7XXHavard Skinnemoen1-1/+2
2020-10-24accel: Add xen CpusAccel using dummy-cpusJason Andryuk2-0/+9
2020-10-24accel: move qtest CpusAccel functions to a common locationJason Andryuk6-37/+18
2020-10-24accel: Remove _WIN32 ifdef from qtest-cpus.cJason Andryuk1-5/+0
2020-10-24tests/qtest/libqtest: Fix detection of architecture for binaries without pathThomas Huth1-2/+7
2020-10-24tests/migration: fix memleak in wait_command/wait_command_fdChen Qun1-4/+12
2020-10-23iotests: add commit top->base cases to 274Vladimir Sementsov-Ogievskiy2-0/+88
2020-10-23block/io: fix bdrv_is_allocated_aboveVladimir Sementsov-Ogievskiy1-38/+5
2020-10-23block/io: bdrv_common_block_status_above: support bs == baseVladimir Sementsov-Ogievskiy1-1/+5
2020-10-23block/io: bdrv_common_block_status_above: support include_baseVladimir Sementsov-Ogievskiy2-7/+16
2020-10-23block/io: fix bdrv_co_block_status_aboveVladimir Sementsov-Ogievskiy2-16/+68
2020-10-23block/export: add vhost-user-blk multi-queue supportStefan Hajnoczi2-9/+25
2020-10-23block/export: add iothread and fixed-iothread optionsStefan Hajnoczi4-4/+45
2020-10-23block: move block exports to libblockdevStefan Hajnoczi6-17/+22
2020-10-23qemu-storage-daemon: avoid compiling blockdev_ss twiceStefan Hajnoczi2-4/+11
2020-10-23util/vhost-user-server: use static library in meson.buildStefan Hajnoczi5-7/+14
2020-10-23util/vhost-user-server: move header to include/Stefan Hajnoczi4-3/+5
2020-10-23block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi7-356/+154
2020-10-23block/export: report flush errorsStefan Hajnoczi1-4/+7
2020-10-23util/vhost-user-server: rework vu_client_trip() coroutine lifecycleStefan Hajnoczi3-127/+154
2020-10-23util/vhost-user-server: check EOF when reading payloadStefan Hajnoczi1-2/+4
2020-10-23util/vhost-user-server: fix memory leak in vu_message_read()Stefan Hajnoczi1-27/+23