Add class property to configure KVM device node to use
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 21 Oct 2023 13:40:15 +0000 (15:40 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Jan 2024 09:43:14 +0000 (10:43 +0100)
commitaef158b093b9d67381f88468d39ac8dd62ae9e8b
treef09587cfc2a9e100c8e2522ab1cd91d9c8c86010
parent435262605fa2737af73b7057f525f8fe221c1006
Add class property to configure KVM device node to use

This allows passing the KVM device node to use as a file
descriptor via /dev/fdset/XX. Passing the device node to
use as a file descriptor allows running qemu unprivileged
even when the user running qemu is not in the kvm group
on distributions where access to /dev/kvm is gated behind
membership of the kvm group (as long as the process invoking
qemu is able to open /dev/kvm and passes the file descriptor
to qemu).

Signed-off-by: Daan De Meyer <daan.j.demeyer@gmail.com>
Message-ID: <20231021134015.1119597-1-daan.j.demeyer@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/kvm/kvm-all.c
include/sysemu/kvm_int.h
qemu-options.hx