aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé1-0/+1
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé1-0/+10
2024-04-09hw/virtio: Fix packed virtqueue flush used_idxWafer1-2/+10
2024-04-09Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin1-39/+0
2024-03-12hw/virtio: Add support for VDPA network simulation devicesHao Chen1-0/+39
2024-02-07virtio: Re-enable notifications after drainHanna Czenczek1-0/+42
2023-12-30hw/virtio: Constify VMStateRichard Henderson1-14/+14
2023-12-02vhost-user-scsi: free the inflight area when resetLi Feng1-1/+1
2023-10-31virtio: use defer_call() in virtio_irqfd_notify()Stefan Hajnoczi1-1/+12
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi1-0/+4
2023-10-04virtio: remove unused next argument from virtqueue_split_read_next_desc()Ilya Maximets1-10/+8
2023-10-04virtio: remove unnecessary thread fence while reading next descriptorIlya Maximets1-2/+0
2023-10-04virtio: use shadow_avail_idx while checking number of headsIlya Maximets1-3/+15
2023-10-04qmp: remove virtio_list, search QOM tree insteadJonah Palmer1-6/+0
2023-10-04virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets1-5/+15
2023-09-21hw/other: spelling fixesMichael Tokarev1-1/+1
2023-09-08virtio: Drop out of coroutine context in virtio_load()Kevin Wolf1-5/+40
2023-08-03virtio: Fix packed virtqueue used_idx maskHanna Czenczek1-1/+1
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi1-3/+3
2023-05-30virtio: do not set is_external=true on host notifiersStefan Hajnoczi1-3/+3
2023-05-30virtio: make it possible to detach host notifier from any threadStefan Hajnoczi1-3/+0
2023-04-21virtio: refresh vring region cache after updating a virtqueue sizeCarlos López1-1/+1
2023-03-07virtio: fix reachable assertion due to stale value of cached region sizeCarlos López1-6/+5
2023-01-08include/hw/virtio: Break inclusion loopMarkus Armbruster1-0/+1
2023-01-08hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.cPhilippe Mathieu-Daudé1-190/+1
2023-01-08hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()Philippe Mathieu-Daudé1-5/+5
2023-01-08virtio: add support for configure interruptCindy Lu1-0/+29
2022-12-21hw/virtio: Extract QMP related code virtio-qmp.cPhilippe Mathieu-Daudé1-633/+2
2022-12-21hw/virtio: Extract config read/write accessors to virtio-config-io.cPhilippe Mathieu-Daudé1-190/+0
2022-12-21hw/virtio: Constify qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé1-17/+17
2022-12-21hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé1-14/+42
2022-12-21hw/virtio: Add missing "hw/core/cpu.h" includePhilippe Mathieu-Daudé1-0/+1
2022-12-14qapi virtio: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+0
2022-11-22virtio: disable error for out of spec queue-enableMichael S. Tsirkin1-0/+7
2022-11-07virtio: introduce virtio_queue_enable()Kangjie Xu1-0/+14
2022-11-07virtio: introduce virtio_queue_reset()Xuan Zhuo1-0/+11
2022-11-07virtio: introduce __virtio_queue_reset()Xuan Zhuo1-16/+21
2022-10-09qmp: add QMP command x-query-virtio-queue-elementLaurent Vivier1-0/+154
2022-10-09qmp: add QMP commands for virtio/vhost queue-statusLaurent Vivier1-0/+103
2022-10-09qmp: decode feature & status bits in virtio-statusLaurent Vivier1-8/+635
2022-10-09qmp: add QMP command x-query-virtio-statusLaurent Vivier1-0/+104
2022-10-09qmp: add QMP command x-query-virtioLaurent Vivier1-0/+44
2022-10-07virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin1-4/+6
2022-10-07hw/virtio: log potentially buggy guest driversAlex Bennée1-0/+7
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-0/+1
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-3/+52
2022-05-09virtio-scsi: don't waste CPU polling the event virtqueueStefan Hajnoczi1-0/+13
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-3/+2
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell1-1/+0