summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-2722-23/+23
|\
| * qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-2422-23/+23
* | vhost-user: Print unexpected slave message typesDr. David Alan Gilbert2020-01-231-1/+1
* | vhost: coding style fixMichael S. Tsirkin2020-01-231-3/+3
* | vhost: Only align sections for vhost-userDr. David Alan Gilbert2020-01-221-16/+18
* | vhost: Add names to section rounded warningDr. David Alan Gilbert2020-01-221-3/+4
* | vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan2020-01-221-2/+10
|/
* virtio: reset region cache when on queue deletionYuri Benditovich2020-01-061-0/+1
* virtio-mmio: update queue size on guest writeDenis Plotnikov2020-01-061-1/+2
* vhost-user: add VHOST_USER_RESET_DEVICE to reset devicesRaphael Norwitz2020-01-051-1/+7
* virtio-mmio: Clear v2 transport state on soft resetJean-Philippe Brucker2020-01-051-0/+14
* virtio: don't enable notifications during pollingStefan Hajnoczi2020-01-051-6/+6
* virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth2020-01-052-11/+36
* virtio: update queue size on guest writeMichael S. Tsirkin2020-01-051-0/+2
* virtio-balloon: fix memory leak while attach virtio-balloon devicePan Nengyuan2020-01-051-0/+7
* virtio: make virtio_delete_queue idempotentMichael S. Tsirkin2020-01-051-0/+1
* virtio: add ability to delete vq through a pointerMichael S. Tsirkin2020-01-051-5/+10
* configure: simplify vhost condition with KconfigMarc-André Lureau2019-12-172-2/+5
* virtio-fs: fix MSI-X nvectors calculationStefan Hajnoczi2019-12-131-1/+2
* vhost-user-fs: remove "vhostfd" propertyMarc-André Lureau2019-12-131-1/+0Star
* virtio: notify virtqueue via host notifier when availableStefan Hajnoczi2019-11-062-1/+12
* virtio: Use auto rcu_read macrosDr. David Alan Gilbert2019-10-291-42/+23Star
* virtio/vhost: Use auto_rcu_read macrosDr. David Alan Gilbert2019-10-291-3/+1Star
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2019-10-291-0/+7
|\
| * virtio: new post_load hookMichael S. Tsirkin2019-10-291-0/+7
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-10-282-92/+977
|\ \
| * | virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi2019-10-251-8/+0Star
| * | virtio: event suppression support for packed ringJason Wang2019-10-251-9/+133
| * | virtio: basic packed virtqueue supportJason Wang2019-10-251-69/+818
| * | virtio: Free rnd virqueue at unrealize()Eugenio Pérez2019-10-251-0/+1
| * | virtio: device/driver area size calculation refactor for split ringWei Xu2019-10-251-6/+10
| * | virtio: basic structure for packed ringWei Xu2019-10-251-0/+15
| |/
* / hw/virtio: Factorize virtio-mmio headersSergio Lopez2019-10-221-47/+1Star
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-10-173-0/+386
|\
| * virtio: add vhost-user-fs-pci deviceDr. David Alan Gilbert2019-10-052-0/+86
| * virtio: add vhost-user-fs base deviceDr. David Alan Gilbert2019-10-052-0/+300
* | memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-2/+7
|/
* vhost: Fix memory region section comparisonDr. David Alan Gilbert2019-09-251-2/+7
* virtio-mmio: implement modern (v2) personality (virtio-1)Sergio Lopez2019-09-161-23/+319
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-09-043-11/+22
|\
| * virtio-pci: Add Function Level Reset supportJulia Suvorova2019-09-042-0/+14
| * virtio-rng: change default backend to rng-builtinLaurent Vivier2019-09-041-2/+1Star
| * virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster2019-09-041-11/+9Star
* | memory: Single byte swap along the I/O pathTony Nguyen2019-09-031-6/+4Star
* | memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-2/+4
* | hw/virtio: Access MemoryRegion with MemOpTony Nguyen2019-09-031-2/+5
|/
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-162-2/+3
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-162-0/+2
* Include sysemu/hostmem.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-1621-3/+20