aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger
2020-02-27virtio-iommu: Support migrationEric Auger
2020-02-27virtio-iommu: Implement fault reportingEric Auger
2020-02-27virtio-iommu: Implement translateEric Auger
2020-02-27virtio-iommu: Implement map/unmapEric Auger
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger
2020-02-27virtio-iommu: Decode the command payloadEric Auger
2020-02-27virtio-iommu: Add skeletonEric Auger
2020-02-27virtio: gracefully handle invalid region cachesStefan Hajnoczi
2020-02-25vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan
2020-02-25vhost-user-blk: delete virtioqueues in unrealize to fix memleaksPan Nengyuan
2020-02-25virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan
2020-02-25virtio-pmem: do delete rq_vq in virtio_pmem_unrealizePan Nengyuan
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan
2020-02-25vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan
2020-02-25rebuild-expected-aml.sh: remind about the processMichael S. Tsirkin
2020-02-25bios-tables-test: default diff commandMichael S. Tsirkin
2020-02-25bios-tables-test: fix up DIFF generationMichael S. Tsirkin
2020-02-25bios-tables-test: tell people how to updateMichael S. Tsirkin
2020-02-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200225' into ...Peter Maydell
2020-02-25docs: Move tools documentation to tools manualPeter Maydell
2020-02-25docs: Move qemu-option-trace.rst.inc to docs/Peter Maydell
2020-02-25docs: Create new 'tools' manualPeter Maydell
2020-02-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-02-22fuzz: add documentation to docs/devel/Alexander Bulekov
2020-02-22fuzz: add virtio-scsi fuzz targetAlexander Bulekov
2020-02-22fuzz: add virtio-net fuzz targetAlexander Bulekov
2020-02-22fuzz: add i440fx fuzz targetsAlexander Bulekov
2020-02-22fuzz: add configure flag --enable-fuzzingAlexander Bulekov
2020-02-22fuzz: add target/fuzz makefile rulesAlexander Bulekov
2020-02-22fuzz: add support for qos-assisted fuzz targetsAlexander Bulekov
2020-02-22fuzz: support for fork-based fuzzing.Alexander Bulekov
2020-02-22main: keep rcu_atfork callback enabled for qtestAlexander Bulekov
2020-02-22exec: keep ram block across fork when using qtestAlexander Bulekov
2020-02-22fuzz: add fuzzer skeletonAlexander Bulekov
2020-02-22libqos: move useful qos-test funcs to qos_externalAlexander Bulekov
2020-02-22libqos: split qos-test and libqos makefile varsAlexander Bulekov
2020-02-22libqos: rename i2c_send and i2c_recvAlexander Bulekov
2020-02-22qtest: add in-process incoming command handlerAlexander Bulekov
2020-02-22libqtest: make bufwrite rely on the TransportOpsAlexander Bulekov
2020-02-22libqtest: add a layer of abstraction to send/recvAlexander Bulekov
2020-02-22qtest: add qtest_server_send abstractionAlexander Bulekov
2020-02-22fuzz: add FUZZ_TARGET module typeAlexander Bulekov
2020-02-22module: check module wasn't already initializedAlexander Bulekov
2020-02-22softmmu: split off vl.c:main() into main.cAlexander Bulekov
2020-02-22softmmu: move vl.c to softmmu/Alexander Bulekov
2020-02-22aio-posix: make AioHandler dispatch O(1) with epollStefan Hajnoczi
2020-02-22aio-posix: make AioHandler deletion O(1)Stefan Hajnoczi
2020-02-22qemu/queue.h: add QLIST_SAFE_REMOVE()Stefan Hajnoczi
2020-02-22aio-posix: don't pass ns timeout to epoll_wait()Stefan Hajnoczi