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