Re: [PATCH v6 23/25] xl: support naming of assignable devices

2020-12-15 Thread Wei Liu
On Tue, Dec 08, 2020 at 07:30:31PM +, Paul Durrant wrote: > From: Paul Durrant > > This patch converts libxl to use libxl_pci_bdf_assignable_add/remove/list/ > list_free() rather than libxl_device_pci_assignable_add/remove/list/ > list_free(), which then allows naming of assignable devices

[PATCH v6 23/25] xl: support naming of assignable devices

2020-12-08 Thread Paul Durrant
From: Paul Durrant This patch converts libxl to use libxl_pci_bdf_assignable_add/remove/list/ list_free() rather than libxl_device_pci_assignable_add/remove/list/ list_free(), which then allows naming of assignable devices to be supported. With this patch applied 'xl pci-assignable-add' will