Re: [Qemu-devel] [PATCH v1 3/5] cadence_gem: Add queue support

2016-07-25 Thread Alistair Francis
On Mon, Jul 25, 2016 at 8:46 AM, Peter Maydell wrote: > On 12 July 2016 at 00:20, Alistair Francis > wrote: >> Signed-off-by: Alistair Francis >> --- >> >> There is a indentation error in this patch in the gem_transmit function. >> I have written it like that to make it easier to see the change

Re: [Qemu-devel] [PATCH v1 3/5] cadence_gem: Add queue support

2016-07-25 Thread Peter Maydell
On 12 July 2016 at 00:20, Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > > There is a indentation error in this patch in the gem_transmit function. > I have written it like that to make it easier to see the changes. It is > fixed in the next patch. > > hw/net/cadence_gem.c

[Qemu-devel] [PATCH v1 3/5] cadence_gem: Add queue support

2016-07-11 Thread Alistair Francis
Signed-off-by: Alistair Francis --- There is a indentation error in this patch in the gem_transmit function. I have written it like that to make it easier to see the changes. It is fixed in the next patch. hw/net/cadence_gem.c | 157 --- include/h