aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2023-10-22vhost-user: fix lost reconnectLi Feng
2023-10-22vhost: move and rename the conn retry timesLi Feng
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi
2023-10-22vhost-backend: remove vhost_kernel_reset_device()Stefan Hajnoczi
2023-10-22vhost-user: do not send RESET_OWNER on device resetStefan Hajnoczi
2023-10-22vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronouslyLaszlo Ersek
2023-10-22vhost-user: allow "vhost_set_vring" to wait for a replyLaszlo Ersek
2023-10-22vhost-user: hoist "write_sync", "get_features", "get_u64"Laszlo Ersek
2023-10-22vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"Laszlo Ersek
2023-10-22vhost-user: factor out "vhost_user_write_sync"Laszlo Ersek
2023-10-22vhost-user: tighten "reply_supported" scope in "set_vring_addr"Laszlo Ersek
2023-10-22vhost-user: strip superfluous whitespaceLaszlo Ersek
2023-10-18vhost: Expose vhost_svq_available_slots()Hawkins Jiawei
2023-10-17Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi
2023-10-16virtio: Add shared memory capabilityDr. David Alan Gilbert
2023-10-12virtio-mem: Mark memslot alias memory regions unmergeableDavid Hildenbrand
2023-10-12memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand
2023-10-12virtio-mem: Expose device memory dynamically via multiple memslots if enabledDavid Hildenbrand
2023-10-12virtio-mem: Update state to match bitmap as soon as it's been migratedDavid Hildenbrand
2023-10-12virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cbDavid Hildenbrand
2023-10-12memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand
2023-10-12vhost: Add vhost_get_max_memslots()David Hildenbrand
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