Re: [Qemu-devel] [PATCH v1 1/1] cadence_gem: Fix priority queue out of bounds access

2016-09-29 Thread Peter Maydell
On 29 September 2016 at 17:42, Alistair Francis wrote: > On Thu, Sep 29, 2016 at 5:04 PM, Peter Maydell > wrote: >> On 26 September 2016 at 10:49, Alistair Francis >> wrote: >>> There was an error with some of the register implementation assuming >>> there are 16 priority queues supported when

Re: [Qemu-devel] [PATCH v1 1/1] cadence_gem: Fix priority queue out of bounds access

2016-09-29 Thread Alistair Francis
On Thu, Sep 29, 2016 at 5:04 PM, Peter Maydell wrote: > On 26 September 2016 at 10:49, Alistair Francis > wrote: >> There was an error with some of the register implementation assuming >> there are 16 priority queues supported when the IP only supports 8. This >> patch corrects the registers to o

Re: [Qemu-devel] [PATCH v1 1/1] cadence_gem: Fix priority queue out of bounds access

2016-09-29 Thread Peter Maydell
On 26 September 2016 at 10:49, Alistair Francis wrote: > There was an error with some of the register implementation assuming > there are 16 priority queues supported when the IP only supports 8. This > patch corrects the registers to only support 8 queues. > > Signed-off-by: Alistair Francis > R

[Qemu-devel] [PATCH v1 1/1] cadence_gem: Fix priority queue out of bounds access

2016-09-26 Thread Alistair Francis
There was an error with some of the register implementation assuming there are 16 priority queues supported when the IP only supports 8. This patch corrects the registers to only support 8 queues. Signed-off-by: Alistair Francis Reported-by: Paolo Bonzini --- Thanks to Paolo for pointing this ou