Re: [Qemu-devel] [PATCH v3 0/3] net: convert NetClientState to QOM

2012-11-16 Thread Stefan Hajnoczi
On Wed, Oct 24, 2012 at 9:07 AM, Stefan Hajnoczi wrote: > This series converts NetClientState from a plain C struct to QOM. This means > emulated NICs and netdevs now derive from the NetClientState base class. > There > should be no user-visible change. > > Converting the net subsystem to QOM o

[Qemu-devel] [PATCH v3 0/3] net: convert NetClientState to QOM

2012-10-24 Thread Stefan Hajnoczi
This series converts NetClientState from a plain C struct to QOM. This means emulated NICs and netdevs now derive from the NetClientState base class. There should be no user-visible change. Converting the net subsystem to QOM opens the door to the following improvements which can be built on top