qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 5/7] qdev: add qdev_foreach()


From: Gerd Hoffmann
Subject: [Qemu-devel] Re: [PATCH 5/7] qdev: add qdev_foreach()
Date: Mon, 23 Nov 2009 10:55:40 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4

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





reply via email to

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