Age | Commit message (Expand) | Author |
2023-08-03 | virtio-crypto: verify src&dst buffer length for sym request | zhenwei pi |
2023-08-03 | vhost: fix the fd leak | Li Feng |
2023-08-03 | virtio: Fix packed virtqueue used_idx mask | Hanna Czenczek |
2023-08-03 | hw/virtio: qmp: add RING_RESET to 'info virtio-status' | David Edmondson |
2023-08-03 | hw/virtio: Add a protection against duplicate vu_scmi_stop calls | Milan Zamazal |
2023-08-03 | virtio-iommu: Standardize granule extraction and formatting | Eric Auger |
2023-08-03 | hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command() | Eric Auger |
2023-07-12 | virtio-mem-pci: Device unplug support | David Hildenbrand |
2023-07-12 | virtio-mem: Prepare for device unplug support | David Hildenbrand |
2023-07-12 | virtio-md-pci: Support unplug requests for compatible devices | David Hildenbrand |
2023-07-12 | virtio-md-pci: Handle unplug of virtio based memory devices | David Hildenbrand |
2023-07-12 | pc: Factor out (un)plug handling of virtio-md-pci devices | David Hildenbrand |
2023-07-12 | virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pci | David Hildenbrand |
2023-07-12 | virtio-mem: Support "x-ignore-shared" migration | David Hildenbrand |
2023-07-12 | virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memory | David Hildenbrand |
2023-07-10 | vhost: Fix false positive out-of-bounds | Hawkins Jiawei |
2023-07-10 | hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments | Alex Bennée |
2023-07-10 | virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask() | Eric Auger |
2023-07-10 | virtio-iommu: Fix 64kB host page size VFIO device assignment | Eric Auger |
2023-07-10 | vhost-vdpa: mute unaligned memory error report | Laurent Vivier |
2023-07-10 | vhost-user: Make RESET_DEVICE a per device message | Tom Lonergan |
2023-07-10 | vhost-user: Change one_time to per_device request | Tom Lonergan |
2023-07-10 | hw/virtio: Add vhost-user-scmi-pci boilerplate | Milan Zamazal |
2023-07-10 | hw/virtio: Add boilerplate for vhost-user-scmi device | Milan Zamazal |
2023-07-10 | vhost: register and change IOMMU flag depending on Device-TLB state | Viktor Prutyanov |
2023-07-10 | vdpa: Remove status in reset tracing | Eugenio Pérez |
2023-06-28 | exec/memory: Add symbol for memory listener priority for device backend | Isaku Yamahata |
2023-06-26 | vhost-user: fully use new backend/frontend naming | Manos Pitsidianakis |
2023-06-26 | vhost: fix vhost_dev_enable_notifiers() error case | Laurent Vivier |
2023-06-26 | vdpa: map shadow vrings with MAP_SHARED | Eugenio Pérez |
2023-06-23 | virtio-mem: Simplify bitmap handling and virtio_mem_set_block_state() | David Hildenbrand |
2023-06-23 | vhost: release virtqueue objects in error path | Prasad Pandit |
2023-06-23 | vhost: release memory_listener object in error path | Prasad Pandit |
2023-06-23 | hw/virtio: Build various target-agnostic objects just once | Philippe Mathieu-Daudé |
2023-06-23 | hw/virtio: Remove unnecessary 'virtio-access.h' header | Philippe Mathieu-Daudé |
2023-06-23 | hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask() | Philippe Mathieu-Daudé |
2023-06-23 | hw/virtio/vhost-vsock: Include missing 'virtio/virtio-bus.h' header | Philippe Mathieu-Daudé |
2023-06-23 | hw/virtio/virtio-mem: Use qemu_ram_get_fd() helper | Philippe Mathieu-Daudé |
2023-06-23 | hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in Kconfig | Philippe Mathieu-Daudé |
2023-06-23 | cryptodev-vhost-user: add asymmetric crypto support | Gowrishankar Muthukrishnan |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-06-09 | hw/virtio/virtio-qmp.c: spelling: suppoted | Michael Tokarev |
2023-06-05 | bulk: Remove pointless QOM casts | Philippe Mathieu-Daudé |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi |
2023-05-30 | virtio: do not set is_external=true on host notifiers | Stefan Hajnoczi |
2023-05-30 | virtio: make it possible to detach host notifier from any thread | Stefan Hajnoczi |
2023-05-28 | virtio-input-pci: add virtio-multitouch-pci | Sergio Lopez |
2023-05-26 | virtio: qmp: fix memory leak | Paolo Bonzini |
2023-05-23 | hostmem-file: add offset option | Alexander Graf |
2023-05-19 | virtio-pci: add handling of PCI ATS and Device-TLB enable/disable | Viktor Prutyanov |