summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-23vhost-user: Print unexpected slave message typesDr. David Alan Gilbert
2020-01-23vhost: coding style fixMichael S. Tsirkin
2020-01-22vhost: Only align sections for vhost-userDr. David Alan Gilbert
2020-01-22vhost: Add names to section rounded warningDr. David Alan Gilbert
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan
2020-01-06virtio: reset region cache when on queue deletionYuri Benditovich
2020-01-06virtio-mmio: update queue size on guest writeDenis Plotnikov
2020-01-05vhost-user: add VHOST_USER_RESET_DEVICE to reset devicesRaphael Norwitz
2020-01-05virtio-mmio: Clear v2 transport state on soft resetJean-Philippe Brucker
2020-01-05virtio: don't enable notifications during pollingStefan Hajnoczi
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth
2020-01-05virtio: update queue size on guest writeMichael S. Tsirkin
2020-01-05virtio-balloon: fix memory leak while attach virtio-balloon devicePan Nengyuan
2020-01-05virtio: make virtio_delete_queue idempotentMichael S. Tsirkin
2020-01-05virtio: add ability to delete vq through a pointerMichael S. Tsirkin
2019-12-17configure: simplify vhost condition with KconfigMarc-André Lureau
2019-12-13virtio-fs: fix MSI-X nvectors calculationStefan Hajnoczi
2019-12-13vhost-user-fs: remove "vhostfd" propertyMarc-André Lureau
2019-11-06virtio: notify virtqueue via host notifier when availableStefan Hajnoczi
2019-10-29virtio: Use auto rcu_read macrosDr. David Alan Gilbert
2019-10-29virtio/vhost: Use auto_rcu_read macrosDr. David Alan Gilbert
2019-10-29Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2019-10-29virtio: new post_load hookMichael S. Tsirkin
2019-10-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-10-25virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi
2019-10-25virtio: event suppression support for packed ringJason Wang
2019-10-25virtio: basic packed virtqueue supportJason Wang
2019-10-25virtio: Free rnd virqueue at unrealize()Eugenio Pérez
2019-10-25virtio: device/driver area size calculation refactor for split ringWei Xu
2019-10-25virtio: basic structure for packed ringWei Xu
2019-10-22hw/virtio: Factorize virtio-mmio headersSergio Lopez
2019-10-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-10-05virtio: add vhost-user-fs-pci deviceDr. David Alan Gilbert
2019-10-05virtio: add vhost-user-fs base deviceDr. David Alan Gilbert
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger
2019-09-25vhost: Fix memory region section comparisonDr. David Alan Gilbert
2019-09-16virtio-mmio: implement modern (v2) personality (virtio-1)Sergio Lopez
2019-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-09-04virtio-pci: Add Function Level Reset supportJulia Suvorova
2019-09-04virtio-rng: change default backend to rng-builtinLaurent Vivier
2019-09-04virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03hw/virtio: Access MemoryRegion with MemOpTony Nguyen
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include sysemu/hostmem.h lessMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster