Phani Vadrevu writes:
> Hi list,
> I am trying to write a device emulator for a Broadcom card. As
> reference, I am looking at e1000.c code of 1.2.2 version. In that
> code, there is this line: DEFINE_NIC_PROPERTIES( E1000State, conf);
>
> Is there a definite structure for the state objec
On 4 March 2013 08:53, Phani Vadrevu wrote:
> Hi list,
> I am trying to write a device emulator for a Broadcom card. As
> reference, I am looking at e1000.c code of 1.2.2 version.
Just a recommendation -- don't write new devices against old versions
of QEMU. There's been a lot of evolutio
Hi list,
I am trying to write a device emulator for a Broadcom card. As
reference, I am looking at e1000.c code of 1.2.2 version. In that
code, there is this line: DEFINE_NIC_PROPERTIES( E1000State, conf);
Is there a definite structure for the state object that is passed to
DEFINE_NIC_PROP