On 2/11/22 8:33 AM, Shalini Chellathurai Saroja wrote: > With virt-manager application, it is possible to add inactive node > devices(eg: mediated device) in host system to guest system. But it is > impossible to start a guest system with inactive node devices. Also, > it is not yet possible to start a node device with virt-manager > application. So, the user cannot use the inactive node devices. > > This patch disables the "finish" button and provides a tip, when > inactive node devices are selected. So, it is not possible to add > inactive node devices to the guest system. > > Signed-off-by: Shalini Chellathurai Saroja <shalini@xxxxxxxxxxxxx> > Reviewed-by: Boris Fiuczynski <fiuczy@xxxxxxxxxxxxx> > --- Thanks, pushed now. I added some small tweaks on top, to add uitest coverage, and to move the tooltip from the finish button to the actual row in treeview. Problem with the finish button is we'd need to audit other places to make sure the tooltip was removed when switching pages for example Thanks, Cole