Re: [PATCH] Add class property to configure KVM device node to use

2023-11-06 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH] Add class property to configure KVM device node to use

2023-11-06 Thread Daan De Meyer
Ping Daan On Sat, 28 Oct 2023 at 14:07, Daan De Meyer wrote: > > Anything else needed before this patch can be merged? > > Cheers, > > Daan > > On Wed, 25 Oct 2023 at 19:37, Daniel P. Berrangé wrote: > > > > On Sat, Oct 21, 2023 at 03:40:15PM +0200, Daan De Meyer wrote: > > > This allows passin

Re: [PATCH] Add class property to configure KVM device node to use

2023-10-28 Thread Daan De Meyer
Anything else needed before this patch can be merged? Cheers, Daan On Wed, 25 Oct 2023 at 19:37, Daniel P. Berrangé wrote: > > On Sat, Oct 21, 2023 at 03:40:15PM +0200, Daan De Meyer wrote: > > This allows passing the KVM device node to use as a file > > descriptor via /dev/fdset/XX. Passing th

Re: [PATCH] Add class property to configure KVM device node to use

2023-10-25 Thread Daniel P . Berrangé
On Sat, Oct 21, 2023 at 03:40:15PM +0200, Daan De Meyer wrote: > 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

[PATCH] Add class property to configure KVM device node to use

2023-10-21 Thread Daan De Meyer
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