Re: [libvirt PATCH v3 07/21] nodedev: add mdevctl devices to node device list

2021-01-06 Thread Daniel P . Berrangé
On Thu, Dec 24, 2020 at 08:14:31AM -0600, Jonathon Jongsma wrote: > At startup, query devices that are defined by 'mdevctl' and add them to > the node device list. > > This adds a complication: we now have two potential sources of > information for a node device: > - udev for all devices and for

Re: [libvirt PATCH v3 07/21] nodedev: add mdevctl devices to node device list

2021-01-06 Thread Erik Skultety
On Wed, Jan 06, 2021 at 11:27:09AM +0100, Erik Skultety wrote: > On Thu, Dec 24, 2020 at 08:14:31AM -0600, Jonathon Jongsma wrote: > > At startup, query devices that are defined by 'mdevctl' and add them to > > the node device list. > > > > This adds a complication: we now have two potential

Re: [libvirt PATCH v3 07/21] nodedev: add mdevctl devices to node device list

2021-01-06 Thread Erik Skultety
On Wed, Jan 06, 2021 at 11:27:09AM +0100, Erik Skultety wrote: > On Thu, Dec 24, 2020 at 08:14:31AM -0600, Jonathon Jongsma wrote: > > At startup, query devices that are defined by 'mdevctl' and add them to > > the node device list. > > > > This adds a complication: we now have two potential

Re: [libvirt PATCH v3 07/21] nodedev: add mdevctl devices to node device list

2021-01-06 Thread Erik Skultety
On Thu, Dec 24, 2020 at 08:14:31AM -0600, Jonathon Jongsma wrote: > At startup, query devices that are defined by 'mdevctl' and add them to > the node device list. > > This adds a complication: we now have two potential sources of > information for a node device: > - udev for all devices and for

[libvirt PATCH v3 07/21] nodedev: add mdevctl devices to node device list

2020-12-24 Thread Jonathon Jongsma
At startup, query devices that are defined by 'mdevctl' and add them to the node device list. This adds a complication: we now have two potential sources of information for a node device: - udev for all devices and for activated mediated devices - mdevctl for persistent mediated devices