aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2023-08-03virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi1-0/+5
2023-08-03vhost: fix the fd leakLi Feng1-0/+2
2023-08-03virtio: Fix packed virtqueue used_idx maskHanna Czenczek1-1/+1
2023-08-03hw/virtio: qmp: add RING_RESET to 'info virtio-status'David Edmondson1-0/+2
2023-08-03hw/virtio: Add a protection against duplicate vu_scmi_stop callsMilan Zamazal1-0/+7
2023-08-03virtio-iommu: Standardize granule extraction and formattingEric Auger1-3/+5
2023-08-03hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger1-1/+3
2023-07-12virtio-mem-pci: Device unplug supportDavid Hildenbrand1-3/+46
2023-07-12virtio-mem: Prepare for device unplug supportDavid Hildenbrand1-0/+25
2023-07-12virtio-md-pci: Support unplug requests for compatible devicesDavid Hildenbrand1-2/+36
2023-07-12virtio-md-pci: Handle unplug of virtio based memory devicesDavid Hildenbrand1-1/+22
2023-07-12pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand1-0/+63
2023-07-12virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pciDavid Hildenbrand7-16/+48
2023-07-12virtio-mem: Support "x-ignore-shared" migrationDavid Hildenbrand1-9/+38
2023-07-12virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memoryDavid Hildenbrand1-10/+10
2023-07-10vhost: Fix false positive out-of-boundsHawkins Jiawei1-1/+1
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée4-7/+7
2023-07-10virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()Eric Auger1-12/+7
2023-07-10virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger2-2/+30
2023-07-10vhost-vdpa: mute unaligned memory error reportLaurent Vivier2-2/+8
2023-07-10vhost-user: Make RESET_DEVICE a per device messageTom Lonergan1-0/+1
2023-07-10vhost-user: Change one_time to per_device requestTom Lonergan1-6/+12
2023-07-10hw/virtio: Add vhost-user-scmi-pci boilerplateMilan Zamazal2-0/+69
2023-07-10hw/virtio: Add boilerplate for vhost-user-scmi deviceMilan Zamazal3-0/+312
2023-07-10vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov2-12/+30
2023-07-10vdpa: Remove status in reset tracingEugenio Pérez2-2/+2
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata1-1/+1
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis3-28/+28
2023-06-26vhost: fix vhost_dev_enable_notifiers() error caseLaurent Vivier1-29/+36
2023-06-26vdpa: map shadow vrings with MAP_SHAREDEugenio Pérez1-9/+9
2023-06-23virtio-mem: Simplify bitmap handling and virtio_mem_set_block_state()David Hildenbrand1-50/+66
2023-06-23vhost: release virtqueue objects in error pathPrasad Pandit1-1/+2
2023-06-23vhost: release memory_listener object in error pathPrasad Pandit1-0/+3
2023-06-23hw/virtio: Build various target-agnostic objects just oncePhilippe Mathieu-Daudé1-5/+6
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé7-7/+0
2023-06-23hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()Philippe Mathieu-Daudé1-1/+2
2023-06-23hw/virtio/vhost-vsock: Include missing 'virtio/virtio-bus.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-06-23hw/virtio/virtio-mem: Use qemu_ram_get_fd() helperPhilippe Mathieu-Daudé1-1/+1
2023-06-23hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in KconfigPhilippe Mathieu-Daudé2-2/+9
2023-06-23cryptodev-vhost-user: add asymmetric crypto supportGowrishankar Muthukrishnan1-13/+62
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-6/+6
2023-06-09hw/virtio/virtio-qmp.c: spelling: suppotedMichael Tokarev1-1/+1
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2-6/+6
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-05-28virtio-input-pci: add virtio-multitouch-pciSergio Lopez1-4/+21
2023-05-26virtio: qmp: fix memory leakPaolo Bonzini1-6/+5
2023-05-23hostmem-file: add offset optionAlexander Graf1-0/+1
2023-05-19virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov1-0/+36