aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2023-10-12memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand
2023-10-12vhost: Return number of free memslotsDavid Hildenbrand
2023-10-12vhost: Remove vhost_backend_can_merge() callbackDavid Hildenbrand
2023-10-12vhost: Rework memslot filtering and fix "used_memslot" trackingDavid Hildenbrand
2023-10-06hw/virtio/vhost: Silence compiler warnings in vhost code when using -WshadowThomas Huth
2023-10-06hw/virtio/virtio-pci: Avoid compiler warning with -WshadowThomas Huth
2023-10-04vhost-user: add shared_object msgAlbert Esteve
2023-10-04virtio: remove unused next argument from virtqueue_split_read_next_desc()Ilya Maximets
2023-10-04virtio: remove unnecessary thread fence while reading next descriptorIlya Maximets
2023-10-04virtio: use shadow_avail_idx while checking number of headsIlya Maximets
2023-10-04vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer
2023-10-04qmp: update virtio feature maps, vhost-user-gpio introspectionJonah Palmer
2023-10-04qmp: remove virtio_list, search QOM tree insteadJonah Palmer
2023-10-04vhost: Add count argument to vhost_svq_poll()Hawkins Jiawei
2023-10-04vdpa: move vhost_vdpa_set_vring_ready to the callerEugenio Pérez
2023-10-04vdpa: export vhost_vdpa_set_vring_readyEugenio Pérez
2023-10-04virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets
2023-10-04hw/virtio: add config support to vhost-user-deviceAlex Bennée
2023-10-04virtio: add vhost-user-base and a generic vhost-user-deviceAlex Bennée
2023-10-04hw/virtio/meson: Rename softmmu_virtio_ss[] -> system_virtio_ss[]Philippe Mathieu-Daudé
2023-10-04hw/virtio: Build vhost-vdpa.o oncePhilippe Mathieu-Daudé
2023-10-04hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask()Philippe Mathieu-Daudé
2023-10-04hw/virtio/vhost-vdpa: Inline TARGET_PAGE_ALIGN() macroPhilippe Mathieu-Daudé
2023-10-04hw/virtio: Propagate page_mask to vhost_vdpa_section_end()Philippe Mathieu-Daudé
2023-10-04hw/virtio: Propagate page_mask to vhost_vdpa_listener_skipped_section()Philippe Mathieu-Daudé
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-09-08virtio: Drop out of coroutine context in virtio_load()Kevin Wolf
2023-08-03virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi
2023-08-03vhost: fix the fd leakLi Feng
2023-08-03virtio: Fix packed virtqueue used_idx maskHanna Czenczek
2023-08-03hw/virtio: qmp: add RING_RESET to 'info virtio-status'David Edmondson
2023-08-03hw/virtio: Add a protection against duplicate vu_scmi_stop callsMilan Zamazal
2023-08-03virtio-iommu: Standardize granule extraction and formattingEric Auger
2023-08-03hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger
2023-07-12virtio-mem-pci: Device unplug supportDavid Hildenbrand
2023-07-12virtio-mem: Prepare for device unplug supportDavid Hildenbrand
2023-07-12virtio-md-pci: Support unplug requests for compatible devicesDavid Hildenbrand
2023-07-12virtio-md-pci: Handle unplug of virtio based memory devicesDavid Hildenbrand
2023-07-12pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand
2023-07-12virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pciDavid Hildenbrand
2023-07-12virtio-mem: Support "x-ignore-shared" migrationDavid Hildenbrand
2023-07-12virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memoryDavid Hildenbrand
2023-07-10vhost: Fix false positive out-of-boundsHawkins Jiawei
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée
2023-07-10virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()Eric Auger
2023-07-10virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger
2023-07-10vhost-vdpa: mute unaligned memory error reportLaurent Vivier
2023-07-10vhost-user: Make RESET_DEVICE a per device messageTom Lonergan
2023-07-10vhost-user: Change one_time to per_device requestTom Lonergan
2023-07-10hw/virtio: Add vhost-user-scmi-pci boilerplateMilan Zamazal