From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMkVB-0001DW-CT for qemu-devel@nongnu.org; Mon, 11 Jul 2016 19:20:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMkVA-0006me-3b for qemu-devel@nongnu.org; Mon, 11 Jul 2016 19:20:37 -0400 From: Alistair Francis Date: Mon, 11 Jul 2016 16:20:00 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v1 0/5] Add support for Cadence GEM priority queues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-arm@nongnu.org Cc: alistair.francis@xilinx.com, crosthwaitepeter@gmail.com, peter.maydell@linaro.org 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. Alistair Francis (5): cadence_gem: QOMify Cadence GEM cadence_gem: Arrayify cadence_gem: Add queue support cadence_gem: Correct indentation xlnx-zynqmp: Set the number of priority queues hw/arm/xlnx-zynqmp.c | 2 + hw/net/cadence_gem.c | 376 ++++++++++++++++++++++++++----------------- include/hw/net/cadence_gem.h | 15 +- 3 files changed, 243 insertions(+), 150 deletions(-) -- 2.7.4