aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2021-09-04vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()Jason Wang
2021-09-04hw/virtio: Add flatview update in vhost_user_cleanup()Yuwei Zhang
2021-09-04hw/virtio: Remove NULL check in virtio_free_region_cache()Philippe Mathieu-Daudé
2021-09-04hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCUPhilippe Mathieu-Daudé
2021-09-04vhost: correctly detect the enabling IOMMUJason Wang
2021-09-04virtio-pci: implement iommu_enabled()Jason Wang
2021-09-04virtio-bus: introduce iommu_enabled()Jason Wang
2021-09-04virtio-balloon: free page hinting cleanupsDavid Hildenbrand
2021-09-04virtio-balloon: don't start free page hinting if postcopy is possibleDavid Hildenbrand
2021-09-04vhost-user: add missing space in error messageAlyssa Ross
2021-09-04hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu
2021-09-04vhost: make SET_VRING_ADDR, SET_FEATURES send repliesDenis Plotnikov
2021-09-04hw/virtio: Fix leak of host-notifier memory-regionYajun Wu
2021-09-04vhost-vdpa: Do not send empty IOTLB update batchesEugenio Pérez
2021-08-26vhost: Clean up how VhostOpts method vhost_backend_init() failsMarkus Armbruster
2021-08-26vhost: Clean up how VhostOpts method vhost_get_config() failsMarkus Armbruster
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau
2021-07-16vhost-vsock: SOCK_SEQPACKET feature bit supportArseny Krasnov
2021-07-16hw/virtio: add vhost-user-i2c-pci boilerplateViresh Kumar
2021-07-16hw/virtio: add boilerplate for vhost-user-i2c deviceViresh Kumar
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-07-09Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-07-09hw/virtio: Document *_should_notify() are called within rcu_read_lock()Philippe Mathieu-Daudé
2021-07-09vhost-user: Fix backends without multiqueue supportKevin Wolf
2021-07-08virtio-mem: Require only coordinated discardsDavid Hildenbrand
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand
2021-07-08virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand
2021-07-08virtio-mem: Don't report errors when ram_block_discard_range() failsDavid Hildenbrand
2021-07-08virtio-mem: Factor out traversing unplugged rangesDavid Hildenbrand
2021-07-03virtio-pci: Changed return values for "notify", "device" and "isr" read.Andrew Melnychenko
2021-07-03virtio-pci: Added check for virtio device in PCI config cbs.Andrew Melnychenko
2021-07-03virtio-pci: Added check for virtio device presence in mm callbacks.Andrew Melnychenko
2021-07-02virtio: Clarify MR transaction optimizationGreg Kurz
2021-07-02virtio: disable ioeventfd for record/replayPavel Dovgalyuk
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf
2021-06-30vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf
2021-06-11vhost-vdpa: don't initialize backend_featuresJason Wang
2021-06-11vhost-vdpa: map virtqueue notification area if possibleJason Wang
2021-06-11vhost-vdpa: skip ram device from the IOTLB mappingJason Wang
2021-06-05vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf
2021-05-18virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-05-14vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu