diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-03-13 10:43:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-03-13 10:43:09 -0700 |
commit | fc89d7fb499b0162e081f434d45e8d1b47e82ece (patch) | |
tree | 164dc0429e3c3e8436fbda31f17807a50976d6f6 /tools | |
parent | eeac8ede17557680855031c6f305ece2378af326 (diff) | |
parent | ae43c20da2a77c508715a9c77845b4e87e6a1e25 (diff) |
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Pull virtio fixes from Michael Tsirkin:
"Some virtio / vhost / vdpa fixes accumulated so far"
* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
tools/virtio: Ignore virtio-trace/trace-agent
vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready
vhost-vdpa: free iommu domain after last use during cleanup
vdpa/mlx5: should not activate virtq object when suspended
vp_vdpa: fix the crash in hot unplug with vp_vdpa
Diffstat (limited to 'tools')
-rw-r--r-- | tools/virtio/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/virtio/.gitignore b/tools/virtio/.gitignore index 075588c4da08..9934d48d9a55 100644 --- a/tools/virtio/.gitignore +++ b/tools/virtio/.gitignore @@ -2,3 +2,4 @@ *.d virtio_test vringh_test +virtio-trace/trace-agent |