On 11/20/09 15:20, Mark McLoughlin wrote:
I've pushed a series of patches to the fix-announce-self-rfc.v2 branch on my tree:http://repo.or.cz/w/qemu/markmc.git
Looks much better.If you have a special version for nics anyway (qemu_new_nic) you can have that one take a NICConf parameter I think.
Is it possible to have NICState embedded, i.e. typedef struct E1000State_st { [ ... ] NICState nic; [ ... ] }; instead of 'NICState *nic' ? cheers, Gerd