Re: [Qemu-devel] Support for Emulated SMSC 911X

2014-01-27 Thread Peter Crosthwaite
On Tue, Jan 28, 2014 at 7:40 AM, Peter Maydell wrote: > On 27 January 2014 21:05, Romanic Dean wrote: >> Just a small a query here,Can we call different Ethernet Controllers like >> Broadcom or e1000 from VersatilePB board. >> >> Is VersatilePB board only supports SMSC series of controllers? > >

Re: [Qemu-devel] Support for Emulated SMSC 911X

2014-01-27 Thread Peter Maydell
On 27 January 2014 21:05, Romanic Dean wrote: > Just a small a query here,Can we call different Ethernet Controllers like > Broadcom or e1000 from VersatilePB board. > > Is VersatilePB board only supports SMSC series of controllers? You need to distinguish: * what does the real hardware do? *

Re: [Qemu-devel] Support for Emulated SMSC 911X

2014-01-27 Thread Romanic Dean
Thanks Peter for your thoughts. We are able to call lan9118 controller from VersatilePB board. We made little modification to our guest OS. Just a small a query here,Can we call different Ethernet Controllers like Broadcom or e1000 from VersatilePB board. Is VersatilePB board only supports SMSC

Re: [Qemu-devel] Support for Emulated SMSC 911X

2014-01-27 Thread Peter Maydell
On 27 January 2014 16:55, Romanic Dean wrote: > We are trying to provide support for Emulated SMSC911X Ethernet > controller.Current Qemu already had support for SMSC91X controller which > looks near SMSC91X controller. We already support the SMSC 9118 (see hw/net/lan9118.c). What do you need tha