Re: [PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)

2021-04-07 Thread Michael S. Tsirkin
On Tue, Apr 06, 2021 at 09:05:58PM +0200, Igor Mammedov wrote: > On Fri, 02 Apr 2021 19:40:03 +0200 > Vincent Bernat wrote: > > > ❦ 1 avril 2021 23:07 +02, Vincent Bernat: > > > > >>> This can be invoked with: > > >>> > > >>> $QEMU -netdev user,id=internet > > >>> -device > > >

Re: [PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)

2021-04-06 Thread Vincent Bernat
❦ 6 avril 2021 21:05 +02, Igor Mammedov: >> >>> This can be invoked with: >> >>> >> >>> $QEMU -netdev user,id=internet >> >>> -device >> >>> virtio-net-pci,mac=50:54:00:00:00:42,netdev=internet,id=internet-dev \ >> >>> -smbios type=41,designation='Onboard >> >>> LAN',i

Re: [PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)

2021-04-06 Thread Igor Mammedov
On Fri, 02 Apr 2021 19:40:03 +0200 Vincent Bernat wrote: > ❦ 1 avril 2021 23:07 +02, Vincent Bernat: > > >>> This can be invoked with: > >>> > >>> $QEMU -netdev user,id=internet > >>> -device > >>> virtio-net-pci,mac=50:54:00:00:00:42,netdev=internet,id=internet-dev \ > >>>

Re: [PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)

2021-04-06 Thread Andrew Jones
On Tue, Apr 06, 2021 at 08:36:13PM +0200, Igor Mammedov wrote: > On Tue, 6 Apr 2021 09:42:50 +0200 > Andrew Jones wrote: > > > On Thu, Apr 01, 2021 at 11:32:25PM +0200, Igor Mammedov wrote: > > > On Thu, 01 Apr 2021 23:07:06 +0200 > > > Vincent Bernat wrote: > > > > > > > ❦ 1 avril 2021 22:

Re: [PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)

2021-04-06 Thread Igor Mammedov
On Tue, 6 Apr 2021 09:42:50 +0200 Andrew Jones wrote: > On Thu, Apr 01, 2021 at 11:32:25PM +0200, Igor Mammedov wrote: > > On Thu, 01 Apr 2021 23:07:06 +0200 > > Vincent Bernat wrote: > > > > > ❦ 1 avril 2021 22:58 +02, Igor Mammedov: > > > > > > >> This can be invoked with: > > > >> >

Re: [PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)

2021-04-06 Thread Andrew Jones
On Thu, Apr 01, 2021 at 11:32:25PM +0200, Igor Mammedov wrote: > On Thu, 01 Apr 2021 23:07:06 +0200 > Vincent Bernat wrote: > > > ❦ 1 avril 2021 22:58 +02, Igor Mammedov: > > > > >> This can be invoked with: > > >> > > >> $QEMU -netdev user,id=internet > > >> -device > > >> vir

Re: [PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)

2021-04-02 Thread Vincent Bernat
❦ 1 avril 2021 23:07 +02, Vincent Bernat: >>> This can be invoked with: >>> >>> $QEMU -netdev user,id=internet >>> -device >>> virtio-net-pci,mac=50:54:00:00:00:42,netdev=internet,id=internet-dev \ >>> -smbios type=41,designation='Onboard >>> LAN',instance=1,kind=ether

Re: [PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)

2021-04-01 Thread Igor Mammedov
On Thu, 01 Apr 2021 23:07:06 +0200 Vincent Bernat wrote: > ❦ 1 avril 2021 22:58 +02, Igor Mammedov: > > >> This can be invoked with: > >> > >> $QEMU -netdev user,id=internet > >> -device > >> virtio-net-pci,mac=50:54:00:00:00:42,netdev=internet,id=internet-dev \ > >>

Re: [PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)

2021-04-01 Thread Vincent Bernat
❦ 1 avril 2021 22:58 +02, Igor Mammedov: >> This can be invoked with: >> >> $QEMU -netdev user,id=internet >> -device >> virtio-net-pci,mac=50:54:00:00:00:42,netdev=internet,id=internet-dev \ >> -smbios type=41,designation='Onboard >> LAN',instance=1,kind=ethernet,pcid

Re: [PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)

2021-04-01 Thread Igor Mammedov
On Thu, 1 Apr 2021 14:26:58 +0200 Vincent Bernat wrote: > Type 41 defines the attributes of devices that are onboard. The > original intent was to imply the BIOS had some level of control over > the enablement of the associated devices. > > If network devices are present in this table, by defau

[PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)

2021-04-01 Thread Vincent Bernat
Type 41 defines the attributes of devices that are onboard. The original intent was to imply the BIOS had some level of control over the enablement of the associated devices. If network devices are present in this table, by default, udev will name the corresponding interfaces enoX, X being the ins