Re: [Qemu-devel] [PATCH v2 4/6] cadence_gem: Add queue support

2016-07-26 Thread Alistair Francis
On Tue, Jul 26, 2016 at 5:06 AM, Peter Maydell wrote: > On 26 July 2016 at 01:12, 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 v2 4/6] cadence_gem: Add queue support

2016-07-26 Thread Peter Maydell
On 26 July 2016 at 01:12, 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. > > V2: > - Use the new scre

[Qemu-devel] [PATCH v2 4/6] cadence_gem: Add queue support

2016-07-25 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. V2: - Use the new screening function - Update interrupt generation - Increase vmstate t