Re: [Qemu-devel] [PATCH] rocker: fix clang compiler errors

2015-03-12 Thread Stefan Hajnoczi
On Fri, Mar 06, 2015 at 05:06:24PM -0700, David Ahern wrote: > Consolidate all forward typedef declarations to rocker.h. > > Signed-off-by: David Ahern > Acked-by: Scott Feldman > --- > hw/net/rocker/rocker.c| 4 ++-- > hw/net/rocker/rocker.h| 7 +++ > hw/net/rocker/rocker

Re: [Qemu-devel] [PATCH] rocker: fix clang compiler errors

2015-03-07 Thread Jiri Pirko
Sat, Mar 07, 2015 at 01:06:24AM CET, dsah...@gmail.com wrote: >Consolidate all forward typedef declarations to rocker.h. > >Signed-off-by: David Ahern >Acked-by: Scott Feldman Thanks for taking care of this David. Acked-by: Jiri Pirko

[Qemu-devel] [PATCH] rocker: fix clang compiler errors

2015-03-06 Thread David Ahern
Consolidate all forward typedef declarations to rocker.h. Signed-off-by: David Ahern Acked-by: Scott Feldman --- hw/net/rocker/rocker.c| 4 ++-- hw/net/rocker/rocker.h| 7 +++ hw/net/rocker/rocker_desc.c | 10 -- hw/net/rocker/rocker_desc.h | 4 hw/net/ro