aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-27MAINTAINERS: add virtio-iommu related filesEric Auger1-0/+6
2020-02-27hw/arm/virt: Add the virtio-iommu device tree mappingsEric Auger2-7/+52
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger5-0/+108
2020-02-27virtio-iommu: Support migrationEric Auger1-10/+99
2020-02-27virtio-iommu: Implement fault reportingEric Auger2-5/+66
2020-02-27virtio-iommu: Implement translateEric Auger2-1/+60
2020-02-27virtio-iommu: Implement map/unmapEric Auger2-2/+62
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger3-2/+318
2020-02-27virtio-iommu: Decode the command payloadEric Auger2-12/+68
2020-02-27virtio-iommu: Add skeletonEric Auger5-0/+335
2020-02-27virtio: gracefully handle invalid region cachesStefan Hajnoczi1-8/+91
2020-02-25vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan2-9/+13
2020-02-25vhost-user-blk: delete virtioqueues in unrealize to fix memleaksPan Nengyuan1-0/+8
2020-02-25virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan1-1/+2
2020-02-25virtio-pmem: do delete rq_vq in virtio_pmem_unrealizePan Nengyuan1-0/+1
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan2-6/+11
2020-02-25vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan1-0/+9
2020-02-25rebuild-expected-aml.sh: remind about the processMichael S. Tsirkin1-0/+7
2020-02-25bios-tables-test: default diff commandMichael S. Tsirkin1-19/+12
2020-02-25bios-tables-test: fix up DIFF generationMichael S. Tsirkin1-1/+7
2020-02-25bios-tables-test: tell people how to updateMichael S. Tsirkin1-1/+3
2020-02-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200225' into ...Peter Maydell13-36/+78
2020-02-25docs: Move tools documentation to tools manualPeter Maydell10-33/+41
2020-02-25docs: Move qemu-option-trace.rst.inc to docs/Peter Maydell4-5/+4
2020-02-25docs: Create new 'tools' manualPeter Maydell5-1/+36
2020-02-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell51-400/+2365
2020-02-22fuzz: add documentation to docs/devel/Alexander Bulekov1-0/+116
2020-02-22fuzz: add virtio-scsi fuzz targetAlexander Bulekov2-0/+214
2020-02-22fuzz: add virtio-net fuzz targetAlexander Bulekov2-0/+199
2020-02-22fuzz: add i440fx fuzz targetsAlexander Bulekov2-0/+196
2020-02-22fuzz: add configure flag --enable-fuzzingAlexander Bulekov1-0/+39
2020-02-22fuzz: add target/fuzz makefile rulesAlexander Bulekov2-1/+30
2020-02-22fuzz: add support for qos-assisted fuzz targetsAlexander Bulekov3-0/+269
2020-02-22fuzz: support for fork-based fuzzing.Alexander Bulekov4-0/+120
2020-02-22main: keep rcu_atfork callback enabled for qtestAlexander Bulekov1-1/+11
2020-02-22exec: keep ram block across fork when using qtestAlexander Bulekov1-2/+10
2020-02-22fuzz: add fuzzer skeletonAlexander Bulekov4-0/+288
2020-02-22libqos: move useful qos-test funcs to qos_externalAlexander Bulekov4-131/+198
2020-02-22libqos: split qos-test and libqos makefile varsAlexander Bulekov1-35/+36
2020-02-22libqos: rename i2c_send and i2c_recvAlexander Bulekov3-12/+12
2020-02-22qtest: add in-process incoming command handlerAlexander Bulekov2-0/+14
2020-02-22libqtest: make bufwrite rely on the TransportOpsAlexander Bulekov2-2/+73
2020-02-22libqtest: add a layer of abstraction to send/recvAlexander Bulekov1-9/+39
2020-02-22qtest: add qtest_server_send abstractionAlexander Bulekov2-2/+19
2020-02-22fuzz: add FUZZ_TARGET module typeAlexander Bulekov1-1/+3
2020-02-22module: check module wasn't already initializedAlexander Bulekov1-0/+7
2020-02-22softmmu: split off vl.c:main() into main.cAlexander Bulekov6-28/+69
2020-02-22softmmu: move vl.c to softmmu/Alexander Bulekov7-5/+7
2020-02-22aio-posix: make AioHandler dispatch O(1) with epollStefan Hajnoczi1-32/+78
2020-02-22aio-posix: make AioHandler deletion O(1)Stefan Hajnoczi3-19/+43