Re: [PATCH 2/2] libvirt-nodedev: Allow read-only access to virNodeDeviceGetAutostart

2023-02-17 Thread Daniel P . Berrangé
On Fri, Feb 17, 2023 at 04:11:11PM +0100, Peter Krempa wrote: > Fetching whether a node-device is marked for autostart can be allowed > from read-only connections similarly to other objects. > > Fixes: c6607a25b93 > Signed-off-by: Peter Krempa > --- > src/libvirt-nodedev.c | 1 - > 1 file

[PATCH 2/2] libvirt-nodedev: Allow read-only access to virNodeDeviceGetAutostart

2023-02-17 Thread Peter Krempa
Fetching whether a node-device is marked for autostart can be allowed from read-only connections similarly to other objects. Fixes: c6607a25b93 Signed-off-by: Peter Krempa --- src/libvirt-nodedev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libvirt-nodedev.c b/src/libvirt-nodedev.c