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. V2: - Add screening support - Fixup some broken logic - Expand the commit messages Alistair Francis (6): cadence_gem: QOMify Cadence GEM cadence_gem: Add the num-priority-queues property cadence_gem: Add support for screening 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 | 549 +++++++++++++++++++++++++++++++------------ include/hw/net/cadence_gem.h | 17 +- 3 files changed, 416 insertions(+), 152 deletions(-) -- 2.7.4