qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-ppc] How to configure QEMU ethernet to use xps_ethernetlite fo


From: Alexander Graf
Subject: Re: [Qemu-ppc] How to configure QEMU ethernet to use xps_ethernetlite for Xilinx ML507
Date: Wed, 06 Jun 2012 17:22:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120306 Thunderbird/10.0.3

On 06/06/2012 05:19 PM, Elvis Dowson wrote:
Hi Alex,

On Jun 6, 2012, at 5:09 PM, Alexander Graf wrote:

My Xilinx ML507 XPS 14.1 BSP is using xps_ethernetlite.

What command line parameters should I specify for the network device to get the 
NIC to work with xps_ethernetlite?
You'd have to implement device emulation code for the device, as it currently 
is not available in QEMU.
There is a file in qemu/hw/xilinx_ethlite.c

This file appears to be the emulator for the network device.

Hrm. No idea about the Xilinx devices. You can try to hook it up to the machine model the same way it's currently done for the only other board it's spawned at:

hw/petalogix_s3adsp1800_mmu.c: xilinx_ethlite_create(&nd_table[0], ETHLITE_BASEADDR, irq[1], 0, 0);


Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]