aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio.c
AgeCommit message (Expand)Author
2024-09-11virtio: rename virtio_split_packed_update_used_idxWenyu Huang
2024-09-10virtio: Always reset vhost devicesHanna Czenczek
2024-08-02virtio-net: Fix network stall at the host side waiting for kickthomas
2024-07-21virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER supportJonah Palmer
2024-07-21virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER supportJonah Palmer
2024-07-21virtio: virtqueue_pop - VIRTIO_F_IN_ORDER supportJonah Palmer
2024-07-03virtio: remove virtio_tswap16s() call in vring_packed_event_read()Stefano Garzarella
2024-07-01hw/virtio: Fix obtain the buffer id from the last descriptorWafer
2024-07-01virtio: Prevent creation of device using notification-data with ioeventfdJonah Palmer
2024-07-01virtio/virtio-pci: Handle extra notification dataJonah Palmer
2024-04-26exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé
2024-04-09hw/virtio: Fix packed virtqueue flush used_idxWafer
2024-04-09Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin
2024-03-12hw/virtio: Add support for VDPA network simulation devicesHao Chen
2024-02-07virtio: Re-enable notifications after drainHanna Czenczek
2023-12-30hw/virtio: Constify VMStateRichard Henderson
2023-12-02vhost-user-scsi: free the inflight area when resetLi Feng
2023-10-31virtio: use defer_call() in virtio_irqfd_notify()Stefan Hajnoczi
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi
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-04qmp: remove virtio_list, search QOM tree insteadJonah Palmer
2023-10-04virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-09-08virtio: Drop out of coroutine context in virtio_load()Kevin Wolf
2023-08-03virtio: Fix packed virtqueue used_idx maskHanna Czenczek
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi
2023-05-30virtio: do not set is_external=true on host notifiersStefan Hajnoczi
2023-05-30virtio: make it possible to detach host notifier from any threadStefan Hajnoczi
2023-04-21virtio: refresh vring region cache after updating a virtqueue sizeCarlos López
2023-03-07virtio: fix reachable assertion due to stale value of cached region sizeCarlos López
2023-01-08include/hw/virtio: Break inclusion loopMarkus Armbruster
2023-01-08hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.cPhilippe Mathieu-Daudé
2023-01-08hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()Philippe Mathieu-Daudé
2023-01-08virtio: add support for configure interruptCindy Lu
2022-12-21hw/virtio: Extract QMP related code virtio-qmp.cPhilippe Mathieu-Daudé
2022-12-21hw/virtio: Extract config read/write accessors to virtio-config-io.cPhilippe Mathieu-Daudé
2022-12-21hw/virtio: Constify qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé
2022-12-21hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé
2022-12-21hw/virtio: Add missing "hw/core/cpu.h" includePhilippe Mathieu-Daudé
2022-12-14qapi virtio: Elide redundant has_FOO in generated CMarkus Armbruster
2022-11-22virtio: disable error for out of spec queue-enableMichael S. Tsirkin
2022-11-07virtio: introduce virtio_queue_enable()Kangjie Xu
2022-11-07virtio: introduce virtio_queue_reset()Xuan Zhuo
2022-11-07virtio: introduce __virtio_queue_reset()Xuan Zhuo
2022-10-09qmp: add QMP command x-query-virtio-queue-elementLaurent Vivier
2022-10-09qmp: add QMP commands for virtio/vhost queue-statusLaurent Vivier
2022-10-09qmp: decode feature & status bits in virtio-statusLaurent Vivier