Age | Commit message (Expand) | Author | Files | Lines |
2024-12-10 | hw/virtio: Replace type_register() with type_register_static() | Zhao Liu | 1 | -4/+4 |
2024-12-03 | hw/virtio: fix crash in processing balloon stats | Daniel P. Berrangé | 1 | -1/+15 |
2024-11-28 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 1 | -1/+12 |
2024-11-26 | vhost: fail device start if iotlb update fails | Prasad Pandit | 1 | -1/+12 |
2024-11-26 | virtio-net: Add queues before loading them | Akihiko Odaki | 1 | -0/+7 |
2024-11-05 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 2 | -24/+54 |
2024-11-04 | vhost-user: fix shared object return values | Albert Esteve | 1 | -4/+9 |
2024-11-04 | virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net device | yaozhenguo | 1 | -20/+26 |
2024-11-04 | virtio-pci: fix memory_region_find for VirtIOPCIRegion's MR | Gao Shiyuan | 1 | -0/+10 |
2024-11-04 | qapi: introduce device-sync-config | Vladimir Sementsov-Ogievskiy | 1 | -0/+9 |
2024-11-04 | Merge tag 'migration-20241030-pull-request' of https://gitlab.com/peterx/qemu... | Peter Maydell | 1 | -1/+1 |
2024-10-31 | migration: Drop migration_is_idle() | Peter Xu | 1 | -1/+1 |
2024-10-31 | device/virtio-nsm: Support for Nitro Secure Module device | Dorjoy Chowdhury | 5 | -0/+2132 |
2024-10-03 | vhost: Remove unused vhost_dev_{load|save}_inflight | Dr. David Alan Gilbert | 1 | -56/+0 |
2024-10-02 | hw/virtio: freeing leaked memory from vhost_svq_get_buf in vhost_svq_poll | Marc-André Lureau | 1 | -1/+3 |
2024-10-02 | hw/virtio: fix -Werror=maybe-uninitialized | Marc-André Lureau | 1 | -1/+1 |
2024-09-26 | Merge tag 'mem-2024-09-24' of https://github.com/davidhildenbrand/qemu into s... | Peter Maydell | 3 | -14/+48 |
2024-09-24 | virtio-mem: Add support for suspend+wake-up with plugged memory | Juraj Marcin | 2 | -0/+13 |
2024-09-24 | virtio-mem: Use new Resettable framework instead of LegacyReset | Juraj Marcin | 1 | -14/+24 |
2024-09-24 | virtio: kconfig: memory devices are PCI only | Paolo Bonzini | 1 | -0/+11 |
2024-09-20 | license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later | Philippe Mathieu-Daudé | 1 | -1/+1 |
2024-09-20 | hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets | Thomas Huth | 1 | -1/+1 |
2024-09-13 | hw: Use device_class_set_legacy_reset() instead of opencoding | Peter Maydell | 1 | -1/+1 |
2024-09-12 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 5 | -12/+39 |
2024-09-11 | virtio-mem: don't warn about THP sizes on a kernel without THP support | David Hildenbrand | 1 | -0/+7 |
2024-09-11 | virtio-pci: Add lookup subregion of VirtIOPCIRegion MR | Gao Shiyuan | 1 | -2/+6 |
2024-09-11 | vhost_net: configure all host notifiers in a single MR transaction | zuoboqun | 1 | -3/+3 |
2024-09-11 | virtio: rename virtio_split_packed_update_used_idx | Wenyu Huang | 1 | -2/+2 |
2024-09-10 | virtio: Always reset vhost devices | Hanna Czenczek | 1 | -2/+6 |
2024-09-10 | virtio: Allow .get_vhost() without vhost_started | Hanna Czenczek | 1 | -3/+15 |
2024-09-10 | qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefix | Markus Armbruster | 1 | -7/+7 |
2024-09-10 | qapi/cryptodev: Drop unwanted 'prefix' | Markus Armbruster | 1 | -5/+5 |
2024-08-20 | virtio-pci: Fix the use of an uninitialized irqfd | Cindy Lu | 1 | -0/+3 |
2024-08-02 | virtio-net: Fix network stall at the host side waiting for kick | thomas | 1 | -4/+60 |
2024-08-01 | Revert "virtio-pci: Implement SR-IOV PF" | Michael S. Tsirkin | 1 | -15/+5 |
2024-08-01 | Revert "virtio-net: Implement SR-IOV VF" | Michael S. Tsirkin | 1 | -1/+0 |
2024-08-01 | virtio-rng: block max-bytes=0 | Michael S. Tsirkin | 1 | -2/+3 |
2024-07-22 | virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domain | Eric Auger | 2 | -0/+2 |
2024-07-22 | virtio-iommu: Remove the end point on detach | Eric Auger | 1 | -0/+1 |
2024-07-22 | virtio-iommu: Free [host_]resv_ranges on unset_iommu_devices | Eric Auger | 1 | -34/+28 |
2024-07-22 | virtio-iommu: Remove probe_done | Eric Auger | 1 | -3/+0 |
2024-07-22 | Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged" | Eric Auger | 1 | -21/+0 |
2024-07-22 | virtio-net: Implement SR-IOV VF | Akihiko Odaki | 1 | -0/+1 |
2024-07-22 | virtio-pci: Implement SR-IOV PF | Akihiko Odaki | 1 | -5/+15 |
2024-07-21 | vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits | Jonah Palmer | 2 | -0/+2 |
2024-07-21 | virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER support | Jonah Palmer | 1 | -1/+70 |
2024-07-21 | virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support | Jonah Palmer | 1 | -1/+43 |
2024-07-21 | virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support | Jonah Palmer | 1 | -1/+15 |
2024-07-21 | hw/virtio/virtio-crypto: Fix op_code assignment in virtio_crypto_create_asym_... | Zheyu Ma | 1 | -1/+1 |
2024-07-10 | virtio-mem: improve error message when unplug of device fails due to plugged ... | David Hildenbrand | 1 | -2/+2 |