summary refs log tree commit diff stats
path: root/hw/virtio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * vhost-user: hoist "write_sync", "get_features", "get_u64"Laszlo Ersek2023-10-221-85/+85
| * vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"Laszlo Ersek2023-10-221-19/+13
| * vhost-user: factor out "vhost_user_write_sync"Laszlo Ersek2023-10-221-36/+26
| * vhost-user: tighten "reply_supported" scope in "set_vring_addr"Laszlo Ersek2023-10-221-5/+6
| * vhost-user: strip superfluous whitespaceLaszlo Ersek2023-10-221-1/+1
| * vhost: Expose vhost_svq_available_slots()Hawkins Jiawei2023-10-182-1/+2
* | Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi2023-10-201-6/+2
|\ \
| * | migration: simplify blockersSteve Sistare2023-10-201-6/+2
| |/
* / hw/virtio/virtio-pmem: Replace impossible check by assertionPhilippe Mathieu-Daudé2023-10-191-4/+1
|/
* Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi2023-10-171-0/+18
|\
| * virtio: Add shared memory capabilityDr. David Alan Gilbert2023-10-161-0/+18
* | virtio-mem: Mark memslot alias memory regions unmergeableDavid Hildenbrand2023-10-121-0/+6
* | memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand2023-10-121-2/+2
* | virtio-mem: Expose device memory dynamically via multiple memslots if enabledDavid Hildenbrand2023-10-122-0/+309
* | virtio-mem: Update state to match bitmap as soon as it's been migratedDavid Hildenbrand2023-10-121-5/+21
* | virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cbDavid Hildenbrand2023-10-121-5/+5
* | memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand2023-10-121-1/+13
* | vhost: Add vhost_get_max_memslots()David Hildenbrand2023-10-122-0/+16
* | memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand2023-10-121-4/+14
* | vhost: Return number of free memslotsDavid Hildenbrand2023-10-122-4/+4
* | vhost: Remove vhost_backend_can_merge() callbackDavid Hildenbrand2023-10-123-20/+1
* | vhost: Rework memslot filtering and fix "used_memslot" trackingDavid Hildenbrand2023-10-122-13/+50
|/
* hw/virtio/vhost: Silence compiler warnings in vhost code when using -WshadowThomas Huth2023-10-061-4/+4
* hw/virtio/virtio-pci: Avoid compiler warning with -WshadowThomas Huth2023-10-061-10/+10
* vhost-user: add shared_object msgAlbert Esteve2023-10-041-12/+155
* virtio: remove unused next argument from virtqueue_split_read_next_desc()Ilya Maximets2023-10-041-10/+8
* virtio: remove unnecessary thread fence while reading next descriptorIlya Maximets2023-10-041-2/+0
* virtio: use shadow_avail_idx while checking number of headsIlya Maximets2023-10-041-3/+15
* vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer2023-10-042-42/+1
* qmp: update virtio feature maps, vhost-user-gpio introspectionJonah Palmer2023-10-042-1/+40
* qmp: remove virtio_list, search QOM tree insteadJonah Palmer2023-10-043-69/+29
* vhost: Add count argument to vhost_svq_poll()Hawkins Jiawei2023-10-042-15/+23
* vdpa: move vhost_vdpa_set_vring_ready to the callerEugenio Pérez2023-10-042-3/+3
* vdpa: export vhost_vdpa_set_vring_readyEugenio Pérez2023-10-042-13/+14
* virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets2023-10-041-5/+15
* hw/virtio: add config support to vhost-user-deviceAlex Bennée2023-10-041-1/+57
* virtio: add vhost-user-base and a generic vhost-user-deviceAlex Bennée2023-10-043-0/+398
* hw/virtio/meson: Rename softmmu_virtio_ss[] -> system_virtio_ss[]Philippe Mathieu-Daudé2023-10-041-12/+12
* hw/virtio: Build vhost-vdpa.o oncePhilippe Mathieu-Daudé2023-10-041-1/+2
* hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask()Philippe Mathieu-Daudé2023-10-041-15/+19
* hw/virtio/vhost-vdpa: Inline TARGET_PAGE_ALIGN() macroPhilippe Mathieu-Daudé2023-10-041-2/+2
* hw/virtio: Propagate page_mask to vhost_vdpa_section_end()Philippe Mathieu-Daudé2023-10-041-5/+6
* hw/virtio: Propagate page_mask to vhost_vdpa_listener_skipped_section()Philippe Mathieu-Daudé2023-10-041-3/+4
* hw/other: spelling fixesMichael Tokarev2023-09-213-4/+4
* virtio: Drop out of coroutine context in virtio_load()Kevin Wolf2023-09-081-5/+40
* virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi2023-08-031-0/+5
* vhost: fix the fd leakLi Feng2023-08-031-0/+2
* virtio: Fix packed virtqueue used_idx maskHanna Czenczek2023-08-031-1/+1
* hw/virtio: qmp: add RING_RESET to 'info virtio-status'David Edmondson2023-08-031-0/+2
* hw/virtio: Add a protection against duplicate vu_scmi_stop callsMilan Zamazal2023-08-031-0/+7