Re: [PATCH for-5.0 2/2] aspeed: change the "nic" property definition

2019-11-18 Thread Joel Stanley
On Mon, 18 Nov 2019 at 16:17, Cédric Le Goater wrote: > > The Aspeed MII model has a link pointing to its associated FTGMAC100 > NIC in the machine. > > Change the "nic" property definition so that it explicitly sets the > pointer. The property isn't optional : not being able to set the link > is

Re: [PATCH for-5.0 2/2] aspeed: change the "nic" property definition

2019-11-18 Thread Greg Kurz
On Mon, 18 Nov 2019 17:17:12 +0100 Cédric Le Goater wrote: > The Aspeed MII model has a link pointing to its associated FTGMAC100 > NIC in the machine. > > Change the "nic" property definition so that it explicitly sets the > pointer. The property isn't optional : not being able to set the link

[PATCH for-5.0 2/2] aspeed: change the "nic" property definition

2019-11-18 Thread Cédric Le Goater
The Aspeed MII model has a link pointing to its associated FTGMAC100 NIC in the machine. Change the "nic" property definition so that it explicitly sets the pointer. The property isn't optional : not being able to set the link is a bug and QEMU should rather abort than exit in this case. Signed-o