Re: [RFC 0/5] pc: support user provided NIC naming/indexing

2021-01-20 Thread Igor Mammedov
On Sun, 17 Jan 2021 05:59:18 -0500 "Michael S. Tsirkin" wrote: > On Fri, Jan 15, 2021 at 02:59:02AM +0100, Igor Mammedov wrote: > > On Wed, 13 Jan 2021 07:09:56 -0500 > > "Michael S. Tsirkin" wrote: > > > > > On Tue, Dec 22, 2020 at 06:39:29PM -0500, Igor Mammedov wrote: > > > > > > > >

Re: [RFC 0/5] pc: support user provided NIC naming/indexing

2021-01-17 Thread Michael S. Tsirkin
On Fri, Jan 15, 2021 at 02:59:02AM +0100, Igor Mammedov wrote: > On Wed, 13 Jan 2021 07:09:56 -0500 > "Michael S. Tsirkin" wrote: > > > On Tue, Dec 22, 2020 at 06:39:29PM -0500, Igor Mammedov wrote: > > > > > > Series implements support for 'onboard' naming scheme for network > > > interfaces

Re: [RFC 0/5] pc: support user provided NIC naming/indexing

2021-01-14 Thread Igor Mammedov
On Wed, 13 Jan 2021 07:09:56 -0500 "Michael S. Tsirkin" wrote: > On Tue, Dec 22, 2020 at 06:39:29PM -0500, Igor Mammedov wrote: > > > > Series implements support for 'onboard' naming scheme for network > > interfaces (1), which is based on PCI firmware spec and lets user > > to explicitly

Re: [RFC 0/5] pc: support user provided NIC naming/indexing

2021-01-13 Thread Michael S. Tsirkin
On Tue, Dec 22, 2020 at 06:39:29PM -0500, Igor Mammedov wrote: > > Series implements support for 'onboard' naming scheme for network > interfaces (1), which is based on PCI firmware spec and lets user > to explicitly specify index that will be used by guest to name > network interface, ex: >

[RFC 0/5] pc: support user provided NIC naming/indexing

2020-12-22 Thread Igor Mammedov
Series implements support for 'onboard' naming scheme for network interfaces (1), which is based on PCI firmware spec and lets user to explicitly specify index that will be used by guest to name network interface, ex: -device e1000,acpi-index=33 should make guest rename NIC name to 'eno33'