Re: [Qemu-devel] [PATCH 3/5] qapi: change Netdev and NetLegacy into a flat union

2015-07-02 Thread Markus Armbruster
"Kővágó, Zoltán" writes: > Signed-off-by: Kővágó, Zoltán [...] > diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c > index a3b1314..72e2f8f 100644 > --- a/hw/arm/musicpal.c > +++ b/hw/arm/musicpal.c > @@ -379,7 +379,7 @@ static void eth_cleanup(NetClientState *nc) > } > > static NetClientIn

[Qemu-devel] [PATCH 3/5] qapi: change Netdev and NetLegacy into a flat union

2015-06-23 Thread Kővágó, Zoltán
Signed-off-by: Kővágó, Zoltán --- hw/arm/musicpal.c| 2 +- hw/core/qdev-properties-system.c | 2 +- hw/net/allwinner_emac.c | 2 +- hw/net/cadence_gem.c | 2 +- hw/net/dp8393x.c | 2 +- hw/net/e1000.c | 2 +- hw/ne