Re: [Qemu-devel] [PATCH v3 4/5] Add ENET/Gbps Ethernet support to FEC device

2016-05-17 Thread Peter Maydell
On 8 May 2016 at 20:41, Jean-Christophe Dubois wrote: > The ENET device (present in i.MX6) is "derived" from FEC and backward > compatible with it. > > This patch adds the necessary support of the added feature in the ENET > device to allow Linux to use it (on supported processors). > > Signed-off

[Qemu-devel] [PATCH v3 4/5] Add ENET/Gbps Ethernet support to FEC device

2016-05-08 Thread Jean-Christophe Dubois
The ENET device (present in i.MX6) is "derived" from FEC and backward compatible with it. This patch adds the necessary support of the added feature in the ENET device to allow Linux to use it (on supported processors). Signed-off-by: Jean-Christophe Dubois --- Changes since v1: * Not present