aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2023-09-21virtio: Drop out of coroutine context in virtio_load()Kevin Wolf
2023-08-03virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi
2023-08-03vhost: fix the fd leakLi Feng
2023-08-03virtio: Fix packed virtqueue used_idx maskHanna Czenczek
2023-08-03hw/virtio: qmp: add RING_RESET to 'info virtio-status'David Edmondson
2023-08-03hw/virtio: Add a protection against duplicate vu_scmi_stop callsMilan Zamazal
2023-08-03virtio-iommu: Standardize granule extraction and formattingEric Auger
2023-08-03hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger
2023-07-12virtio-mem-pci: Device unplug supportDavid Hildenbrand
2023-07-12virtio-mem: Prepare for device unplug supportDavid Hildenbrand
2023-07-12virtio-md-pci: Support unplug requests for compatible devicesDavid Hildenbrand
2023-07-12virtio-md-pci: Handle unplug of virtio based memory devicesDavid Hildenbrand
2023-07-12pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand
2023-07-12virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pciDavid Hildenbrand
2023-07-12virtio-mem: Support "x-ignore-shared" migrationDavid Hildenbrand
2023-07-12virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memoryDavid Hildenbrand
2023-07-10vhost: Fix false positive out-of-boundsHawkins Jiawei
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée
2023-07-10virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()Eric Auger
2023-07-10virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger
2023-07-10vhost-vdpa: mute unaligned memory error reportLaurent Vivier
2023-07-10vhost-user: Make RESET_DEVICE a per device messageTom Lonergan
2023-07-10vhost-user: Change one_time to per_device requestTom Lonergan
2023-07-10hw/virtio: Add vhost-user-scmi-pci boilerplateMilan Zamazal
2023-07-10hw/virtio: Add boilerplate for vhost-user-scmi deviceMilan Zamazal
2023-07-10vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov
2023-07-10vdpa: Remove status in reset tracingEugenio Pérez
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis
2023-06-26vhost: fix vhost_dev_enable_notifiers() error caseLaurent Vivier
2023-06-26vdpa: map shadow vrings with MAP_SHAREDEugenio Pérez
2023-06-23virtio-mem: Simplify bitmap handling and virtio_mem_set_block_state()David Hildenbrand
2023-06-23vhost: release virtqueue objects in error pathPrasad Pandit
2023-06-23vhost: release memory_listener object in error pathPrasad Pandit
2023-06-23hw/virtio: Build various target-agnostic objects just oncePhilippe Mathieu-Daudé
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé
2023-06-23hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()Philippe Mathieu-Daudé
2023-06-23hw/virtio/vhost-vsock: Include missing 'virtio/virtio-bus.h' headerPhilippe Mathieu-Daudé
2023-06-23hw/virtio/virtio-mem: Use qemu_ram_get_fd() helperPhilippe Mathieu-Daudé
2023-06-23hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in KconfigPhilippe Mathieu-Daudé
2023-06-23cryptodev-vhost-user: add asymmetric crypto supportGowrishankar Muthukrishnan
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-09hw/virtio/virtio-qmp.c: spelling: suppotedMichael Tokarev
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé
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-05-28virtio-input-pci: add virtio-multitouch-pciSergio Lopez
2023-05-26virtio: qmp: fix memory leakPaolo Bonzini
2023-05-23hostmem-file: add offset optionAlexander Graf