diff options
author | Maciej S. Szmigiero <mail@maciej.szmigiero.name> | 2021-02-28 23:58:09 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-28 23:24:08 +0000 |
commit | 470064cb7fb8c6cda0b5f2ea40fcb6542faf86de (patch) | |
tree | 19243a1192a7c2b52bd0b7480bea78ccc216f3c8 /app-emulation/qemu/files | |
parent | dev-perl/Algorithm-C3: Stabilize 0.110.0 sparc, #773466 (diff) | |
download | gentoo-470064cb7fb8c6cda0b5f2ea40fcb6542faf86de.tar.gz gentoo-470064cb7fb8c6cda0b5f2ea40fcb6542faf86de.tar.bz2 gentoo-470064cb7fb8c6cda0b5f2ea40fcb6542faf86de.zip |
app-emulation/qemu: Add /dev/vhost-vsock to udev rules
The installed udev rules should also cover /dev/vhost-vsock just as they
currently cover /dev/vhost-net.
The upstream systemd rules will include vhost-vsock in systemd v248.
Closes: https://bugs.gentoo.org/773286
Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/files')
-rw-r--r-- | app-emulation/qemu/files/65-kvm.rules-r2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emulation/qemu/files/65-kvm.rules-r2 b/app-emulation/qemu/files/65-kvm.rules-r2 new file mode 100644 index 000000000000..15c89b201879 --- /dev/null +++ b/app-emulation/qemu/files/65-kvm.rules-r2 @@ -0,0 +1,3 @@ +KERNEL=="kvm", GROUP="kvm", MODE="0660" +KERNEL=="vhost-net", GROUP="kvm", MODE="0660", OPTIONS+="static_node=vhost-net" +KERNEL=="vhost-vsock", GROUP="kvm", MODE="0660", OPTIONS+="static_node=vhost-vsock" |