From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmOsz-00032b-CR for qemu-devel@nongnu.org; Tue, 20 Sep 2016 13:31:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmOsy-00076n-Cv for qemu-devel@nongnu.org; Tue, 20 Sep 2016 13:31:13 -0400 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]:34779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmOsx-00076d-VQ for qemu-devel@nongnu.org; Tue, 20 Sep 2016 13:31:12 -0400 Received: by mail-vk0-x231.google.com with SMTP id o139so45277183vka.1 for ; Tue, 20 Sep 2016 10:31:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Tue, 20 Sep 2016 18:30:50 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH for-2.8 v4 0/6] Add support for Cadence GEM priority queues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis Cc: Peter Crosthwaite , qemu-arm , QEMU Developers On 19 September 2016 at 19:16, Alistair Francis wrote: > On Mon, Sep 19, 2016 at 11:08 AM, Peter Maydell > wrote: >> On 28 July 2016 at 20:00, 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, but I >>> figured this a good place to start. I have done limited testing on the >>> Xilinx machine, including running some of our GEM regressions, although >>> they don't cover everything. I can't really think of too many other test >>> cases that I can run at the moment. >> >> Hi -- I just found this in a random mail folder I forgot to check >> very often -- I'm guessing it's still relevant and I should review/apply >> it to target-arm.next? > > Yes, you fully reviewed it during the 2.7 freeze. It should be ready > to apply to master now. Applied to target-arm.next, thanks (and sorry about the delay). -- PMM