aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell22-23/+23
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau22-23/+23
2020-01-23vhost-user: Print unexpected slave message typesDr. David Alan Gilbert1-1/+1
2020-01-23vhost: coding style fixMichael S. Tsirkin1-3/+3
2020-01-22vhost: Only align sections for vhost-userDr. David Alan Gilbert1-16/+18
2020-01-22vhost: Add names to section rounded warningDr. David Alan Gilbert1-3/+4
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan1-2/+10
2020-01-06virtio: reset region cache when on queue deletionYuri Benditovich1-0/+1
2020-01-06virtio-mmio: update queue size on guest writeDenis Plotnikov1-1/+2
2020-01-05vhost-user: add VHOST_USER_RESET_DEVICE to reset devicesRaphael Norwitz1-1/+7
2020-01-05virtio-mmio: Clear v2 transport state on soft resetJean-Philippe Brucker1-0/+14
2020-01-05virtio: don't enable notifications during pollingStefan Hajnoczi1-6/+6
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth2-11/+36
2020-01-05virtio: update queue size on guest writeMichael S. Tsirkin1-0/+2
2020-01-05virtio-balloon: fix memory leak while attach virtio-balloon devicePan Nengyuan1-0/+7
2020-01-05virtio: make virtio_delete_queue idempotentMichael S. Tsirkin1-0/+1
2020-01-05virtio: add ability to delete vq through a pointerMichael S. Tsirkin1-5/+10
2019-12-17configure: simplify vhost condition with KconfigMarc-André Lureau2-2/+5
2019-12-13virtio-fs: fix MSI-X nvectors calculationStefan Hajnoczi1-1/+2
2019-12-13vhost-user-fs: remove "vhostfd" propertyMarc-André Lureau1-1/+0
2019-11-06virtio: notify virtqueue via host notifier when availableStefan Hajnoczi2-1/+12
2019-10-29virtio: Use auto rcu_read macrosDr. David Alan Gilbert1-42/+23
2019-10-29virtio/vhost: Use auto_rcu_read macrosDr. David Alan Gilbert1-3/+1
2019-10-29Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+7
2019-10-29virtio: new post_load hookMichael S. Tsirkin1-0/+7
2019-10-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-92/+977
2019-10-25virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi1-8/+0
2019-10-25virtio: event suppression support for packed ringJason Wang1-9/+133
2019-10-25virtio: basic packed virtqueue supportJason Wang1-69/+818
2019-10-25virtio: Free rnd virqueue at unrealize()Eugenio Pérez1-0/+1
2019-10-25virtio: device/driver area size calculation refactor for split ringWei Xu1-6/+10
2019-10-25virtio: basic structure for packed ringWei Xu1-0/+15
2019-10-22hw/virtio: Factorize virtio-mmio headersSergio Lopez1-47/+1
2019-10-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-0/+386
2019-10-05virtio: add vhost-user-fs-pci deviceDr. David Alan Gilbert2-0/+86
2019-10-05virtio: add vhost-user-fs base deviceDr. David Alan Gilbert2-0/+300
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger1-2/+7
2019-09-25vhost: Fix memory region section comparisonDr. David Alan Gilbert1-2/+7
2019-09-16virtio-mmio: implement modern (v2) personality (virtio-1)Sergio Lopez1-23/+319
2019-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-11/+22
2019-09-04virtio-pci: Add Function Level Reset supportJulia Suvorova2-0/+14
2019-09-04virtio-rng: change default backend to rng-builtinLaurent Vivier1-2/+1
2019-09-04virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster1-11/+9
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen1-6/+4
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen1-2/+4
2019-09-03hw/virtio: Access MemoryRegion with MemOpTony Nguyen1-2/+5
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2-2/+3
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2-0/+2
2019-08-16Include sysemu/hostmem.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster21-3/+20