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
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