Re: [Qemu-devel] [PATCH v1 0/5] Add support for Cadence GEM priority queues

2016-07-12 Thread Alistair Francis
On Tue, Jul 12, 2016 at 7:25 AM, Peter Maydell wrote: > On 12 July 2016 at 00:20, Alistair Francis > wrote: >> This patch series adds initial priority queue support to the Cadence GEM >> device. This is based on original work by Peter C, that has been ported >> to the latest version of QEMU. >>

Re: [Qemu-devel] [PATCH v1 0/5] Add support for Cadence GEM priority queues

2016-07-12 Thread Peter Maydell
On 12 July 2016 at 00:20, Alistair Francis wrote: > This patch series adds initial priority queue support to the Cadence GEM > device. This is based on original work by Peter C, that has been ported > to the latest version of QEMU. > > There is more GEM work that I'd like to upstream after this, b

[Qemu-devel] [PATCH v1 0/5] Add support for Cadence GEM priority queues

2016-07-11 Thread Alistair Francis
This patch series adds initial priority queue support to the Cadence GEM device. This is based on original work by Peter C, that has been ported to the latest version of QEMU. There is more GEM work that I'd like to upstream after this, but I figured this a good place to start. I have done limited