Re: [libvirt PATCH 1/6] conf: add support for for PCI devices

2021-04-08 Thread Igor Mammedov
On Thu, 8 Apr 2021 09:39:43 +0100 Daniel P. Berrangé wrote: > On Wed, Apr 07, 2021 at 10:23:37PM +0200, Igor Mammedov wrote: > > On Wed, 7 Apr 2021 13:40:03 +0100 > > Daniel P. Berrangé wrote: > > > > > On Wed, Apr 07, 2021 at 09:17:36AM +0200, Peter Krempa wrote: > > > > On Tue, Apr 06,

Re: [libvirt PATCH 1/6] conf: add support for for PCI devices

2021-04-08 Thread Daniel P . Berrangé
On Wed, Apr 07, 2021 at 10:23:37PM +0200, Igor Mammedov wrote: > On Wed, 7 Apr 2021 13:40:03 +0100 > Daniel P. Berrangé wrote: > > > On Wed, Apr 07, 2021 at 09:17:36AM +0200, Peter Krempa wrote: > > > On Tue, Apr 06, 2021 at 16:31:32 +0100, Daniel Berrange wrote: > > > > PCI devices can be

Re: [libvirt PATCH 1/6] conf: add support for for PCI devices

2021-04-07 Thread Igor Mammedov
On Wed, 7 Apr 2021 13:40:03 +0100 Daniel P. Berrangé wrote: > On Wed, Apr 07, 2021 at 09:17:36AM +0200, Peter Krempa wrote: > > On Tue, Apr 06, 2021 at 16:31:32 +0100, Daniel Berrange wrote: > > > PCI devices can be associated with a unique integer index that is > > > exposed via ACPI. In

Re: [libvirt PATCH 1/6] conf: add support for for PCI devices

2021-04-07 Thread Laine Stump
On 4/7/21 8:40 AM, Daniel P. Berrangé wrote: On Wed, Apr 07, 2021 at 09:23:50AM +0200, Peter Krempa wrote: On Wed, Apr 07, 2021 at 09:17:36 +0200, Peter Krempa wrote: On Tue, Apr 06, 2021 at 16:31:32 +0100, Daniel Berrange wrote: PCI devices can be associated with a unique integer index that

Re: [libvirt PATCH 1/6] conf: add support for for PCI devices

2021-04-07 Thread Daniel P . Berrangé
On Wed, Apr 07, 2021 at 08:53:12AM -0400, Laine Stump wrote: > On 4/6/21 11:31 AM, Daniel P. Berrangé wrote: > > PCI devices can be associated with a unique integer index that is > > exposed via ACPI. In Linux OS with systemd, this value is used for > > provide a NIC device naming scheme that is

Re: [libvirt PATCH 1/6] conf: add support for for PCI devices

2021-04-07 Thread Laine Stump
On 4/6/21 11:31 AM, Daniel P. Berrangé wrote: PCI devices can be associated with a unique integer index that is exposed via ACPI. In Linux OS with systemd, this value is used for provide a NIC device naming scheme that is stable across changes in PCI slot configuration. Signed-off-by: Daniel P.

Re: [libvirt PATCH 1/6] conf: add support for for PCI devices

2021-04-07 Thread Daniel P . Berrangé
On Wed, Apr 07, 2021 at 09:23:50AM +0200, Peter Krempa wrote: > On Wed, Apr 07, 2021 at 09:17:36 +0200, Peter Krempa wrote: > > On Tue, Apr 06, 2021 at 16:31:32 +0100, Daniel Berrange wrote: > > > PCI devices can be associated with a unique integer index that is > > > exposed via ACPI. In Linux OS

Re: [libvirt PATCH 1/6] conf: add support for for PCI devices

2021-04-07 Thread Daniel P . Berrangé
On Wed, Apr 07, 2021 at 09:17:36AM +0200, Peter Krempa wrote: > On Tue, Apr 06, 2021 at 16:31:32 +0100, Daniel Berrange wrote: > > PCI devices can be associated with a unique integer index that is > > exposed via ACPI. In Linux OS with systemd, this value is used for > > provide a NIC device

Re: [libvirt PATCH 1/6] conf: add support for for PCI devices

2021-04-07 Thread Peter Krempa
On Wed, Apr 07, 2021 at 09:17:36 +0200, Peter Krempa wrote: > On Tue, Apr 06, 2021 at 16:31:32 +0100, Daniel Berrange wrote: > > PCI devices can be associated with a unique integer index that is > > exposed via ACPI. In Linux OS with systemd, this value is used for > > provide a NIC device naming

Re: [libvirt PATCH 1/6] conf: add support for for PCI devices

2021-04-07 Thread Peter Krempa
On Tue, Apr 06, 2021 at 16:31:32 +0100, Daniel Berrange wrote: > PCI devices can be associated with a unique integer index that is > exposed via ACPI. In Linux OS with systemd, this value is used for > provide a NIC device naming scheme that is stable across changes > in PCI slot configuration. >

[libvirt PATCH 1/6] conf: add support for for PCI devices

2021-04-06 Thread Daniel P . Berrangé
PCI devices can be associated with a unique integer index that is exposed via ACPI. In Linux OS with systemd, this value is used for provide a NIC device naming scheme that is stable across changes in PCI slot configuration. Signed-off-by: Daniel P. Berrangé --- docs/formatdomain.rst |