Re: [Qemu-devel] [PATCH v3 0/5] Improve the Cadence GEM multi-queue support

2017-04-20 Thread Peter Maydell
On 11 April 2017 at 23:30, Alistair Francis wrote: > Improve the Cadence GEM multi-queue support. This fixes a few bugs > which were hanging around from the initial implementation. > > V3: > - Remove unessecary call of gem_update_int_status() > V2: > - Fix up the interrupt updating logic and con

[Qemu-devel] [PATCH v3 0/5] Improve the Cadence GEM multi-queue support

2017-04-11 Thread Alistair Francis
Improve the Cadence GEM multi-queue support. This fixes a few bugs which were hanging around from the initial implementation. V3: - Remove unessecary call of gem_update_int_status() V2: - Fix up the interrupt updating logic and consolidate all the updates to a single function. - Improve the