Re: [libvirt PATCH v2 05/15] conf: put hostdev PCI backend into a struct

2023-12-17 Thread Laine Stump
On 11/27/23 9:53 AM, Peter Krempa wrote: @@ -29973,14 +29973,10 @@ virDomainNetDefActualToNetworkPort(virDomainDef *dom, break; case VIR_DEVICE_HOSTDEV_PCI_DRIVER_TYPE_XEN: -virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s", -

Re: [libvirt PATCH v2 05/15] conf: put hostdev PCI backend into a struct

2023-11-27 Thread Peter Krempa
On Mon, Nov 06, 2023 at 02:38:50 -0500, Laine Stump wrote: > The new struct is virDeviceHostdevPCIDriverInfo, and the "backend" > enum in the hostdevDef will be replaced with a > virDeviceHostdevPCIDriverInfo named "driver'. Since the enum value in > this new struct is called "type", it means that

[libvirt PATCH v2 05/15] conf: put hostdev PCI backend into a struct

2023-11-05 Thread Laine Stump
The new struct is virDeviceHostdevPCIDriverInfo, and the "backend" enum in the hostdevDef will be replaced with a virDeviceHostdevPCIDriverInfo named "driver'. Since the enum value in this new struct is called "type", it means that all references to "backend" will become "driver.type". This will